laywin opened a new pull request, #6143:
URL: https://github.com/apache/incubator-seata/pull/6143

   <!-- Please make sure you have read and understood the contributing 
guidelines -->
   
   - [x] I have registered the PR [changes](../changes).
   
   ### Ⅰ. Describe what this PR did
   1. 客户端的 当前server地址列表 会根据注册中心的服务器下线通知 来移除对应server地址,使得下线server地址能尽可能快的被移除.
      The current server address list of the client will be removed according 
to the server offline notification of the registry, so that the offline server 
address can be removed as soon as possible
   
      ~~2. server 下线时异步发送下线消息到客户端来移除server地址,防止注册中心的消息下发延迟.~~
      ~~When the server goes offline, an offline message is sent to the client 
asynchronously to remove the server address, preventing message delivery delay 
in the registry~~
   
   2. 增加了server下线时的睡眠时间,确保没有新的请求进来
      Increased the sleep time when the server is offline to ensure that no new 
requests come in
   
   ### Ⅱ. Does this pull request fix one issue?
   <!-- If that, add "fixes #xxx" below in the next line, for example, fixes 
#97. -->
   https://github.com/seata/seata/issues/6039
   
   ### Ⅲ. Why don't you add test cases (unit test/integration test)? 
   
   
   ### Ⅳ. Describe how to verify it
   
   
   ### Ⅴ. Special notes for reviews
   
   


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