wsry commented on pull request #18173:
URL: https://github.com/apache/flink/pull/18173#issuecomment-1003085575


   If we just want to guard that the locking behavior can not be changed by the 
following patches. We can add some tests, for example, when calling some method 
of network buffer pool, the local buffer pool lock should never be locked and 
when the network buffer pool lock is taken, some local buffer pool operation 
can always success without deadlock, because these operations should never lock 
the network buffer pool lock. WDYT? @pnowojski


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