keith-turner opened a new issue, #5788:
URL: https://github.com/apache/accumulo/issues/5788

   The set tablet availability operation acquires an write lock over an 
infinite range.  The range could be narrowed based on the range the tablets is 
operating on.  This is slightly tricky because that operation uses a key range 
instead of a row range.  Also that operation may be able to switch to a read 
lock instead of a write lock, its not doing anything destructive like deleting 
adding tablets or making significant zookeeper changes.
   
   This is follow on work for after #5786 is merged


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