boglesby commented on pull request #5750:
URL: https://github.com/apache/geode/pull/5750#issuecomment-728218413


   The lock is controlling access to the connection field. The 
destroyConnection and initializeConnection methods set it so they use the 
writeLock, and the readAcknowledgement and _dispatchBatch methods access it so 
they use the readLock. The getConnection method should also use the readLock, 
but it hasn't up until now with this change.


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to