This commit is contained in:
Shengliang Guan 2021-01-08 20:51:19 +08:00
parent 3cef59251b
commit d4830babcd
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@ int32_t vnodeNotifyCurrentQhandle(void *handle, void *qhandle, int32_t vgId) {
void vnodeWaitReadCompleted(SVnodeObj *pVnode) { void vnodeWaitReadCompleted(SVnodeObj *pVnode) {
while (pVnode->queuedRMsg > 0) { while (pVnode->queuedRMsg > 0) {
vTrace("vgId:%d, queued rmsg num:%d", pVnode->vgId, pVnode->queuedWMsg); vTrace("vgId:%d, queued rmsg num:%d", pVnode->vgId, pVnode->queuedRMsg);
taosMsleep(10); taosMsleep(10);
} }
} }