fix/exit-fail-retry-when-follower
This commit is contained in:
parent
a7a25b93fd
commit
4114019580
|
@ -1683,9 +1683,6 @@ static bool mndTransPerformRedoActionStage(SMnode *pMnode, STrans *pTrans, bool
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// if (mndCannotExecuteTrans(pMnode, topHalf)) return false;
|
|
||||||
|
|
||||||
terrno = code;
|
terrno = code;
|
||||||
|
|
||||||
if (code == 0) {
|
if (code == 0) {
|
||||||
|
|
Loading…
Reference in New Issue