This is an automated email from the ASF dual-hosted git repository. kturner pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/accumulo.git
from c038984d16 Merge branch '2.1' add b9d1809996 avoid reading unwanted data in native map (#5553) new a516685f59 Merge commit 'b9d1809996bb81a7457b6ea84dc9d729ea9d1023' 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/tserver/NativeMap.java | 22 +-- .../java/org/apache/accumulo/test/LargeReadIT.java | 174 +++++++++++++++++++++ .../accumulo/test/functional/NativeMapIT.java | 13 ++ 3 files changed, 198 insertions(+), 11 deletions(-) create mode 100644 test/src/main/java/org/apache/accumulo/test/LargeReadIT.java