tscError("0x%"PRIx64" sub:0x%"PRIx64" reach the max retry times or no need to retry, set global code:%s",pParentSql->self,pSql->self,tstrerror(code));
atomic_val_compare_exchange_32(&pParentSql->res.code,TSDB_CODE_SUCCESS,code);// set global code and abort
}
tscError(":CDEL 0x%"PRIx64" sub:0x%"PRIx64" reach the max retry times or no need to retry, set global code:%s",pParentSql->self,pSql->self,tstrerror(code));
atomic_val_compare_exchange_32(&pParentSql->res.code,TSDB_CODE_SUCCESS,code);// set global code and abort