This is an automated email from the ASF dual-hosted git repository. krathbun 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 e369d0d65c Fix BrokenBalancerIT: (#5703) e369d0d65c is described below commit e369d0d65c56b94f70fccda2d9eecec6044dd9bb Author: Kevin Rathbun <krath...@apache.org> AuthorDate: Wed Jul 2 11:09:33 2025 -0400 Fix BrokenBalancerIT: (#5703) fix BrokenBalancerIT from recent changes to fixed properties in Property class --- core/src/main/java/org/apache/accumulo/core/conf/Property.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/org/apache/accumulo/core/conf/Property.java b/core/src/main/java/org/apache/accumulo/core/conf/Property.java index 7a761c825e..d9d94cb367 100644 --- a/core/src/main/java/org/apache/accumulo/core/conf/Property.java +++ b/core/src/main/java/org/apache/accumulo/core/conf/Property.java @@ -1953,7 +1953,7 @@ public enum Property { GENERAL_MAX_MESSAGE_SIZE, GENERAL_CACHE_MANAGER_IMPL, // MANAGER options - MANAGER_TABLET_BALANCER, MANAGER_THREADCHECK, MANAGER_FATE_METRICS_MIN_UPDATE_INTERVAL, + MANAGER_THREADCHECK, MANAGER_FATE_METRICS_MIN_UPDATE_INTERVAL, MANAGER_REPLICATION_SCAN_INTERVAL, MANAGER_REPLICATION_COORDINATOR_PORT, MANAGER_REPLICATION_COORDINATOR_MINTHREADS, MANAGER_REPLICATION_COORDINATOR_THREADCHECK, MANAGER_METADATA_SUSPENDABLE, MANAGER_STARTUP_TSERVER_AVAIL_MIN_COUNT,