This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new 79fd81f [doc] Added be -238 error code description (#8048)
79fd81f is described below
commit 79fd81f035217682c9610ed35724c62d71ecbebc
Author: jiafeng.zhang <[email protected]>
AuthorDate: Thu Feb 17 10:47:52 2022 +0800
[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 7b6736a..5b4514c 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 18ea2dc..7acfc77 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 | 缓冲区太多小文件
|
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]