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

   Each compactor process was listing all other compactors inorder to get a 
count of compactors.  This creates O(N^2) work on zookeeper where N is the 
number of compactors.  This change modifies compactors to get the count from 
the coordinator via an existing RPC to the coordinator.


-- 
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]

Reply via email to