parent
1009912abd
commit
0d73ed62b2
|
@ -1312,7 +1312,7 @@ static bool mndTransPerformRedoActionStage(SMnode *pMnode, STrans *pTrans) {
|
||||||
if (pTrans->failedTimes < 6) {
|
if (pTrans->failedTimes < 6) {
|
||||||
mError("trans:%d, stage keep on redoAction since action:%d code:0x%x not 0x%x, failedTimes:%d", pTrans->id,
|
mError("trans:%d, stage keep on redoAction since action:%d code:0x%x not 0x%x, failedTimes:%d", pTrans->id,
|
||||||
pTrans->lastAction, pTrans->code, pAction->retryCode, pTrans->failedTimes);
|
pTrans->lastAction, pTrans->code, pAction->retryCode, pTrans->failedTimes);
|
||||||
taosMsleep(1000);
|
taosMsleep(100);
|
||||||
continueExec = true;
|
continueExec = true;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue