Skip to content

3.1.17

Compare
Choose a tag to compare
@jaogoy jaogoy released this 03 Jan 11:19
· 8428 commits to main since this release
67ae3b7

Release Date: January 3, 2025

Bug Fixes

Fixed the following issues:

  • Cross-cluster Data Migration Tool caused the Follower FE to crash during data synchronization and commit, due to not accounting for the deletion of partitions in the target cluster. #54061
  • BE in the target cluster might crash when synchronizing tables with DELETE operations using Cross-cluster Data Migration Tool. #54081
  • A bug in the BDBJE handshake mechanism where Leader FE would reject reconnection attempts from Follower FE when connection is being re-established, causing Follower FE nodes to exit. #50412
  • Duplicate memory statistics in FE leads to excessive memory usage. #53055
  • The statuses of the asynchronous materialized view refresh tasks are inconsistent across multiple FE nodes, which lead to inaccurate states of the materialized view during queries. #54236