提交 5135d753 编写于 作者: D dapan1121

fix: sort quit issue

上级 c4d630aa
...@@ -810,7 +810,7 @@ int32_t tsortOpen(SSortHandle* pHandle) { ...@@ -810,7 +810,7 @@ int32_t tsortOpen(SSortHandle* pHandle) {
int32_t tsortClose(SSortHandle* pHandle) { int32_t tsortClose(SSortHandle* pHandle) {
atomic_val_compare_exchange_8(&pHandle->closed, 0, 1); atomic_val_compare_exchange_8(&pHandle->closed, 0, 1);
taosSsleep(1); taosMsleep(10);
return TSDB_CODE_SUCCESS; return TSDB_CODE_SUCCESS;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册