This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch 2.1
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/2.1 by this push:
     new a9ee91478e Trivial remove unused field
a9ee91478e is described below

commit a9ee91478e9b9e59e6299b8a040fce674670035a
Author: Christopher Tubbs <ctubb...@apache.org>
AuthorDate: Fri Jun 27 20:37:26 2025 -0400

    Trivial remove unused field
---
 .../org/apache/accumulo/core/fate/zookeeper/ServiceLockSupport.java     | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/core/src/main/java/org/apache/accumulo/core/fate/zookeeper/ServiceLockSupport.java
 
b/core/src/main/java/org/apache/accumulo/core/fate/zookeeper/ServiceLockSupport.java
index efc335faf0..8bc892f7b1 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/fate/zookeeper/ServiceLockSupport.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/fate/zookeeper/ServiceLockSupport.java
@@ -123,8 +123,6 @@ public class ServiceLockSupport {
    */
   public static class ServiceLockWatcher implements LockWatcher {
 
-    private static final Logger LOG = 
LoggerFactory.getLogger(ServiceLockWatcher.class);
-
     private final String serviceName;
     private final Supplier<Boolean> shutdownComplete;
     private final Consumer<String> lostLockAction;

Reply via email to