fix: don't wait when tsort close

This commit is contained in:
factosea 2024-01-31 16:15:30 +08:00
parent 91c9abfcba
commit be38b58970
1 changed files with 0 additions and 1 deletions

View File

@ -1334,7 +1334,6 @@ static bool tsortOpenForBufMergeSort(SSortHandle* pHandle) {
int32_t tsortClose(SSortHandle* pHandle) {
atomic_val_compare_exchange_8(&pHandle->closed, 0, 1);
taosMsleep(10);
return TSDB_CODE_SUCCESS;
}