cshannon opened a new pull request, #5298:
URL: https://github.com/apache/accumulo/pull/5298

   Instead of passing around byte arrays for DistributedReadWriteLock and 
related classes we can use LockType and FateId to make the code easier to work 
with and to undertand as those values are serialized as part of the lock. A new 
FateLockEntry type has been created which is passed around instead and that is 
serialized/deserialized into the correct byte array format when reading/writing 
to zookeeeper.
   
   This closes #5264
   
   Note: I didn't add much for new tests because all the existing Fate tests 
should provide coverage for the changes (at least i think so)


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