Zhangshunyu removed a comment on pull request #2655:
URL: https://github.com/apache/hadoop/pull/2655#issuecomment-787926710


   @PHILO-HE by the way, the read write lock in 
   org/apache/hadoop/hdfs/server/datanode/BlockSender.java:267
   `try(AutoCloseableLock lock = datanode.data.acquireDatasetReadLock()) {`
   org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/ReplicaMap.java:155
   `try (AutoCloseableLock l = writeLock.acquire()) {`
   will dead lock
   pls check the code


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to