Release latch listeners in case of no-op RoutingTableService#15614
Release latch listeners in case of no-op RoutingTableService#15614shiv0408 wants to merge 4 commits intoopensearch-project:mainfrom
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. |
Bukhtawar
left a comment
There was a problem hiding this comment.
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. |
|
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.