-
Notifications
You must be signed in to change notification settings - Fork 67
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
Gradle 7, JDK related changes and OS 2.0 #179
Conversation
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
ed21eea
to
64b8d81
Compare
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
Codecov Report
@@ Coverage Diff @@
## main #179 +/- ##
============================================
- Coverage 72.29% 71.77% -0.53%
+ Complexity 358 356 -2
============================================
Files 44 44
Lines 2516 2459 -57
Branches 167 160 -7
============================================
- Hits 1819 1765 -54
+ Misses 592 588 -4
- Partials 105 106 +1
Continue to review full report at Codecov.
|
@@ -106,42 +106,6 @@ private void populateCurrentShards() { | |||
put( | |||
ShardStatsValue.SEGMENTS_TOTAL.toString(), | |||
(shardStats) -> shardStats.getStats().getSegments().getCount()); | |||
put( | |||
ShardStatsValue.SEGMENTS_MEMORY.toString(), |
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.
Do we want to remove the related Metrics as well?
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.
Like from RCA package or something else? I will get out a separate PR for RCA related changes.
Signed-off-by: Sagar Upadhyaya sagar.upadhyaya.121@gmail.com
Is your feature request related to a problem? Please provide an existing Issue # , or describe.
Temporarily pointing to local RCA repo to test build/CI.
Describe the solution you are proposing
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
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.