keith-turner opened a new issue, #6001:
URL: https://github.com/apache/accumulo/issues/6001

   **Is your feature request related to a problem? Please describe.**
   
   Saw a tserver running a compaction fail.  When a tablet from that tserver 
was reloaded it did not clean up the tmp file for the compaction.  This 
[code](https://github.com/apache/accumulo/blob/4d016baa4fdb7526d106005d8d48602b01f7008e/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Tablet.java#L421)
 is supposed to do that.
   
   **Describe the solution you'd like**
   
   Tests that kill a tserver running a compaction and then check if the tmp 
file is cleaned up would be nice if those do not exists.  Can also use the test 
to see if this code is working.  Could test internal and external compactions 
for this case (should only remove tmp files for internal compactions).
   


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