Merge pull request #1531 from taosdata/feature/dnode
handle a reference counting bug
This commit is contained in:
commit
272591b3bb
|
@ -291,7 +291,7 @@ static void dnodeProcessRetrieveMsg(void *pVnode, SReadMsg *pMsg) {
|
||||||
dnodeContinueExecuteQuery(pVnode, pQInfo, pMsg);
|
dnodeContinueExecuteQuery(pVnode, pQInfo, pMsg);
|
||||||
} else { // no further execution invoked, release the ref to vnode
|
} else { // no further execution invoked, release the ref to vnode
|
||||||
dnodeProcessReadResult(pVnode, pMsg);
|
dnodeProcessReadResult(pVnode, pMsg);
|
||||||
vnodeRelease(pVnode);
|
//vnodeRelease(pVnode);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue