kevinrr888 opened a new issue, #5669:
URL: https://github.com/apache/accumulo/issues/5669

   **Is your feature request related to a problem? Please describe.**
   `MetaFateOpsCommandsIT` and `UserFateOpsCommandsIT` take ~10 minutes each 
locally. Need to look into if this can be sped up.
   
   **Describe the solution you'd like**
   The issue is the `BeforeEach` that is run, which stops all compactors. This 
takes ~30 seconds each time. Need to see if we can avoid stopping the 
compactors. If we can filter out the `COMMIT_COMPACTION`s initiated by the 
compactors, we could avoid stopping the compactors.
   
   **Describe alternatives you've considered**
   Alternatively, if only a few tests are using the `print` or `summary` 
commands, could just stop the compactors for those tests. Each stop would still 
take ~30 seconds, so prefer the above approach.
   


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