DomGarguilo opened a new pull request #2304: URL: https://github.com/apache/accumulo/pull/2304
Fixes: #1841 This test was failing with a "Table is being deleted" exception which is to be expected when attempting to delete and run other ops concurrently. It appears #2240 prevents compactions from starting while a table is being deleted which I think is what caused this test to start to fail again. * Main change was to catch the acceptable exception within `DelayedTableOp.run` * While I was changing the file, I made quite a bit of other readability/refactoring changes that seem like improvements to me -- 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]
