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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
