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

[Backport 2.x] Add remote refresh segment pressure service, settings and tracker #7684

Merged
merged 1 commit into from
May 23, 2023

Conversation

ashking94
Copy link
Member

@ashking94 ashking94 commented May 23, 2023

Description

Backport of #7227 to 2.x branch

Related Issues

#7226

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff
  • Commit changes are listed out in CHANGELOG.md file (See: Changelog)

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.

@ashking94 ashking94 changed the title [Backport 2.x] Add remote backpressure changes [Backport 2.x] Add remote store backpressure and segrep with remote store changes May 23, 2023
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@ashking94 ashking94 force-pushed the backport-7364 branch 2 times, most recently from 4b70fb6 to 6de15c5 Compare May 23, 2023 09:17
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@codecov
Copy link

codecov bot commented May 23, 2023

Codecov Report

Merging #7684 (6de15c5) into 2.x (eef0181) will decrease coverage by 0.02%.
The diff coverage is 87.36%.

@@             Coverage Diff              @@
##                2.x    #7684      +/-   ##
============================================
- Coverage     70.32%   70.31%   -0.02%     
- Complexity    60006    60064      +58     
============================================
  Files          4889     4892       +3     
  Lines        288587   288859     +272     
  Branches      41961    41972      +11     
============================================
+ Hits         202963   203104     +141     
- Misses        68592    68736     +144     
+ Partials      17032    17019      -13     
Impacted Files Coverage Δ
...rg/opensearch/common/settings/ClusterSettings.java 92.85% <ø> (ø)
...ex/remote/RemoteRefreshSegmentPressureService.java 82.14% <82.14%> (ø)
...arch/index/remote/RemoteRefreshSegmentTracker.java 83.19% <83.19%> (ø)
...java/org/opensearch/common/util/MovingAverage.java 100.00% <100.00%> (ø)
...x/remote/RemoteRefreshSegmentPressureSettings.java 100.00% <100.00%> (ø)

... and 478 files with indirect coverage changes

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      2 org.opensearch.search.SearchWeightedRoutingIT.testStrictWeightedRoutingWithCustomString
      1 org.opensearch.index.remote.RemoteRefreshSegmentPressureServiceTests.testValidateSegmentUploadLag
      1 org.opensearch.cluster.allocation.AwarenessAllocationIT.testThreeZoneOneReplicaWithForceZoneValueAndLoadAwareness

@ashking94 ashking94 changed the title [Backport 2.x] Add remote store backpressure and segrep with remote store changes [Backport 2.x] Add remote refresh segment pressure service, settings and tracker May 23, 2023
@gbbafna gbbafna merged commit 80aeb76 into opensearch-project:2.x May 23, 2023
@gbbafna gbbafna deleted the backport-7364 branch May 23, 2023 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants