keith-turner commented on issue #1872: URL: https://github.com/apache/accumulo/issues/1872#issuecomment-764713231
I looked around in the code, in 2.1.0-SNAP there is an attempt to cancel any running compactions. https://github.com/apache/accumulo/blob/0bfa4251930dc763ffabd9c2ece4b45f36ae6bc9/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Tablet.java#L1197 In 1.10 there is also some code w/ the intent to cancel compactions. https://github.com/apache/accumulo/blob/018756754ff0f289a8b30f846af8b7092270318d/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Tablet.java#L1365 Wonder if these are working as intended. ---------------------------------------------------------------- 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]
