opensearch-project / performance-analyzer-rca

The Performance Analyzer RCA is a framework that builds on the Performance Analyzer engine to support root cause analysis (RCA) of performance and reliability problems for OpenSearch instances.
https://opensearch.org/docs/latest/monitoring-plugins/pa/rca/index/
Apache License 2.0
29 stars 56 forks source link

[Release 2.12.0] fix `spotlessJava` #538

Closed prudhvigodithi closed 7 months ago

prudhvigodithi commented 7 months ago

Is your feature request related to a problem? Please provide an existing Issue # , or describe. [Release 2.12.0] fix spotlessJava to unblock https://github.com/opensearch-project/performance-analyzer/issues/611

Part of release 2.12.0: https://github.com/opensearch-project/performance-analyzer-rca/issues/513, https://github.com/opensearch-project/opensearch-build/issues/4115

prudhvigodithi commented 7 months ago

Adding @reta to please take a look, based on https://github.com/opensearch-project/performance-analyzer-rca/pull/533

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (4802179) 75.71% compared to head (7bf2340) 75.66%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## 2.12 #538 +/- ## ============================================ - Coverage 75.71% 75.66% -0.05% + Complexity 2583 2581 -2 ============================================ Files 303 303 Lines 15414 15414 Branches 1218 1218 ============================================ - Hits 11670 11663 -7 - Misses 3256 3261 +5 - Partials 488 490 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

reta commented 7 months ago

Thanks @prudhvigodithi !