Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Segment Replication] Clean up SegmentReplicationTargetService only hold the state of last completed replications #11043

Merged
merged 1 commit into from
Nov 3, 2023

Conversation

mch2
Copy link
Member

@mch2 mch2 commented Nov 1, 2023

Description

This is a minor refactor to SegmentReplicationTargetService. After a replication event completes we store a reference to the latest completed SegmentReplicationTarget for the purpose of returning metrics. These metrics rely on the SegmentReplicationState object alone, not the entire target which can be cleaned up.

Related Issues

N/A

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Failing checks are inspected and point to the corresponding known issue(s) (See: Troubleshooting Failing Builds)
  • Commits are signed per the DCO using --signoff
  • Commit changes are listed out in CHANGELOG.md file (See: Changelog)
  • Public documentation issue/PR created

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

…t state instead of the entire target.

Signed-off-by: Marc Handalian <handalm@amazon.com>
Copy link
Contributor

github-actions bot commented Nov 1, 2023

Compatibility status:

Checks if related components are compatible with change 349a5fe

Incompatible components

Incompatible components: [https://github.com/opensearch-project/performance-analyzer.git]

Skipped components

Compatible components

Compatible components: [https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/opensearch-oci-object-storage.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/neural-search.git]

Copy link
Contributor

github-actions bot commented Nov 1, 2023

Gradle Check (Jenkins) Run Completed with:

Copy link
Contributor

github-actions bot commented Nov 1, 2023

Gradle Check (Jenkins) Run Completed with:

Copy link
Contributor

github-actions bot commented Nov 1, 2023

Gradle Check (Jenkins) Run Completed with:

@mch2
Copy link
Member Author

mch2 commented Nov 2, 2023

@mch2
Copy link
Member Author

mch2 commented Nov 2, 2023

Gradle Check (Jenkins) Run Completed with:

#10903

Copy link
Contributor

github-actions bot commented Nov 2, 2023

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      1 org.opensearch.remotestore.multipart.RemoteStoreMultipartIT.testOverriddenBufferInterval
      1 org.opensearch.remotestore.multipart.RemoteStoreMultipartIT.testAsyncDurabilityThrowsExceptionWhenRestrictSettingTrue

Copy link

codecov bot commented Nov 2, 2023

Codecov Report

Merging #11043 (349a5fe) into main (63aff16) will not change coverage.
Report is 5 commits behind head on main.
The diff coverage is 66.66%.

@@            Coverage Diff            @@
##               main   #11043   +/-   ##
=========================================
  Coverage     71.29%   71.29%           
- Complexity    58742    58789   +47     
=========================================
  Files          4872     4872           
  Lines        276777   276777           
  Branches      40240    40240           
=========================================
  Hits         197316   197316           
- Misses        62943    62992   +49     
+ Partials      16518    16469   -49     
Files Coverage Δ
...s/replication/SegmentReplicationTargetService.java 55.60% <66.66%> (ø)

... and 481 files with indirect coverage changes

@dreamer-89 dreamer-89 added the backport 2.x Backport to 2.x branch label Nov 3, 2023
@dreamer-89 dreamer-89 merged commit 54fa050 into opensearch-project:main Nov 3, 2023
56 of 110 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Nov 3, 2023
…t state instead of the entire target. (#11043)

Signed-off-by: Marc Handalian <handalm@amazon.com>
(cherry picked from commit 54fa050)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
mch2 pushed a commit that referenced this pull request Nov 5, 2023
…t state instead of the entire target. (#11043) (#11081)

(cherry picked from commit 54fa050)

Signed-off-by: Marc Handalian <handalm@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
rayshrey pushed a commit to rayshrey/OpenSearch that referenced this pull request Mar 18, 2024
…t state instead of the entire target. (opensearch-project#11043)

Signed-off-by: Marc Handalian <handalm@amazon.com>
shiv0408 pushed a commit to Gaurav614/OpenSearch that referenced this pull request Apr 25, 2024
…t state instead of the entire target. (opensearch-project#11043)

Signed-off-by: Marc Handalian <handalm@amazon.com>
Signed-off-by: Shivansh Arora <hishiv@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x Backport to 2.x branch skip-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants