Skip to content

TiFlash v6.1.1

Compare
Choose a tag to compare
@sre-bot sre-bot released this 01 Sep 03:39
5d607e7

Bug fixes

  • Fix the issue that TiFlash crashes after dropping a column of a table with clustered indexes in some situations #5154 @hongyunyan
  • Fix the issue that the format function might return a Data truncated error #4891 @xzhangxian1008
  • Fix the issue that some obsolete data might persist in storage and cannot be deleted #5659 @lidezhu
  • Fix unnecessary CPU usage in some edge cases #5409 @breezewish
  • Fix a bug that TiFlash cannot work in a cluster using IPv6 #5247 @solotzg
  • Fix a bug that TiFlash might crash due to an error in parallel aggregation #5356 @gengliqi
  • Fix a bug that thread resources might leak in case of MinTSOScheduler query errors #5556 @windtalker