Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Merge from 1.11 to master - support latest ES version #237

Merged
merged 3 commits into from
Nov 18, 2020

Conversation

sruti1312
Copy link
Contributor

@sruti1312 sruti1312 commented Nov 11, 2020

Fixes #, if available:

Description of changes:
Merge 1.11 branch to master.
Update the master to use the latest ES version and plugin version.

Changes that will be addressed in the next PR:
Need to update SpotBug - ignoreFailures to true.

Tests:
Spun a docker and tested

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@sruti1312 sruti1312 requested review from sidheart and ktkrg November 11, 2020 21:34
@codecov
Copy link

codecov bot commented Nov 11, 2020

Codecov Report

Merging #237 (4db9d2d) into master (89c2617) will decrease coverage by 4.13%.
The diff coverage is 4.34%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master    #237      +/-   ##
===========================================
- Coverage     14.09%   9.96%   -4.14%     
+ Complexity       65      50      -15     
===========================================
  Files            39      39              
  Lines          2015    2018       +3     
  Branches        150     150              
===========================================
- Hits            284     201      -83     
- Misses         1722    1809      +87     
+ Partials          9       8       -1     
Impacted Files Coverage Δ Complexity Δ
...performanceanalyzer/PerformanceAnalyzerPlugin.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...nalyzer/config/setting/ClusterSettingsManager.java 0.86% <0.00%> (+0.01%) 1.00 <0.00> (ø)
...config/PerformanceAnalyzerClusterConfigAction.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...action/config/PerformanceAnalyzerConfigAction.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...rformanceAnalyzerOverridesClusterConfigAction.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...yzer/http_action/whoami/TransportWhoAmIAction.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...anceanalyzer/http_action/whoami/WhoAmIRequest.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...nceanalyzer/http_action/whoami/WhoAmIResponse.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...on/config/PerformanceAnalyzerResourceProvider.java 33.72% <66.66%> (+0.38%) 8.00 <0.00> (ø)
...nalyzer/collectors/ThreadPoolMetricsCollector.java 0.00% <0.00%> (-90.79%) 0.00% <0.00%> (-10.00%)
... and 1 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 89c2617...d1a1f2c. Read the comment docs.

@sruti1312
Copy link
Contributor Author

Updated the RCA version to the latest odfe version 1.11 - The build will fail until I get this PR merged on the RCA package.

id 'com.github.spotbugs' version '4.0.0'
id 'jacoco'
}

spotbugsMain {
excludeFilter = file("checkstyle/findbugs-exclude.xml")
effort = 'max'
ignoreFailures = false
ignoreFailures = true
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 have spotbugs failures which we need to ignore?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

As we are doing reverse merge, It includes all the old spotbug failures.

@sruti1312 sruti1312 merged commit 2745ca7 into master Nov 18, 2020
@sruti1312 sruti1312 deleted the partsrut-merge-1.11-master branch November 18, 2020 00:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants