crazywen opened a new pull request, #860:
URL: https://github.com/apache/rocketmq-clients/pull/860

   1. drop rpcClientTableLock, use ConcurrentHashMap instead HashMap
   2. use endpoints synchronized ignore concurrent put
   3. idleClient split to shutdown
   
   
   
   ### Which Issue(s) This PR Fixes
   
   Fixes #857 
   
   ### Brief Description
   
   Minimize lock control to avoid read and write blocking caused by write 
locks, and handle independent shutdown idle client
   
   ### How Did You Test This Change?
   
   use ClientManagerImplTest 
   


-- 
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: commits-unsubscr...@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to