fix/TD-32321-add-log

This commit is contained in:
dmchen 2024-09-26 01:13:01 +00:00
parent 6b7a95f3d3
commit cb218d674a
1 changed files with 1 additions and 0 deletions

View File

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