keith-turner opened a new pull request, #4278: URL: https://github.com/apache/accumulo/pull/4278
This test had two problems. First it was using the offline operation to check if all compactions were finished. However compactations that were queued in fate when the offline started would start after the offline and potentially have fate locks for the check at the end of the test. Second the test starts a large number of compactions, but there was only one compactor process. Started multiple compactor process to process compactions faster. -- 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]
