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


##########
test/src/main/java/org/apache/accumulo/test/fate/zookeeper/FateIT.java:
##########
@@ -363,92 +346,62 @@ public void testCancelWhileSubmittedNotRunning() throws 
Exception {
     fate.seedTransaction("TestOperation", txid, new TestOperation(NS, TID), 
true, "Test Op");
     assertEquals(SUBMITTED, getTxStatus(zk, txid));
     assertTrue(fate.cancel(txid));
+    fate = null;

Review Comment:
   Could change the fate shutdown function to tolerate a null executor instance 
variable.  Then would not need to set fate to null here.



-- 
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: notifications-unsubscr...@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to