-
Notifications
You must be signed in to change notification settings - Fork 2k
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 stats throwing NPE when shards are unassigned or are in delayed allocation phase #14580
Conversation
❌ Gradle check result for ec6091b: 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 aca2198: 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 #14580 +/- ##
============================================
+ Coverage 72.29% 72.68% +0.38%
- Complexity 65699 66041 +342
============================================
Files 5318 5318
Lines 305676 305677 +1
Branches 44350 44350
============================================
+ Hits 220992 222170 +1178
+ Misses 66582 65616 -966
+ Partials 18102 17891 -211 ☔ View full report in Codecov by Sentry. |
This PR is stalled because it has been open for 30 days with no activity. |
@shourya035 , I didn't get a chance to address the comments, will be doing that this week |
9422777
to
b82ed5a
Compare
Signed-off-by: Rampreeth Ethiraj <ethirajrampreeth@gmail.com>
@mch2 , could I please get a review on this? |
Thanks for the fix @rampreeth, FYI @vinaykpud is working on a change to simplify segrep stats by pushing the computation to the replicas - #17055. |
Got it. Thanks @mch2 for the review. |
@mch2 , I see that there are 6 workflows that are expected to run but doesn't seem to be running. Could you please help with that? Does it need approval? |
@rampreeth Please update the PR description |
@sachinpkale @mch2 , would you be able to merge the PR? |
Description
Fixes segment Replication stats throwing NPE when shards are unassigned or are in delayed allocation phase
Related Issues
Resolves #11945
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.