keith-turner opened a new pull request, #5543: URL: https://github.com/apache/accumulo/pull/5543
The compaction coordinator was creating a batch writer per a completed external compaction. The batch writer was used to write a single small mutation. This caused a lot of thread creation and RPCs in the coordinator. Changed the coordinator to use a single batch writer for these mutations. Also update some logging in the coordinator to lower levels to trace and add some timing information. -- 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