keith-turner commented on code in PR #4616:
URL: https://github.com/apache/accumulo/pull/4616#discussion_r1619443408


##########
server/manager/src/main/java/org/apache/accumulo/manager/compaction/coordinator/commit/CommitCompaction.java:
##########
@@ -257,6 +256,7 @@ public static boolean 
canCommitCompaction(ExternalCompactionId ecid,
         LOG.debug(
             "Received completion notification for user compaction where its 
fate txid did not match the tablets {} {} {} {}",
             ecid, extent, ecm.getFateId(), 
tabletMetadata.getSelectedFiles().getFateId());
+        return false;

Review Comment:
   This was a bug found by the new unit test.



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