Merge pull request #15145 from taosdata/feature/3.0_mhli
refactor(sync): restart heartbeat timer after replicate
This commit is contained in:
commit
649218fee9
|
@ -306,6 +306,8 @@ int32_t syncNodeReplicate(SSyncNode* pSyncNode) {
|
|||
break;
|
||||
}
|
||||
|
||||
syncNodeRestartHeartbeatTimer(pSyncNode);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue