keith-turner opened a new pull request, #4665: URL: https://github.com/apache/accumulo/pull/4665
This test was validating the compactor busy count metric. The test has 9 compactor processes running. When it saw a busy count from any of the 9 it would set an atomic long. This is made it likely that the 8 of 9 not busy compactors would set zero making the test flaky. Replaced the atomic long w/ a concurrent map where each compactor process has an entry in the map for its busy count. -- 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]
