milleruntime commented on issue #2011: URL: https://github.com/apache/accumulo/issues/2011#issuecomment-818705479
As a reference for others, here is the point in the code where we cancel compactions. It is called while closing the Tablet in `initiateClose(true)` during `Tablet.split()`: https://github.com/apache/accumulo/blob/9b504121dd69bf033dced56adb55d727b0eafdc4/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Tablet.java#L1204 -- 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]
