Merge remote-tracking branch 'origin/3.0' into fix/TD-31540
This commit is contained in:
parent
d1e6beda5e
commit
526443a229
|
@ -183,6 +183,7 @@ int32_t transResetBuffer(SConnBuffer* connBuf, int8_t resetBuf) {
|
|||
}
|
||||
}
|
||||
} else {
|
||||
tError("failed to reset buffer, total:%d, len:%d, reason:%s", p->total, p->len, tstrerror(TSDB_CODE_INVALID_MSG));
|
||||
return TSDB_CODE_INVALID_MSG;
|
||||
}
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue