enh: not fetch all during commit

This commit is contained in:
Cary Xu 2022-08-29 16:33:08 +08:00
parent 12a01a88dd
commit 8f6e87594f
1 changed files with 1 additions and 2 deletions

View File

@ -1715,8 +1715,7 @@ int32_t tdRSmaProcessExecImpl(SSma *pSma, ERsmaExecType type) {
smaDebug("vgId:%d, batchSize:%d, execType:%" PRIi8, SMA_VID(pSma), qallItemSize, type);
}
if (((type == RSMA_EXEC_OVERFLOW) && (atomic_load_8(RSMA_COMMIT_STAT(pRSmaStat)) == 0)) ||
(type == RSMA_EXEC_COMMIT)) {
if (atomic_load_8(RSMA_COMMIT_STAT(pRSmaStat)) == 0) {
tdRSmaFetchAllResult(pSma, pInfo, pSubmitArr);
}