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