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

Build fails due to spotbug check. #46

Closed
mch2 opened this issue Aug 17, 2021 · 1 comment · Fixed by #47
Closed

Build fails due to spotbug check. #46

mch2 opened this issue Aug 17, 2021 · 1 comment · Fixed by #47
Labels
bug Something isn't working

Comments

@mch2
Copy link
Member

mch2 commented Aug 17, 2021

Currently the main branch is failing due to a spotbugs failure.

Code | Warning
-- | --
DLS | Dead store to start in org.opensearch.performanceanalyzer.reader.ReaderMetricsProcessor.processMetrics(String, long)
  | Bug type DLS_DEAD_LOCAL_STORE (click for details)In class org.opensearch.performanceanalyzer.reader.ReaderMetricsProcessorIn method org.opensearch.performanceanalyzer.reader.ReaderMetricsProcessor.processMetrics(String, long)Local variable named startAt ReaderMetricsProcessor.java:[line 604]

This is causing the full build of performance-analyzer to fail because it always clones the main branch to build RCA.

@dblock dblock added the bug Something isn't working label Aug 17, 2021
@mch2
Copy link
Member Author

mch2 commented Aug 17, 2021

This is blocking us from adding performance-analyzer to bundle builds for 1.1 -> opensearch-project/opensearch-build#148

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants