[td-225]
This commit is contained in:
parent
a0a274e8ba
commit
1e8461e66c
|
@ -214,7 +214,7 @@ static void *dnodeProcessReadQueue(void *param) {
|
||||||
if (code == TSDB_CODE_QRY_HAS_RSP) {
|
if (code == TSDB_CODE_QRY_HAS_RSP) {
|
||||||
dnodeSendRpcReadRsp(pVnode, pReadMsg, pReadMsg->rpcMsg.code);
|
dnodeSendRpcReadRsp(pVnode, pReadMsg, pReadMsg->rpcMsg.code);
|
||||||
} else { // code == TSDB_CODE_QRY_NOT_READY, do not return msg to client
|
} else { // code == TSDB_CODE_QRY_NOT_READY, do not return msg to client
|
||||||
assert(pReadMsg->rpcMsg.handle == NULL);
|
assert(pReadMsg->rpcMsg.handle == NULL || (pReadMsg->rpcMsg.handle != NULL && pReadMsg->rpcMsg.msgType == 5));
|
||||||
dnodeDispatchNonRspMsg(pVnode, pReadMsg, code);
|
dnodeDispatchNonRspMsg(pVnode, pReadMsg, code);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue