keith-turner opened a new pull request, #5522: URL: https://github.com/apache/accumulo/pull/5522
Bulk import and other operations would repeatedly request new unique file names one at a time, possibly making multiple trips to zookeeper. For the case of bulk import and some other places in the code, the number of unique names needed is known ahead of time. Changed name allocation to support requesting a batch of names. For bulk import this means that bulk import would go to zookeeper at most once. -- 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