This is an automated email from the ASF dual-hosted git repository. dlmarion pushed a change to branch elasticity in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 064948ef2f Adjust shell to indicate how re-authentication occurs add 02dec739a3 Add some trivial build updates (#3702) add ded409fc46 Make DeleterFormatter use standard confirm (#3704) add a658fa8cba Merge branch '2.1' add 05b0604f59 Refactor assertTrue(!=) with assertNotEquals (#3712) add 13ce0d1f27 Cache Hadoop config in getVolumeManagerConfiguration (#3706) add 80e63feaaa Merge branch '2.1' add fcf3192f27 [maven-release-plugin] prepare release rel/3.0.0 add a169a9011c [maven-release-plugin] prepare for next development iteration add 1d7455c774 Merge branch '3.0.0-rc1-next' add ee7ae63a82 [maven-release-plugin] prepare release rel/2.1.2 add 4c7e6a3d96 [maven-release-plugin] prepare for next development iteration add 300e46f8e8 Merge branch '2.1.2-rc1-next' into 2.1 add 0b4bbbf780 Merge branch '2.1' add 8cd906ea18 Update post-release checklist template add fcaf4d35a6 Logs extent and files on failure to update tablets files (#3671) add cd7642988b Merge branch '2.1' add fa796c64cd Always use retry backoff in ZooReader(Writer) (#3720) add af972f223b Merge branch '2.1' add f216af63a9 increases max wait time for ZK update retry (#3723) add f88500dfd0 Merge remote-tracking branch 'upstream/2.1' add fc793ec9a1 Adjust shell to indicate how re-authtication occurs (#3726) add 59897142d4 Merge branch '2.1' new 1772379b04 Merge branch 'main' into elasticity The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .github/ISSUE_TEMPLATE/post_vote_checklist.md | 1 + .../accumulo/core/fate/zookeeper/ZooReader.java | 13 ++-- .../core/fate/zookeeper/ZooReaderWriterTest.java | 3 + minicluster/minicluster.properties | 31 ---------- pom.xml | 10 ++-- .../accumulo/server/fs/VolumeManagerImpl.java | 43 ++++++++++---- .../accumulo/server/fs/VolumeManagerImplTest.java | 39 ++++++++++++ .../server/util/fateCommand/SummaryReportTest.java | 8 ++- .../accumulo/shell/format/DeleterFormatter.java | 56 +++++++----------- .../shell/format/DeleterFormatterTest.java | 69 +++++++++++++++------- .../build/create-release-candidate.sh | 10 ++-- 11 files changed, 171 insertions(+), 112 deletions(-) delete mode 100644 minicluster/minicluster.properties rename assemble/build.sh => src/build/create-release-candidate.sh (98%)