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

   Added ranges to table locks using the ranges from fate operations.  For 
write locks these ranges are widened to the nearest splits, see comments in 
Utils.reserveTable for details.  See comments and code in 
DistributedReadWriteLock.WriteLock.tryLock() and
   DistributedReadWriteLock.ReadLock.tryLock() for details about how these 
ranges change lock behavior.  Added tests to excercise this new locking 
behavior. Modified the `accumulo admin fate -l` command to display lock ranges. 
 Also modified how this command determines if a lock is held or waiting.
   
   fixes #2483


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