keith-turner opened a new issue #2013: URL: https://github.com/apache/accumulo/issues/2013
When an external compaction commits and the tablet is not present, it [deletes the marker](https://github.com/apache/accumulo/blob/75d7f67fef54771061b0fff45fdea507ebbf4ca9/server/tserver/src/main/java/org/apache/accumulo/tserver/compactions/CompactionManager.java#L458-L460). There is a race condition where if a tablet was recently unloaded, this could be deleted resulting in the work of an external compaction being for lost and probably redone later. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
