You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by kt...@apache.org on 2019/04/02 18:01:49 UTC

[accumulo] branch 1.9 updated (d6d0b38 -> 8928726)

This is an automated email from the ASF dual-hosted git repository.

kturner pushed a change to branch 1.9
in repository https://gitbox.apache.org/repos/asf/accumulo.git.


    from d6d0b38  Revert commons config to 1.6
     new 86b1df5  WIP
     new e2f9028  misc updates
     new 243ac4c  added some debugging
     new 1ef978d  WIP
     new 91f22b6  WIP
     new af4f5b5  correct comment
     new 79947b2  improve comments
     new 8928726  Fixes #1064 avoid calling insert on c++ map. (#1070)

The 8807 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:
 .../native/src/main/c++/nativeMap/BlockAllocator.h | 29 ++++++++++++-
 server/native/src/main/c++/nativeMap/NativeMap.h   | 50 ++++++++++++----------
 server/native/src/main/c++/nativeMap/SubKey.h      |  2 +
 3 files changed, 57 insertions(+), 24 deletions(-)