GitHub user caojiaqiang edited a discussion: 主从同步,slave节点的最大commit offset偏移量小于 
master节点最小的commit offset偏移量时,为什么不同步

4.9.X版本 主从同步,当slave节点的最大commit offset偏移量 小于 master节点最小的commit 
offset偏移量时,是基于什么考虑不同步的呢
HAConnection.WriteSocketService中,当
                    SelectMappedBufferResult selectResult =
                        
HAConnection.this.haService.getDefaultMessageStore().getCommitLogData(this.nextTransferFromWhere);
selectResult为null时,是去等待 
HAConnection.this.haService.getWaitNotifyObject().allWaitForRunning(100);
这里为什么不考虑修正重新同步呢,是有基于什么考虑么。


GitHub link: https://github.com/apache/rocketmq/discussions/8779

----
This is an automatically sent email for dev@rocketmq.apache.org.
To unsubscribe, please send an email to: dev-unsubscr...@rocketmq.apache.org

Reply via email to