ZanderXu opened a new pull request, #6647:
URL: https://github.com/apache/hadoop/pull/6647

   Threads in BlockManager.class support fine-grained lock.
   
   - BlockReportProcessingThread
   - MarkedDeleteBlockScrubber
   - RedundancyMonitor
   - Reconstruction Queue Initializer
   
   Normally, these threads just need BMReadLock or BMWriteLock, but there are 
some cases still need FSReadLock and FSWriteLock.
   
   - UpdateQuota while completing one block
   - GetStoragePolicyId while removing excess replicas
   - GetFullPath while checking if it is snapshot


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


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

Reply via email to