This commit is contained in:
Shengliang Guan 2020-10-27 14:18:07 +00:00
parent dab726abe9
commit 4ee2662c01
1 changed files with 0 additions and 2 deletions

View File

@ -273,8 +273,6 @@ static void sdbConfirmForward(void *ahandle, void *param, int32_t code) {
tstrerror(code));
}
if (((SSdbTable *)pOper->table)->tableId == SDB_TABLE_CTABLE)
pOper->retCode = TSDB_CODE_MND_APP_ERROR;
// failed to forward, need revert insert
if (pOper->retCode != TSDB_CODE_SUCCESS) {
SWalHead *pHead = (void *)pOper + sizeof(SSdbOper) + SDB_SYNC_HACK;