-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Release latch listeners in case of no-op RoutingTableService #15614
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Shivansh Arora <hishiv@amazon.com>
❌ Gradle check result for cc815d4: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for cc815d4: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for b6fdbcc: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #15614 +/- ##
============================================
- Coverage 71.95% 71.87% -0.09%
+ Complexity 64192 64159 -33
============================================
Files 5270 5271 +1
Lines 300052 300170 +118
Branches 43368 43380 +12
============================================
- Hits 215917 215740 -177
- Misses 66442 66686 +244
- Partials 17693 17744 +51 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You might need to add some tests
.../src/test/java/org/opensearch/cluster/routing/remote/NoopRemoteRoutingTableServiceTests.java
Show resolved
Hide resolved
This PR is stalled because it has been open for 30 days with no activity. |
Description
We are currently blocking the latched listeners in case of NoopRemoteRoutingTableService read and write actions. In case of publication is being disabled or enabled by rolling restart. Some nodes will be running on Noop service but will timeout downloading the cluster state.
Check List
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.