DomGarguilo commented on PR #5949:
URL: https://github.com/apache/accumulo/pull/5949#issuecomment-3705975808

   Marking this as ready for review. I refactored things and took a slightly 
different approach.
   
   The main changes are now:
   * a new method to compute the `LockRange` using the `tRange` field within 
`LockTable`
     * this method takes a safe approach to converting the `tRange` (a 
key-range) to a RowRange. We return the LockRange that at least covers whats 
denoted by `tRange` but might end up locking a bit more than absolutely needed. 
This is still an improvement to whats currently happening in the code with an 
infinite range being locked.


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