dlmarion commented on a change in pull request #2372:
URL: https://github.com/apache/accumulo/pull/2372#discussion_r765984183
##########
File path:
server/compactor/src/main/java/org/apache/accumulo/compactor/Compactor.java
##########
@@ -712,6 +711,8 @@ public void run() {
compactionThread.join();
LOG.trace("Compaction thread finished.");
+ checkIfCanceled();
Review comment:
I think this was an issue with short-lived compactions. IIRC, the
original issue was that @milleruntime deleted the ci table during some testing
and a bunch of errors were logged and the compaction was not canceled (at least
not in coordinator log).
--
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]