fix: do not process query and fetch msg until vnode restore finished

This commit is contained in:
Shengliang Guan 2022-09-29 14:15:26 +08:00
parent ee484470f3
commit 4223be379a
1 changed files with 1 additions and 1 deletions

View File

@ -806,7 +806,7 @@ bool vnodeIsReadyForRead(SVnode *pVnode) {
}
if (pVnode->restored) {
vDebug("vgId:%d, vnode not restore finished", pVnode->config.vgId);
vDebug("vgId:%d, vnode restore not finished", pVnode->config.vgId);
terrno = TSDB_CODE_APP_NOT_READY;
return false;
}