fix/TD-32321-add-log-fix-case
This commit is contained in:
parent
cb218d674a
commit
2c244979a1
|
@ -1428,7 +1428,7 @@ void qWorkerDestroy(void **qWorkerMgmt) {
|
|||
return;
|
||||
}
|
||||
|
||||
qInfo("wait for destroyed, refId:%" PRIx64, mgmt->refId);
|
||||
qInfo("wait for destroyed");
|
||||
while (0 == destroyed) {
|
||||
taosMsleep(2);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue