kezhuw opened a new pull request, #445: URL: https://github.com/apache/curator/pull/445
Currently, in downgrading write lock of InterProcessReadWriteLock, read lock could have larger sorting sequence than contending write-acquire, this cause contending write-acquire to succeed after downgrading. This commit solves this by using write lock's sorting sequence for read lock in downgrading. -- 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]
