kevinrr888 opened a new pull request, #5364: URL: https://github.com/apache/accumulo/pull/5364
CeMetrics.queued, CeMetrics.running, ExMetrics.queued, ExMetrics.running are only initialized if registry is not null, but have `set()` called on them without checking registry. Now check if queued/running is null before calling `set()`. Checked all fields in `CompactionExecutorsMetrics` to see if there were any other places a NPE might occur, those 4 fields were the only ones that seemed to have this issue. closes #5356 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
