TiFlash v6.1.2
Bug fixes
- Fix the issue that I/O Limiter might incorrectly throttle the I/O throughput of query requests after bulk writes, which reduces the query performance #5801 @JinheLin
- Fix the issue that a window function might cause TiFlash to crash when the query is canceled #5814 @SeaRise
- Fix the panic that occurs after creating the primary index with a column containing the
NULL
value #5859 @JaySon-Huang