未验证 提交 c0ecd4ce 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #18587 from taosdata/fix/TD-20857

refactor(sync): if already start, force close snapshot receiver
......@@ -541,6 +541,10 @@ _START_RECEIVER:
taosMsleep(10);
}
if (snapshotReceiverIsStart(pReceiver)) {
snapshotReceiverForceStop(pReceiver);
}
snapshotReceiverStart(pReceiver, pMsg); // set start-time same with sender
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册