keith-turner commented on issue #3559:
URL: https://github.com/apache/accumulo/issues/3559#issuecomment-1615005854

   User compaction are currently driven by a fate operation, however those 
create ZK node that scale with the number of compaction request coming in via 
the API.  User compactions do not create ZK nodes for each tablet in a 
compaction request.  For example if a user initiated compaction has range that 
covers 100K tablets, then it will create a few ZK nodes but not N*100K ZK 
nodes.   The compaction commit process in #3462 is a pert tablet operation, so 
for it to use FATE it would need to create a FATE operation per a tablet.  This 
is why it was deemed too much for ZK.


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