This is an automated email from the ASF dual-hosted git repository. kturner pushed a change to branch 2.1 in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 8c25167e20 Fixes broken TotalQueuedIT 2.1+ (#5735) add 8ce35f6fa4 Avoids reading all fate txs from zookeeper when reserving (#5728) No new revisions were added by this update. Summary of changes: .../org/apache/accumulo/core/fate/ZooStore.java | 68 +++++++++++++++------- .../org/apache/accumulo/server/util/Admin.java | 2 +- .../java/org/apache/accumulo/manager/Manager.java | 2 +- .../accumulo/manager/metrics/fate/FateMetrics.java | 3 +- .../manager/upgrade/UpgradeCoordinator.java | 5 +- .../accumulo/shell/commands/FateCommand.java | 7 ++- .../accumulo/shell/commands/FateCommandTest.java | 3 +- .../org/apache/accumulo/test/FateSummaryIT.java | 6 +- .../accumulo/test/fate/zookeeper/FateIT.java | 15 +++-- .../test/functional/FateConcurrencyIT.java | 6 +- .../test/functional/FunctionalTestUtils.java | 3 +- 11 files changed, 79 insertions(+), 41 deletions(-)