Merge pull request #28177 from taosdata/enh/remove_error_log_hz
Enh/remove_error_log_hz
This commit is contained in:
commit
e574f81f00
|
@ -73,7 +73,7 @@ void vnodeRedirectRpcMsg(SVnode *pVnode, SRpcMsg *pMsg, int32_t code) {
|
|||
if (rsp.pCont == NULL) {
|
||||
pMsg->code = TSDB_CODE_OUT_OF_MEMORY;
|
||||
} else {
|
||||
if (tSerializeSEpSet(rsp.pCont, contLen, &newEpSet) != 0) {
|
||||
if (tSerializeSEpSet(rsp.pCont, contLen, &newEpSet) < 0) {
|
||||
vError("vgId:%d, failed to serialize ep set", pVnode->config.vgId);
|
||||
}
|
||||
rsp.contLen = contLen;
|
||||
|
|
Loading…
Reference in New Issue