This is an automated email from the ASF dual-hosted git repository. dlmarion pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/accumulo.git
from f65e15d954 Improves concurrency of client side tablet location cache (#5423) add 89efffe440 Added 'accumulo upgrade --prepare' command to prepare for upgrade (#5438) new 00381f90e2 Merge branch '2.1' 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: .../java/org/apache/accumulo/core/Constants.java | 1 + .../org/apache/accumulo/server/AbstractServer.java | 13 ++ .../apache/accumulo/server/util/UpgradeUtil.java | 138 +++++++++++++++++++++ .../apache/accumulo/test/start/KeywordStartIT.java | 2 + 4 files changed, 154 insertions(+) create mode 100644 server/base/src/main/java/org/apache/accumulo/server/util/UpgradeUtil.java