From 79fd81f035217682c9610ed35724c62d71ecbebc Mon Sep 17 00:00:00 2001 From: "jiafeng.zhang" Date: Thu, 17 Feb 2022 10:47:52 +0800 Subject: [PATCH] [doc] Added be -238 error code description (#8048) Added be -238 error code description --- docs/en/administrator-guide/operation/be-olap-error-code.md | 3 ++- docs/zh-CN/administrator-guide/operation/be-olap-error-code.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/en/administrator-guide/operation/be-olap-error-code.md b/docs/en/administrator-guide/operation/be-olap-error-code.md index 7b6736ab87..5b4514cf76 100644 --- a/docs/en/administrator-guide/operation/be-olap-error-code.md +++ b/docs/en/administrator-guide/operation/be-olap-error-code.md @@ -70,7 +70,7 @@ under the License. | OLAP_ERR_CHECKSUM_ERROR | -208 | Check value error | | OLAP_ERR_SIGNATURE_ERROR | -209 | Signature error | | OLAP_ERR_CATCH_EXCEPTION | -210 | Exception caught | -| OLAP_ERR_PARSE_PROTOBUF_ERROR | -211 | Error parsing Protobuf +| OLAP_ERR_PARSE_PROTOBUF_ERROR | -211 | Error parsing Protobuf| | OLAP_ERR_INVALID_ROOT_PATH | -222 | Invalid root directory | | OLAP_ERR_NO_AVAILABLE_ROOT_PATH | -223 | No valid root directory | | OLAP_ERR_CHECK_LINES_ERROR | -224 | Check the number of lines error | @@ -87,6 +87,7 @@ under the License. | OLAP_ERR_TOO_MANY_VERSION | -235 | The tablet data version exceeds the maximum limit (default 500) | | OLAP_ERR_NOT_INITIALIZED | -236 | Cannot initialize | | OLAP_ERR_ALREADY_CANCELLED | -237 | Has been cancelled | +| OLAP_ERR_TOO_MANY_SEGMENTS | -238 | usually occurs when the amount of imported data in the same batch is too large, resulting in too many segment files for a tablet | | Command execution exception code | | | | OLAP_ERR_CE_CMD_PARAMS_ERROR | -300 | Command parameter error | | OLAP_ERR_CE_BUFFER_TOO_SMALL | -301 | Too many small files in the buffer | diff --git a/docs/zh-CN/administrator-guide/operation/be-olap-error-code.md b/docs/zh-CN/administrator-guide/operation/be-olap-error-code.md index 18ea2dc899..7acfc77f93 100644 --- a/docs/zh-CN/administrator-guide/operation/be-olap-error-code.md +++ b/docs/zh-CN/administrator-guide/operation/be-olap-error-code.md @@ -96,6 +96,7 @@ under the License. | OLAP_ERR_TOO_MANY_VERSION | -235 | tablet的数据版本超过了最大限制(默认500) | | OLAP_ERR_NOT_INITIALIZED | -236 | 不能初始化 | | OLAP_ERR_ALREADY_CANCELLED | -237 | 已经被取消 | +| OLAP_ERR_TOO_MANY_SEGMENTS | -238 | 通常出现在同一批导入数据量过大的情况,从而导致某一个 tablet 的 Segment 文件过多 | | 命令执行异常代码 | | | | OLAP_ERR_CE_CMD_PARAMS_ERROR | -300 | 命令参数错误 | | OLAP_ERR_CE_BUFFER_TOO_SMALL | -301 | 缓冲区太多小文件 |