fix: add more log
This commit is contained in:
parent
ee7cd71e09
commit
0d341d08ec
|
@ -14096,6 +14096,9 @@ static int32_t rewriteCreateTableFromFile(STranslateContext* pCxt, SQuery* pQuer
|
||||||
code = serializeVgroupsCreateTableBatch(pModifyStmt->pVgroupsHashObj, &pBufArray);
|
code = serializeVgroupsCreateTableBatch(pModifyStmt->pVgroupsHashObj, &pBufArray);
|
||||||
taosHashClear(pModifyStmt->pVgroupsHashObj);
|
taosHashClear(pModifyStmt->pVgroupsHashObj);
|
||||||
if (TSDB_CODE_SUCCESS != code) {
|
if (TSDB_CODE_SUCCESS != code) {
|
||||||
|
if (TSDB_CODE_INVALID_MSG_LEN == code) {
|
||||||
|
qError("maxInsertBatchRows may need to be reduced, current:%d", tsMaxInsertBatchRows);
|
||||||
|
}
|
||||||
taosHashCleanup(pModifyStmt->pVgroupsHashObj);
|
taosHashCleanup(pModifyStmt->pVgroupsHashObj);
|
||||||
return code;
|
return code;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue