zhanghengdashuaibi opened a new issue, #56300: URL: https://github.com/apache/doris/issues/56300
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description [我从3.0.5升级到3.1.0后,使用docker部署单节点测试,be启动后过一会会报错健康检查没过,下面是报错日志,2025-09-22T15:08:07+08:00 [INFO] [Entrypoint]: Waiting for BE node... (41/60) I20250922 15:08:15.509496 798 storage_engine.cpp:1214] start to delete unused rowset, size: 0, unused delete bitmap size: 0 I20250922 15:08:15.509570 798 storage_engine.cpp:1279] collected 0 unused rowsets to remove, skipped 0 rowsets due to use count > 1, skipped 0 rowsets due to don't need to delete file, skipped 0 rowsets due to delayed expired timestamp. left 0 unused delete bitmap. I20250922 15:08:15.509578 798 storage_engine.cpp:1304] removed all collected unused rowsets I20250922 15:08:16.508520 798 wal_manager.cpp:489] Scheduled(every 10s) WAL info: [/opt/apache-doris/be/storage/wal: limit 9003807129 Bytes, used 0 Bytes, estimated wal bytes 0 Bytes, available 9003807129 Bytes.]; I20250922 15:08:19.175812 798 topic_subscriber.cpp:43] [topic_publish]begin handle topic info I20250922 15:08:19.175854 798 topic_subscriber.cpp:46] [topic_publish]begin handle topic WORKLOAD_GROUP, size=1 I20250922 15:08:19.176800 798 task_scheduler.cpp:61] TaskScheduler set cores|size=8 I20250922 15:08:19.182400 798 workload_group.cpp:541] [upsert wg thread pool] create wg_flush_normal succ, gid=1, max thread num=6, min thread num=6 I20250922 15:08:19.182457 798 workload_group_listener.cpp:63] [topic_publish_wg]update workload group finish, wg info=TG[id = 1, name = normal, cpu_share = 1024, memory_limit = 1.62 GB, enable_memory_overcommit = true, version = 0, cpu_hard_limit = -1, scan_thread_num = 48, max_remote_scan_thread_num = 512, min_remote_scan_thread_num = 8, spill_low_watermark=50, spill_high_watermark=80, is_shutdown=false, query_num=0, read_bytes_per_second=-1, remote_read_bytes_per_second=-1], cgroup cpu_shares=0, cgroup cpu_hard_limit=0, cgroup home path=, list size=1, thread info=[exec num:8, real_num:8, min_num:8, max_num:8],[l_scan num:48, real_num:48, min_num:48, max_num48],[r_scan num:8, real_num:8, min_num:8, max_num:512],[mem_tab_flush num:6, real_num:6, min_num:6, max_num:6] I20250922 15:08:19.182492 798 workload_group_manager.cpp:135] [topic_publish_wg]finish clear unused workload group, time cost: 0 ms, deleted group size:0, before wg size=1, after wg size=1 I20250922 15:08:19.182500 798 topic_subscriber.cpp:50] [topic_publish]finish handle topic WORKLOAD_GROUP I20250922 15:08:19.182508 798 topic_subscriber.cpp:46] [topic_publish]begin handle topic WORKLOAD_SCHED_POLICY, size=0 I20250922 15:08:19.182516 798 workload_sched_policy_listener.cpp:79] [workload_schedule]finish update workload schedule policy, size=0 I20250922 15:08:19.182523 798 topic_subscriber.cpp:50] [topic_publish]finish handle topic WORKLOAD_SCHED_POLICY I20250922 15:08:22.861019 798 data_dir.cpp:890] path: /opt/apache-doris/be/storage total capacity: 158403584000, available capacity: 90037870592, usage: 0.431592, in_use: 1 I20250922 15:08:22.861083 798 storage_engine.cpp:440] get root path info cost: 0 ms. tablet counter: 22 I20250922 15:08:25.513221 798 olap_server.cpp:1326] cooldown producer get tablet num: 0 I20250922 15:08:26.523154 798 wal_manager.cpp:489] Scheduled(every 10s) WAL info: [/opt/apache-doris/be/storage/wal: limit 9003846860 Bytes, used 0 Bytes, estimated wal bytes 0 Bytes, available 9003846860 Bytes.]; I20250922 15:08:27.593076 798 fragment_mgr.cpp:703] query_id: 8e0846df7f9e46ba-aa96cbd1ef2a1ad6, coord_addr: TNetworkAddress(hostname=192.168.1.10, port=9020), total fragment num on current host: 2, fe process uuid: 1758524835895, query type: SELECT, report audit fe:TNetworkAddress(hostname=192.168.1.10, port=9020), use wg:TG[id = 1, name = normal, cpu_share = 1024, memory_limit = 1.62 GB, enable_memory_overcommit = true, version = 0, cpu_hard_limit = -1, scan_thread_num = 48, max_remote_scan_thread_num = 512, min_remote_scan_thread_num = 8, spill_low_watermark=50, spill_high_watermark=80, is_shutdown=false, query_num=0, read_bytes_per_second=-1, remote_read_bytes_per_second=-1] I20250922 15:08:27.598852 798 fragment_mgr.cpp:634] Query 8e0846df7f9e46ba-aa96cbd1ef2a1ad6 start execution I20250922 15:08:27.599081 798 query_context.cpp:200] Query 8e0846df7f9e46ba-aa96cbd1ef2a1ad6 deconstructed, mem_tracker: deregister query/load memory tracker, queryId=8e0846df7f9e46ba-aa96cbd1ef2a1ad6, Limit=2.00 GB, CurrUsed=0, PeakUsed=384.00 B I20250922 15:08:27.677640 798 internal_service.cpp:660] Cancel query 8e0846df7f9e46ba-aa96cbd1ef2a1ad6, reason: [LIMIT_REACH]PStatus: query reach limit W20250922 15:08:27.677707 798 fragment_mgr.cpp:888] Query 8e0846df7f9e46ba-aa96cbd1ef2a1ad6 does not exists, failed to cancel it 2025-09-22T15:08:28+08:00 [ERROR] [Entrypoint]: BE node failed to start ### Use case _No response_ ### Related issues _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
