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.16] Optimized ClusterStatsIndices to precomute shard stats (#14426) #14913

Conversation

Pranshu-S
Copy link
Contributor

Optimize Cluster Stats Indices to precomute node level stats

PR - #14426

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.

Pranshu-S and others added 2 commits July 23, 2024 21:15
…oject#14426)

* Optimize Cluster Stats Indices to precomute node level stats

Signed-off-by: Pranshu Shukla <[email protected]>
Signed-off-by: Pranshu Shukla <[email protected]>
Copy link
Contributor

❌ Gradle check result for c407789: 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?

Copy link
Contributor

❕ Gradle check result for a3a0fd9: UNSTABLE

  • TEST FAILURES:
      1 org.opensearch.cluster.MinimumClusterManagerNodesIT.testThreeNodesNoClusterManagerBlock

Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure.

Copy link

codecov bot commented Jul 23, 2024

Codecov Report

Attention: Patch coverage is 90.43478% with 11 lines in your changes missing coverage. Please review.

Project coverage is 71.54%. Comparing base (1c28e4e) to head (a3a0fd9).
Report is 5 commits behind head on 2.16.

Files Patch % Lines
.../admin/cluster/stats/ClusterStatsNodeResponse.java 89.39% 4 Missing and 3 partials ⚠️
...ction/admin/cluster/stats/ClusterStatsRequest.java 75.00% 0 Missing and 2 partials ⚠️
...dmin/cluster/stats/ClusterStatsRequestBuilder.java 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               2.16   #14913      +/-   ##
============================================
- Coverage     71.55%   71.54%   -0.02%     
+ Complexity    62652    62601      -51     
============================================
  Files          5117     5117              
  Lines        293928   294051     +123     
  Branches      42833    42848      +15     
============================================
+ Hits         210319   210373      +54     
+ Misses        65975    65957      -18     
- Partials      17634    17721      +87     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants