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

   <!-- Please make sure you have read and understood the contributing 
guidelines -->
   
   - [ ] I have registered the PR [changes](../changes).
   
   ### Ⅰ. Describe what this PR did
   在部署raft集群时,发现有的节点启动慢时间差会导致follwing同步失败,且initSync不会再次同步.
   同步时机:
   1. 定时器syncMetadata,第一次同步失败initSync设置为true后,会导致同步元数据不会再次发起
   2. onFollowing同步,由于leader为null,同步元数据无法成功
   以上导致该节点无法加入到raft集群中
   
   ### Ⅱ. Does this pull request fix one issue?
   <!-- If that, add "fixes #xxx" below in the next line, for example, fixes 
#97. -->
   
   
   ### Ⅲ. 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: notifications-unsubscr...@seata.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org
For additional commands, e-mail: notifications-h...@seata.apache.org

Reply via email to