[td-225]
This commit is contained in:
parent
5df7a81160
commit
134d1f6434
|
@ -213,7 +213,8 @@ static void *dnodeProcessReadQueue(void *param) {
|
||||||
} else {
|
} else {
|
||||||
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_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);
|
||||||
dnodeDispatchNonRspMsg(pVnode, pReadMsg, code);
|
dnodeDispatchNonRspMsg(pVnode, pReadMsg, code);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue