TD-2509
This commit is contained in:
parent
d7520a5ad8
commit
a55bec788f
|
@ -1266,8 +1266,10 @@ static int32_t syncForwardToPeerImpl(SSyncNode *pNode, void *data, void *mhandle
|
|||
}
|
||||
}
|
||||
|
||||
if (pNode->replica != 1) {
|
||||
return TSDB_CODE_SYN_INVALID_VERSION;
|
||||
}
|
||||
}
|
||||
|
||||
// always update version
|
||||
sTrace("vgId:%d, update version, replica:%d role:%s qtype:%s hver:%" PRIu64, pNode->vgId, pNode->replica,
|
||||
|
|
Loading…
Reference in New Issue