TiFlash core dump when deploying by tiup playground
- Dominant language
- Go
- Stars
- 40.5k
- Forks
- 6.2k
- PR merge metrics
- PR metrics pending
Description
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
just running `tiup playground`
### 2. What did you expect to see? (Required)
success deploy
### 3. What did you see instead (Required)
```
tiup playground
Note: Version constraint is resolved to v8.5.2. If you'd like to use other versions:
Use exact version: tiup playground v7.1.0
Use version range: tiup playground ^5
Use nightly: tiup playground nightly
Start pd instance: v8.5.2
Start tikv instance: v8.5.2
Start tidb instance: v8.5.2
Waiting for tidb instances ready
- TiDB: 127.0.0.1:43691 ... Done
Start tiflash instance: v8.5.2
Waiting for tiflash instances ready
- TiFlash: 127.0.0.1:46864 ... Done
🎉 TiDB Playground Cluster is started, enjoy!
Connect TiDB: mysql --comments --host 127.0.0.1 --port 43691 -u root
TiDB Dashboard: http://127.0.0.1:44923/dashboard
Grafana: http://127.0.0.1:46080
Grafana quit: exit status 2
tiflash quit: signal: aborted (core dumped)
[2025/07/10 10:11:14.291 +08:00] [ERROR] [BaseDaemon.cpp:366] [########################################] [source=BaseDaemon] [thread_id=231]
[2025/07/10 10:11:14.291 +08:00] [ERROR] [BaseDaemon.cpp:367] ["(from thread 1) Received signal Aborted(6)."] [source=BaseDaemon] [thread_id=231]
[2025/07/10 10:11:15.766 +08:00] [DEBUG] [ConfigReloader.cpp:93] ["Loading config from `/data/homedata/wsy/.tiup/data/UqVdXZ7/tiflash-0/tiflash.toml`"] [source=CfgReloader] [thread_id=232]
[2025/07/10 10:11:15.766 +08:00] [DEBUG] [Server.cpp:903] ["run main config reloader"] [thread_id=232]
[2025/07/10 10:11:15.766 +08:00] [INFO] [KVStore.cpp:387] ["Region compact log thresholds, rows=40960 bytes=33554432 gap=200 eager_gc_gap=512"] [thread_id=232]
[2025/07/10 10:11:15.766 +08:00] [INFO] [TMTContext.cpp:452] ["read-index timeout: 10000ms; wait-index timeout: 300000ms; wait-region-ready timeout: 1200s; read-index-worker-tick: 10ms"] [thread_id=232]
[2025/07/10 10:11:15.766 +08:00] [INFO] [RateLimiter.cpp:495] ["storage.io_rate_limit is not found in config, use default config."] [source=IORateLimiter] [thread_id=232]
[2025/07/10 10:11:15.766 +08:00] [INFO] [RateLimiter.cpp:499] ["storage.io_rate_limit is not changed."] [source=IORateLimiter] [thread_id=232]
[2025/07/10 10:11:15.766 +08:00] [INFO] [TiFlashSecurity.h:99] ["security config is not set"] [thread_id=232]
[2025/07/10 10:11:18.386 +08:00] [ERROR] [BaseDaemon.cpp:559] ["\n 0x558e57b0b98e\tfaultSignalHandler(int, siginfo_t*, void*) [tiflash+125651342]\n \tlibs/libdaemon/src/BaseDaemon.cpp:210\n 0x7faf35bbc630\t [libpthread.so.0+63024]\n 0x7faf3533f387\traise [libc.so.6+222087]\n 0x7faf35340a78\tabort [libc.so.6+227960]\n 0x558e57b0b31a\tterminate_handler() [tiflash+125649690]\n \tlibs/libdaemon/src/BaseDaemon.cpp:0\n 0x7faf3d698473\tstd::__terminate(void (*)()) [libc++abi.so.1+226419]\n 0x7faf3d698412\tstd::terminate() [libc++abi.so.1+226322]\n 0x7faf3d741b9d\tstd::__1::thread::~thread() [libc++.so.1+646045]\n 0x558e5241d38c\tstd::__1::vector>::~vector[abi:ue170006]() [tiflash+34497420]\n \t/usr/local/bin/../include/c++/v1/__memory/construct_at.h:69\n 0x558e52619f10\tDB::FlashGrpcServerHolder::FlashGrpcServerHolder(DB::Context&, Poco::Util::LayeredConfiguration&, DB::TiFlashRaftConfig const&, std::__1::shared_ptr const&) [tiflash+36581136]\n \tdbms/src/Server/FlashGrpcServerHolder.cpp:215\n 0x558e5240ce8f\tDB::Server::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) [tiflash+34430607]\n \tdbms/src/Server/Server.cpp:1238\n 0x558e599ae176\tPoco::Util::Application::run() [tiflash+157774198]\n \tcontrib/poco/Util/src/Application.cpp:335\n 0x558e523fdc9f\tDB::Server::run() [tiflash+34368671]\n \tcontrib/poco/Util/src/ServerApplication.cpp:94\n 0x558e524118f2\tmainEntryClickHouseServer(int, char**) [tiflash+34449650]\n \tdbms/src/Server/Server.cpp:1289\n 0x558e5234c3f0\tmain [tiflash+33641456]\n \tdbms/src/Server/main.cpp:172\n 0x7faf3532b555\t__libc_start_main [libc.so.6+140629]"] [source=BaseDaemon] [thread_id=231]
...
check detail log from: /data/homedata/wsy/.tiup/data/UqVdXZ7/tiflash-0/tiflash.log
```
The log ` /data/homedata/wsy/.tiup/data/UqVdXZ7/tiflash-0/tiflash.log` represents the same info as the following output.
### 4. What is your TiDB version? (Required)
8.5.2
tiup playground v7.1.0
Contributor guide
Assessment
This issue has not been assessed yet.