You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 移除对 AWS region 名称的检查,避免新支持的 AWS region 因无法通过检查而导致备份报错的问题 [#18159(https://github.com/tikv/tikv/issues/18159)@[3pointer]([https://github.com/3pointer])
47
+
- Remove the check on AWS region names to avoid backup errors caused by newly supported AWS regions failing the validation [#18159(https://github.com/tikv/tikv/issues/18159)@[3pointer]([https://github.com/3pointer])
-修复执行包含 `GROUP BY WITH ROLLUP` 的 SQL 语句时,可能会出现`Exception: Block schema mismatch`报错的问题[#10110](https://github.com/pingcap/tiflash/issues/10110) @[gengliqi](https://github.com/gengliqi)
131
+
-Fix the issue that data spill during sorting might cause TiFlash to crash[#9999](https://github.com/pingcap/tiflash/issues/9999) @[windtalker](https://github.com/windtalker)
132
+
-Fix the issue that TiFlash might return the`Exception: Block schema mismatch`error when executing SQL statements containing `GROUP BY WITH ROLLUP`[#10110](https://github.com/pingcap/tiflash/issues/10110) @[gengliqi](https://github.com/gengliqi)
-修复执行 `SELECT ... AS OF TIMESTAMP`查询时,TiFlash 未按预期跳过 Learner Read 的问题[#10046](https://github.com/pingcap/tiflash/issues/10046) @[CalvinNeo](https://github.com/CalvinNeo)
139
+
-Fix the issue that TiFlash might consume memory greatly when tables in a cluster contain a large number of `ENUM`type columns[#9947](https://github.com/pingcap/tiflash/issues/9947) @[JaySon-Huang](https://github.com/JaySon-Huang)
140
+
-Fix the issue that TiFlash might fail to restart after inserting a single row with data larger than 16 MiB[#10052](https://github.com/pingcap/tiflash/issues/10052) @[JaySon-Huang](https://github.com/JaySon-Huang)
141
+
-Fix the issue that TiFlash might not clean some disk data correctly after new data is inserted to tables with vector indexes, causing abnormal disk space consumption[#9946](https://github.com/pingcap/tiflash/issues/9946) @[JaySon-Huang](https://github.com/JaySon-Huang)
142
+
-Fix the issue that TiFlash might delete previously created vector indexes unexpectedly after multiple vector indexes are created on the same table, causing performance degradation[#9971](https://github.com/pingcap/tiflash/issues/9971) @[Lloyd-Pottiger](https://github.com/Lloyd-Pottiger)
143
+
-Fix the issue that TiFlash might fail to use vector indexes to accelerate vector search queries in a disaggregated storage and compute architecture[#9847](https://github.com/pingcap/tiflash/issues/9847) @[Lloyd-Pottiger](https://github.com/Lloyd-Pottiger)
144
+
-Fix the issue that TiFlash might print a large number of `unknown enum`logs in a disaggregated storage and compute architecture[#9955](https://github.com/pingcap/tiflash/issues/9955) @[JaySon-Huang](https://github.com/JaySon-Huang)
145
+
-Fix the issue that TiFlash does not skip Learner Read as expected when executing `SELECT ... AS OF TIMESTAMP`queries[#10046](https://github.com/pingcap/tiflash/issues/10046) @[CalvinNeo](https://github.com/CalvinNeo)
-Fix the issue that the changefeed might get stuck after the replication traffic exceeds the traffic threshold of the downstream Kafka[#12110](https://github.com/pingcap/tiflow/issues/12110) @[3AceShowHand](https://github.com/3AceShowHand)
161
+
-Fix the issue that the dispatch rule for the Kafka sink does not take effect when the `pulsar+http`or`pulsar+https`protocol is used[#12068](https://github.com/pingcap/tiflow/issues/12068) @[SandeepPadhi](https://github.com/SandeepPadhi)
162
+
-Fix the issue that TiCDC fails to observe the PD leader migration in time, causing the replication latency to increase[#11997](https://github.com/pingcap/tiflow/issues/11997) @[lidezhu](https://github.com/lidezhu)
0 commit comments