数据导入偶发异常:Un matched cluster token

Viewed 60

一、生产环境配置
doris 版本 2.0.4
fe 6台 40核 500G
be 7台 40核 500G

二、使用场景:
当我使用csv文件(2GB)导入集群时

LOAD DATA LOCAL INFILE '${BASE_PATH}/csv_tmp/doris_output_$table_name.csv' INTO TABLE $table_name COLUMNS TERMINATED BY '\t' LINES TERMINATED BY '\n' IGNORE 1 LINES;

偶发性出现如下异常(非必现),导致数据导入失败

## 异常信息:
mysql: [Warning] Using a password on the command line interface can be insecure.
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 1105 (HY000) at line 1: errCode = 2, detailMessage = [ANALYSIS_ERROR]TStatus: errCode = 2, detailMessage = Un matched cluster token.

	0#  doris::Status doris::Status::create<true>(doris::TStatus const&) at /usr/local/software/ldb_toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/basic_string.h:187
	1#  doris::StreamLoadExecutor::commit_txn(doris::StreamLoadContext*) at /mnt/ssd01/selectdb-doris-package/enterprise-core/be/src/common/status.h:441
	2#  doris::StreamLoadAction::_handle(std::shared_ptr<dori

请问该问题该如何定位与解决呢?

1 Answers

建议升级到2.0.14,这个 pr 修复了。