dlmarion opened a new pull request, #5497: URL: https://github.com/apache/accumulo/pull/5497
The old code collected mutations by creating a new list, copying existing and new mutations into it, and putting the list into a map. The new code creates a single list, adds all of the mutations to that list, and puts the list in the map. Closes #5496 -- 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-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org