change retry code

This commit is contained in:
yihaoDeng 2022-08-09 11:04:23 +08:00
parent cb515c6453
commit 81a64d7f1a
1 changed files with 2 additions and 0 deletions

View File

@ -1264,6 +1264,8 @@ int cliAppCb(SCliConn* pConn, STransMsg* pResp, SCliMsg* pMsg) {
transFreeMsg(pResp->pCont); transFreeMsg(pResp->pCont);
cliSchedMsgToNextNode(pMsg, pThrd); cliSchedMsgToNextNode(pMsg, pThrd);
return -1; return -1;
} else {
pResp->code = TSDB_CODE_APP_NOT_READY;
} }
} }
} }