Skip to content

tikv-server v3.1.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@MyonKeminta MyonKeminta released this 09 Mar 11:12
· 46 commits to release-3.1 since this release
acd585d
  • Raftstore
    • Add the peer_address parameter to connect other nodes to the TiKV server #6491
    • Fix the issue that the read requests cannot be processed because data is not properly read from Hibernate Regions #6450
    • Add the read_index and read_index_resp monitoring metrics to monitor the number of ReadIndex requests #6610
    • Fix the panic issue caused by the ReadIndex requests during the leader transfer process #6613
    • Fix the issue that Hibernate Regions are not correctly awakened in some special conditions #6730 #6737 #6972
  • PD Client
    • Support reporting statistics of local threads to PD #6605
  • Backup
    • Replace the RocksIOLimiter flow control library with Rust’s async-speed-limit flow control library to eliminate extra memory copies when backing up a file #6462
    • Fix the inconsistent data index during the restoration caused by the backup of the extra data #6659
    • Fix the panic caused by incorrectly processing the deleted values during the backup #6726