This is an automated email from the ASF dual-hosted git repository. luzhijing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 77b7b84c34 fix (#16322) 77b7b84c34 is described below commit 77b7b84c34a31c67d67419f9c900d035c9014414 Author: wudi <676366...@qq.com> AuthorDate: Thu Feb 9 19:55:12 2023 +0800 fix (#16322) Co-authored-by: wudi <> --- docs/en/docs/data-operate/import/import-way/stream-load-manual.md | 4 ---- docs/zh-CN/docs/data-operate/import/import-way/stream-load-manual.md | 4 ---- 2 files changed, 8 deletions(-) diff --git a/docs/en/docs/data-operate/import/import-way/stream-load-manual.md b/docs/en/docs/data-operate/import/import-way/stream-load-manual.md index 926685be73..ea2a2804aa 100644 --- a/docs/en/docs/data-operate/import/import-way/stream-load-manual.md +++ b/docs/en/docs/data-operate/import/import-way/stream-load-manual.md @@ -172,10 +172,6 @@ The number of rows in the original file = `dpp.abnorm.ALL + dpp.norm.ALL` Stream load import can enable two-stage transaction commit mode: in the stream load process, the data is written and the information is returned to the user. At this time, the data is invisible and the transaction status is `PRECOMMITTED`. After the user manually triggers the commit operation, the data is visible. - The default two-phase bulk transaction commit is off. - - > **Open method:** Configure `disable_stream_load_2pc=false` in be.conf and declare `two_phase_commit=true` in HEADER. - Example: 1. Initiate a stream load pre-commit operation diff --git a/docs/zh-CN/docs/data-operate/import/import-way/stream-load-manual.md b/docs/zh-CN/docs/data-operate/import/import-way/stream-load-manual.md index a915a5eed0..8bdc322fc7 100644 --- a/docs/zh-CN/docs/data-operate/import/import-way/stream-load-manual.md +++ b/docs/zh-CN/docs/data-operate/import/import-way/stream-load-manual.md @@ -184,10 +184,6 @@ Stream Load 由于使用的是 HTTP 协议,所以所有导入任务有关的 Stream load 导入可以开启两阶段事务提交模式:在Stream load过程中,数据写入完成即会返回信息给用户,此时数据不可见,事务状态为`PRECOMMITTED`,用户手动触发commit操作之后,数据才可见。 - 默认的两阶段批量事务提交为关闭。 - - > **开启方式:** 在be.conf中配置`disable_stream_load_2pc=false` 并且 在 HEADER 中声明 `two_phase_commit=true` 。 - 示例: 1. 发起stream load预提交操作 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org