This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git
from ac80237121 Added upgrade step to remove old compaction temp files
(#6435)
add ee27757965 Adds missing return statement
add 5d77a12ad3 Add a unit test for AbstractServer.gracefulShutdown
new fe161845a3 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:
.../org/apache/accumulo/server/AbstractServer.java | 16 +++--
.../apache/accumulo/server/AbstractServerTest.java | 83 ++++++++++++++++++++++
2 files changed, 92 insertions(+), 7 deletions(-)
create mode 100644
server/base/src/test/java/org/apache/accumulo/server/AbstractServerTest.java