dlmarion commented on issue #5052:
URL: https://github.com/apache/accumulo/issues/5052#issuecomment-2471274826

   I think #5026 caused this, but this test is not failing in 2.1 or main 
branches for some reason. The `testGetActiveCompactions` method creates a table 
with a lot of files (it's calling BatchWriter.flush in a loop). When the test 
cancels the user compaction, a bunch of system compactions are generated to get 
the number of files for the tablets below the threshold. Since the following 
test method is using the same compactor queue, the compactor process is busy 
compacting the tablets from the previous test and never gets around to 
compacting the tablets for the current test method, and it times out.


-- 
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]

Reply via email to