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

Gradle 7, JDK related changes and OS 2.0 #179

Merged
merged 6 commits into from
Apr 7, 2022

Conversation

sgup432
Copy link
Contributor

@sgup432 sgup432 commented Apr 6, 2022

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

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff

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.

Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
@sgup432 sgup432 requested a review from a team April 6, 2022 17:08
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
sgup432 and others added 4 commits April 6, 2022 13:39
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-commenter
Copy link

codecov-commenter commented Apr 6, 2022

Codecov Report

Merging #179 (d4b2381) into main (8da5fe8) will decrease coverage by 0.52%.
The diff coverage is n/a.

@@             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     
Impacted Files Coverage Δ
...llectors/NodeStatsFixedShardsMetricsCollector.java 91.03% <ø> (+0.02%) ⬆️
...dler/PerformanceAnalyzerClusterSettingHandler.java 68.67% <0.00%> (-4.59%) ⬇️
...collectors/NodeStatsAllShardsMetricsCollector.java 87.09% <0.00%> (-0.56%) ⬇️
...manceanalyzer/collectors/NodeDetailsCollector.java 81.25% <0.00%> (-0.29%) ⬇️
...ormanceanalyzer/writer/EventLogQueueProcessor.java 60.71% <0.00%> (ø)
...on/config/PerformanceAnalyzerResourceProvider.java 36.84% <0.00%> (+0.75%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8da5fe8...d4b2381. Read the comment docs.

@sgup432 sgup432 requested a review from sruti1312 April 7, 2022 00:29
@sgup432 sgup432 assigned dzane17 and sgup432 and unassigned dzane17 Apr 7, 2022
@sgup432 sgup432 requested a review from dzane17 April 7, 2022 00:30
@@ -106,42 +106,6 @@ private void populateCurrentShards() {
put(
ShardStatsValue.SEGMENTS_TOTAL.toString(),
(shardStats) -> shardStats.getStats().getSegments().getCount());
put(
ShardStatsValue.SEGMENTS_MEMORY.toString(),
Copy link
Contributor

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?

Copy link
Contributor Author

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.

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.

4 participants