This is an automated email from the ASF dual-hosted git repository. krathbun pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/accumulo.git
from b9d744b0e7 Minor changes to log4j2-service.properties file (#5690) add f3ea5a8d57 Created new static methods that easily create TabletId objects (#5678) new cb11a414ac 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/core/data/TabletId.java | 59 +++++- .../apache/accumulo/core/data/TabletIdTest.java | 218 +++++++++++++++++++++ 2 files changed, 276 insertions(+), 1 deletion(-) create mode 100644 core/src/test/java/org/apache/accumulo/core/data/TabletIdTest.java