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 bc1fe47799 Remove unused field (trivial)
bc1fe47799 is described below

commit bc1fe477999d4f19a8591fdb8984502f9305072d
Author: Christopher Tubbs <[email protected]>
AuthorDate: Tue Aug 12 21:03:11 2025 -0400

    Remove unused field (trivial)
---
 test/src/main/java/org/apache/accumulo/test/fate/zookeeper/FateIT.java | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/test/src/main/java/org/apache/accumulo/test/fate/zookeeper/FateIT.java 
b/test/src/main/java/org/apache/accumulo/test/fate/zookeeper/FateIT.java
index 4480709873..be5e9d7809 100644
--- a/test/src/main/java/org/apache/accumulo/test/fate/zookeeper/FateIT.java
+++ b/test/src/main/java/org/apache/accumulo/test/fate/zookeeper/FateIT.java
@@ -42,7 +42,6 @@ import java.util.UUID;
 import java.util.concurrent.CountDownLatch;
 import java.util.concurrent.ScheduledThreadPoolExecutor;
 import java.util.concurrent.atomic.AtomicBoolean;
-import java.util.concurrent.atomic.AtomicInteger;
 
 import org.apache.accumulo.core.Constants;
 import org.apache.accumulo.core.clientImpl.thrift.TableOperation;
@@ -192,8 +191,6 @@ public class FateIT {
   private static CountDownLatch finishCall;
   private static CountDownLatch undoLatch;
 
-  private static AtomicInteger nextFateDir = new AtomicInteger(0);
-
   Fate<Manager> fate;
 
   private enum ExceptionLocation {

Reply via email to