You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2018/11/15 22:44:44 UTC

[GitHub] keith-turner opened a new pull request #769: fixes #767 correct allocation issue in native maps

keith-turner opened a new pull request #769: fixes #767 correct allocation issue in native maps
URL: https://github.com/apache/accumulo/pull/769
 
 
   This fixes a bug that was found when building the native maps against
   Fedora 29.  The cause of the bug was that an empty C++ map seemed to
   allocate a small amount of memory, which was a new behavior.  This new
   behavior violated an assumption made by the custom alloctor used by the
   native map code.  The code was restructured to avoid this issue.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services