You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "keith-turner (via GitHub)" <gi...@apache.org> on 2024/01/19 01:41:11 UTC

[PR] Avoids buffering large split points in memory [accumulo]

keith-turner opened a new pull request, #4173:
URL: https://github.com/apache/accumulo/pull/4173

   When a tablet needs to split a set of split points is found.  These split points must be under a desired threshold.  The code that found these would buffer everything in memory and then remove any that were over the threshold.  This commit avoid buffering anything that is over the threshold in the first place.
   
   Noticed this behavior while debugging #4172


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Avoids buffering large split points in memory [accumulo]

Posted by "keith-turner (via GitHub)" <gi...@apache.org>.
keith-turner merged PR #4173:
URL: https://github.com/apache/accumulo/pull/4173


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org