This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a change to branch elasticity in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 684c514469 tests user compaction requested using FlakyAmple (#4772) add 00da7799ae Collapse MutableByteSequence into ArrayByteSequence (#4745) new 24ead4b4bd 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: .../accumulo/core/data/ArrayByteSequence.java | 20 ++---- .../org/apache/accumulo/core/file/rfile/RFile.java | 7 +- .../accumulo/core/file/rfile/RelativeKey.java | 84 +++++++++++----------- .../accumulo/core/util/LocalityGroupUtil.java | 6 +- .../accumulo/core/util/MutableByteSequence.java | 47 ------------ .../accumulo/core/data/ArrayByteSequenceTest.java | 18 ++--- .../accumulo/core/file/rfile/RelativeKeyTest.java | 9 ++- 7 files changed, 66 insertions(+), 125 deletions(-) delete mode 100644 core/src/main/java/org/apache/accumulo/core/util/MutableByteSequence.java