平凯数据库 7.1.8-5.2 Release Notes
发版日期:2025 年 6 月 13 日
平凯数据库版本:7.1.8-5.2
Open-Core 版本:8.5.2
平凯数据库 v7.1.8-5.2 为长期支持版本 (Long-Term Support Release, LTS),基于上游 TiDB v8.5.2 (Long-Term Support Release, LTS) 版本。
企业版功能更新
TiDB
- 将 TTL 表的 GC 及相关统计信息收集任务限定在 owner 节点执行,从而降低开销 #59357
TiKV
- 支持在线修改 import.num-threads 配置项 #17807
Tools
TiDB Lightning
- 在解析 CSV 文件时,新增行宽检查以防止 OOM 问题 #58590
产品组件名称
- 统一去除 ee 后缀
错误修复
TiDB & TiKV
- 修复 SQL 操作分区表场景,Where 语句相同的条件使用括号与不使用括号返回数据不同的问题 #59827
- 修复 SQL outer join 场景,使用 limit 功能时,带 order by 和不带 order by 返回数据不同的问题 #59926
- 修复 TiDB panics when network failed when writeExecuteResultWithCursor failed 的问题 #59976
- 修复 TSO retrieval failure during read TS validation caused by residual txn-scope code 的问题 #59402
- 修复 possible panic when trying index join with fixcontrol#44855 enabled 的问题 #5976
- 修复 6.5M 张表的场景,TiDB OOM 的问题 #58368
- 修复 Titan Disabled After tikv Restart 的问题 #18318
- 修复 In PhysicalExchangeSender::ResolveIndicesItself, the HashCols is shallow copied instead of deep copied, which may cause random mpp issues 的问题 #60517
- 修复查询 information_schema.tables 结果不准确的问题 #55803
- 修复添加索引期间,admin show ddl jobs 里看到的 ROW_COUNT 始终是 0 的问题 #60145
- 修复 Scatter large account of empty region is very slow 的问题 #17412
- 修复 BatchScanRegions 没有限制的问题 #9216
- 修复 Resource control 功能配置 QUERY_LIMIT 场景 COOLDOWN/SWITCH_GROUP/DRY_RUN 无效的问题 #60404
- 修复 inIdexRangeScan for large table hit ERROR 9001 (HY000): PD server timeout due to "PD returned regions have gaps" 的问题 #60627
- 修复 SQL 语句中多个 Join 的时候报错 "Can't find column" 的问题 #60692
- 修复 merge region reach limit while there is no any operator 的问题 #8452
工具
- 修复 dumpling -L 保存日志到没有权限的目录时候,没有报错也没有写任何信息的问题 #60689
- 修复 BR Grafana Backup & Import 查询表达式错误的问题 #60212
- 修复 Tiflow:修复Grafana中未定义的面板的问题 #12152
安全
- ng-monitoring/node_exporter/blackbox_exporter debug/pprof HTTP漏洞(node_exporter/blackbox_exporter 启动脚本中增加 --debug.pprof 打开 /debug/pprof api,默认为关闭)