Merge remote-tracking branch 'origin/3.0' into fix/TD-31540

This commit is contained in:
yihaoDeng 2024-08-23 10:15:50 +08:00
parent d1e6beda5e
commit 526443a229
1 changed files with 1 additions and 0 deletions

View File

@ -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;