dlmarion commented on code in PR #6199:
URL: https://github.com/apache/accumulo/pull/6199#discussion_r2907351097


##########
core/src/main/java/org/apache/accumulo/core/fate/zookeeper/ServiceLock.java:
##########
@@ -378,7 +427,9 @@ public void process(WatchedEvent event) {
         // if stat is null from the zookeeper.exists(path, Watcher) call, then 
we just
         // created a Watcher on a node that does not exist. Delete the watcher 
we just created.
         zooKeeper.removeWatches(nodeToWatch, priorNodeWatcher, 
WatcherType.Any, true);
-        determineLockOwnership(createdEphemeralNode, lw);
+        if (createdNodeName != null) {

Review Comment:
   Removed check in 2a591cc



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