keith-turner commented on code in PR #6021:
URL: https://github.com/apache/accumulo/pull/6021#discussion_r2627485368
##########
test/src/main/java/org/apache/accumulo/test/fate/zookeeper/FateIT.java:
##########
@@ -190,6 +192,7 @@ public Repo<Manager> call(long tid, Manager environment)
throws Exception {
private static CountDownLatch callStarted;
private static CountDownLatch finishCall;
private static CountDownLatch undoLatch;
+ private static AtomicReference<Throwable> interruptedException = new
AtomicReference<>();
Review Comment:
Could set this to null in a junit before each method to get it ready for
each 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]