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


##########
test/src/main/java/org/apache/accumulo/test/compaction/ExternalCompaction_1_IT.java:
##########
@@ -425,15 +425,19 @@ private void 
verifyCompactionCommitAndDead(FateStore<Manager> fateStore, TableId
       FateId fateId, List<ExternalCompactionId> cids) {
     var ctx = getCluster().getServerContext();
 
+    System.out.println("cids:" + cids);

Review Comment:
   Also get a timestamp w/ logging and its more consistent w/ the other logged 
output. Switched the new print and two existing prints to use logging.



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