This is an automated email from the ASF dual-hosted git repository. kturner pushed a change to branch elasticity in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 4d9d745e2b removes unused code related to root tablet location (#4669) add 4e1177f6ca removes code that automatically removes multiple tablet locations (#4668) No new revisions were added by this update. Summary of changes: .../core/metadata/schema/RootTabletMetadata.java | 18 ++- .../core/metadata/schema/TabletsMetadata.java | 9 +- .../server/manager/state/ZooTabletStateStore.java | 7 +- .../accumulo/manager/TabletGroupWatcher.java | 128 +++++++--------- .../test/ManagerRepairsDualAssignmentIT.java | 163 --------------------- .../apache/accumulo/test/TestDualAssignment.java | 122 +++++++++++++++ 6 files changed, 190 insertions(+), 257 deletions(-) delete mode 100644 test/src/main/java/org/apache/accumulo/test/ManagerRepairsDualAssignmentIT.java create mode 100644 test/src/main/java/org/apache/accumulo/test/TestDualAssignment.java