-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Description
Search before asking
- I had searched in the issues and found no similar issues.
Version
2.1.7
What's Wrong?
Doris升级至2.1.7后,BE出现大量下列错误日志:
W20250103 09:35:24.744961 6830 status.h:413] meet error status: [TIMEOUT]Query tiemout
0# doris::ResultBufferMgr::cancel_thread() at /home/zcp/repo_center/doris_release/doris/be/src/runtime/result_buffer_mgr.cpp:210
1# doris::Thread::supervise_thread(void*) at /var/local/ldb-toolchain/bin/../usr/include/pthread.h:562
2# start_thread
3# clone
I20250103 09:35:25.129392 6938 wal_manager.cpp:486] Scheduled(every 10s) WAL info: [/appdata/doris/be_storage/wal: limit 49465822412 Bytes, used 0 Bytes, estimated wal bytes 0 Bytes, available 49465822412 Bytes.];
W20250103 09:35:29.745388 6830 status.h:413] meet error status: [TIMEOUT]Query tiemout
0# doris::ResultBufferMgr::cancel_thread() at /home/zcp/repo_center/doris_release/doris/be/src/runtime/result_buffer_mgr.cpp:210
1# doris::Thread::supervise_thread(void*) at /var/local/ldb-toolchain/bin/../usr/include/pthread.h:562
2# start_thread
3# clone
同时,升级后每日0-1点之间 Flink 写Doris 出现如下异常 :
stream load error: [CANCELLED][INTERNAL_ERROR][INTERNAL_ERROR]close wait failed coz rpc error. VNodeChannel[814299-10008], load_id=cf4bc2c709fef93b-6cc051b8468801a1, txn_id=766785, node=10.16.10.184:8060, add batch req success but status isn't ok, err: [INTERNAL_ERROR]PStatus: (10.16.10.184)[INTERNAL_ERROR]fail to add batch in load channel. unknown load_id=cf4bc2c709fef93b-6cc051b8468801a1
2.1.6版本没遇到这个,升级2.1.7后出现的。
What You Expected?
导致这个错误的原因?如何规避?
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct