This is an automated email from the ASF dual-hosted git repository. kturner pushed a change to branch 3.1 in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 5cebf6ba17 removes bare usage of Text.getBytes() (#4895) add 2cdefa30b8 reduce scan thread contention on native maps (#4910) add d0cc35f87f only registers cleaner in native map when needed (#4909) new 2e63b7140d Merge branch '2.1' into 3.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/tserver/NativeMap.java | 3 ++- .../accumulo/tserver/NativeMapCleanerUtil.java | 27 ++++++++++++++++++++-- .../accumulo/test/functional/NativeMapIT.java | 8 +++++++ 3 files changed, 35 insertions(+), 3 deletions(-)