Merge pull request #28115 from taosdata/fix/TD-32321-add-log

fix/TD-32321-add-log
This commit is contained in:
Hongze Cheng 2024-09-26 13:27:13 +08:00 committed by GitHub
commit 7493ca5cf3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -1428,6 +1428,7 @@ void qWorkerDestroy(void **qWorkerMgmt) {
return; return;
} }
qInfo("wait for destroyed");
while (0 == destroyed) { while (0 == destroyed) {
taosMsleep(2); taosMsleep(2);
} }