ddanielr commented on code in PR #5857:
URL: https://github.com/apache/accumulo/pull/5857#discussion_r2383824204


##########
test/src/main/java/org/apache/accumulo/test/functional/ZombieTServer.java:
##########
@@ -144,7 +145,24 @@ public static void main(String[] args) throws Exception {
     metricsInfo.init(MetricsInfo.serviceTags(context.getInstanceName(), 
"zombie.server",
         serverPort.address, ResourceGroupId.DEFAULT));
 
-    LockWatcher lw = new LockWatcher() {
+    final AtomicBoolean acquiredLock = new AtomicBoolean(false);
+
+    AccumuloLockWatcher lw = new AccumuloLockWatcher() {

Review Comment:
   Tested using the abstract class and ran into the described issue with 
calling super and setting the boolean to false. 



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