You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by dl...@apache.org on 2022/02/17 20:15:48 UTC

[accumulo] branch main updated: Revert "Synchronize method shared between FaTE ops (#2505)" (#2508)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 041ec0d  Revert "Synchronize method shared between FaTE ops (#2505)" (#2508)
041ec0d is described below

commit 041ec0d4dce310170b5035e76f013461a56c7b42
Author: Dave Marion <dl...@apache.org>
AuthorDate: Thu Feb 17 15:13:44 2022 -0500

    Revert "Synchronize method shared between FaTE ops (#2505)" (#2508)
    
    This reverts commit 48e31af4962660dd1c09054cd5128a30f86b3c71.
---
 .../accumulo/manager/tableOps/compact/cancel/CancelCompactions.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/manager/src/main/java/org/apache/accumulo/manager/tableOps/compact/cancel/CancelCompactions.java b/server/manager/src/main/java/org/apache/accumulo/manager/tableOps/compact/cancel/CancelCompactions.java
index 1a99634..a88cf4b 100644
--- a/server/manager/src/main/java/org/apache/accumulo/manager/tableOps/compact/cancel/CancelCompactions.java
+++ b/server/manager/src/main/java/org/apache/accumulo/manager/tableOps/compact/cancel/CancelCompactions.java
@@ -64,7 +64,7 @@ public class CancelCompactions extends ManagerRepo {
     Utils.unreserveNamespace(env, namespaceId, tid, false);
   }
 
-  public static synchronized void mutateZooKeeper(long tid, TableId tableId, Manager environment)
+  public static void mutateZooKeeper(long tid, TableId tableId, Manager environment)
       throws Exception {
     String zCompactID = Constants.ZROOT + "/" + environment.getInstanceID() + Constants.ZTABLES
         + "/" + tableId + Constants.ZTABLE_COMPACT_ID;