TiDB 7.5.8 Release Notes
Release date: September 17, 2026
TiDB version: 7.5.8
Quick access: Quick start | Production deployment
Improvements
PD
Bug fixes
TiDB
- Fix the issue that TiDB might crash with a
SIGSEGVdue to a race betweenUNIONquery cleanup and worker goroutines #66391 @bb7133 - Fix the issue that TiDB consumes excessive CPU during query planning in some scenarios because of expensive full-range checks #63235 @terry1purcell @qw4990
- Fix a potential panic during asynchronous statistics loading for newly added indexes when
tidb_opt_objectiveis set todeterminate#64274 @0xPoe
- Fix the issue that TiDB might crash with a
TiKV
- Fix the issue that TiKV might panic with
txn record found but not expecteddue to a race between external SST ingestion and foreground writes #19891 @gengliqi - Fix the issue that stale connections between TiKV and TiCDC might not be fully cleaned up after TiCDC restarts or network failures, exhausting the TiKV CDC memory quota and causing changefeeds to stall #18169 #19610 @asddongmen @wk989898
- Fix the issue that TiKV throughput might continue to drop during a TiKV I/O hang because PD-related work is blocked by I/O operations #17939 @LykxSassinator
- Fix the issue that TiKV might crash with a null pointer dereference during TiDB Lightning data import #18671 #18756 @Dog-Du
- Fix the issue that TiKV might panic with
PD
TiFlash
- Fix a potential data inconsistency issue between TiFlash and TiKV after executing a DDL statement to remove the
NOT NULLconstraint of a column #10680 @JaySon-Huang
- Fix a potential data inconsistency issue between TiFlash and TiKV after executing a DDL statement to remove the
Tools
BR
TiCDC
- Fix the issue that retrying failed DDL or checkpoint event delivery in Kafka changefeeds leaks Kafka clients, leading to continuous memory growth #12666 @3AceShowHand
- Fix the issue that Kafka sinks might leak underlying Sarama clients when admin or producer initialization fails or when admin and synchronous-producer wrappers are closed #12572 @wlwilliamx