kevinrr888 commented on issue #5130:
URL: https://github.com/apache/accumulo/issues/5130#issuecomment-2557484833

   > I'm not sure what the table structure looks like for the USER store, but 
if the fate operation name is in the colf, then we could set up locality groups 
for each fate operation in the Initialize and Upgrade code.
   
   Yes, good point. That is true for the USER store and is another thing we 
plan to change. I forgot to mention this. 
https://github.com/apache/accumulo/pull/5031 is an open PR regarding this. We 
can just add the fate operation to the same group.
   For META store I don't know of a similar optimization since we store the 
data in ZooKeeper. Maybe it could be done with refactoring to how we currently 
store the Fate data, but I don't think it could be done as is.


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

Reply via email to