Skip to content

TiFlash v6.1.2

Compare
Choose a tag to compare
@sre-bot sre-bot released this 24 Oct 04:24
2fa392d

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