通过StreamLoad模式导入大批量数据事务被CANCELLED

Viewed 94

报错信息
FE

2024-08-27 09:38:47,472 INFO (thrift-server-pool-13|9245) [DatabaseTransactionMgr.abortTransaction():1621] abort transaction: TransactionState. transaction id: 329, label: datax_doris_writer_5316b0e1-a72d-4430-815e-b697ffbb9286, db id: 10605, table id list: 11778, callback id: -1, coordinator: BE: 172.29.100.24, transaction status: ABORTED, error replicas num: 0, replica ids: , prepare time: 1724722713600, commit time: -1, finish time: 1724722727470, reason: [OK] successfully

BE

W20240827 09:38:47.469527  2764 file_reader.cpp:34] [INTERNAL_ERROR]cancelled: sender is gone
W20240827 09:38:47.469591  2764 scanner_scheduler.cpp:272] Scan thread read VScanner failed: [INTERNAL_ERROR]cur path: . cancelled: sender is gone
W20240827 09:38:47.469754  1844 task_scheduler.cpp:361] Pipeline task failed. query_id: b24763b4d4f0d1fa-8a5231dec3441ca9|b24763b4d4f0d1fa-8a5231dec3441caa reason: [INTERNAL_ERROR]cur path: . cancelled: sender is gone
W20240827 09:38:47.469856  1844 pipeline_fragment_context.cpp:190] PipelineFragmentContext b24763b4d4f0d1fa-8a5231dec3441ca9|b24763b4d4f0d1fa-8a5231dec3441caa is canceled, cancel message: cur path: . cancelled: sender is gone
W20240827 09:38:47.469945 182648 vtablet_writer.cpp:587] cancel node channel VNodeChannel[11779-10456], load_id=b24763b4d4f0d1fa-8a5231dec3441ca9, txn_id=329, node=172.29.100.22:8060, error message: [CANCELLED]cur path: . cancelled: sender is gone
W20240827 09:38:47.470044 182648 vtablet_writer.cpp:587] cancel node channel VNodeChannel[11779-10533], load_id=b24763b4d4f0d1fa-8a5231dec3441ca9, txn_id=329, node=172.29.100.24:8060, error message: [CANCELLED]cur path: . cancelled: sender is gone
W20240827 09:38:47.470103 182648 vtablet_writer.cpp:587] cancel node channel VNodeChannel[11779-10475], load_id=b24763b4d4f0d1fa-8a5231dec3441ca9, txn_id=329, node=172.29.100.23:8060, error message: [CANCELLED]cur path: . cancelled: sender is gone
W20240827 09:38:47.470151 182675 fragment_mgr.cpp:433] report error status: cur path: . cancelled: sender is gone to coordinator: TNetworkAddress(hostname=172.29.100.101, port=9020), query id: b24763b4d4f0d1fa-8a5231dec3441ca9, instance id: b24763b4d4f0d1fa-8a5231dec3441caa

是否存在网络问题或者配置问题呢

2 Answers

1、目前具体版本号多少:select @@version_comment
2、集群cpu/mem/io是否存在负载,导致load任务下发时阻塞