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

Changes to add jdk17, remove jdk 8,14, OS 2.0 and upgrade to gradle 7 #156

Merged
merged 12 commits into from
Apr 6, 2022

Conversation

sgup432
Copy link
Contributor

@sgup432 sgup432 commented Apr 5, 2022

Signed-off-by: Sagar Upadhyaya [email protected]

Is your feature request related to a problem? Please provide an existing Issue # , or describe.

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.

@sgup432 sgup432 requested a review from a team April 5, 2022 19:17
@sgup432 sgup432 requested review from dzane17 and sruti1312 April 5, 2022 23:22
@codecov-commenter
Copy link

codecov-commenter commented Apr 5, 2022

Codecov Report

Merging #156 (8d79b98) into main (4e7ed7a) will decrease coverage by 0.09%.
The diff coverage is 39.13%.

@@             Coverage Diff              @@
##               main     #156      +/-   ##
============================================
- Coverage     72.02%   71.92%   -0.10%     
+ Complexity     2962     2949      -13     
============================================
  Files           376      376              
  Lines         18834    18783      -51     
  Branches       1465     1442      -23     
============================================
- Hits          13565    13510      -55     
+ Misses         4685     4676       -9     
- Partials        584      597      +13     
Impacted Files Coverage Δ
...decisionmaker/deciders/jvm/JvmGenTuningPolicy.java 75.00% <0.00%> (ø)
...er/rca/framework/api/summaries/HotNodeSummary.java 58.71% <0.00%> (-0.55%) ⬇️
...ca/framework/api/summaries/TopConsumerSummary.java 68.51% <ø> (+2.44%) ⬆️
...rca/framework/api/summaries/HotClusterSummary.java 77.14% <40.00%> (-3.46%) ⬇️
...ca/framework/api/summaries/HotResourceSummary.java 85.79% <40.00%> (-1.43%) ⬇️
...r/rca/framework/api/summaries/HotShardSummary.java 86.70% <40.00%> (-1.68%) ⬇️
.../performanceanalyzer/rca/response/RcaResponse.java 94.64% <75.00%> (-1.73%) ⬇️
...pensearch/performanceanalyzer/jvm/HeapMetrics.java 40.62% <0.00%> (-15.63%) ⬇️
...nceanalyzer/rca/samplers/MetricsDBFileSampler.java 75.00% <0.00%> (-9.10%) ⬇️
...formanceanalyzer/PerformanceAnalyzerWebServer.java 68.65% <0.00%> (-5.98%) ⬇️
... and 15 more

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 4e7ed7a...8d79b98. Read the comment docs.

sruti1312
sruti1312 previously approved these changes Apr 5, 2022
@@ -103,7 +103,7 @@ testlogger {
spotbugsMain {
excludeFilter = file("checkstyle/findbugs-exclude.xml")
effort = 'max'
ignoreFailures = false
ignoreFailures = true // TODO: Set this to false later as they are too many warnings to be fixed.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we are not planning to fix this now, can we open an issue and link it here?

Looks like you fixed almost all the issues.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have created issue - #157 to track this.

There are still many medium related warnings which needs to be fixed. I fixed high priority ones.

Signed-off-by: Sagar Upadhyaya <[email protected]>
@sgup432 sgup432 changed the title Changes to add jdk17, remove jdk 8,14 and upgrade to gradle 7 Changes to add jdk17, remove jdk 8,14, OS 2.0 and upgrade to gradle 7 Apr 6, 2022
sgup432 added 2 commits April 6, 2022 13:03
Signed-off-by: Sagar Upadhyaya <[email protected]>
Signed-off-by: Sagar Upadhyaya <[email protected]>
sruti1312
sruti1312 previously approved these changes Apr 6, 2022
@sgup432
Copy link
Contributor Author

sgup432 commented Apr 6, 2022

Though JDK 11, 17 CI is failing, will be pushing these changes. As this RCA PR rely on PA where OS 2.0, gradle 7, jdk 17 changes are still in PR phase. Will take care there. Had tested these changes with pointing to PA non main branch which had desired 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