tikv v3.1.0-rc Release Notes

Release Date: 2020-04-02 // about 4 years ago
  • ๐Ÿ†• New features

    • ๐Ÿ‘Œ Support backing up data with the Raw KV API #7051
    • ๐Ÿ‘Œ Support the TLS authentication for the status server #7142
    • ๐Ÿ‘Œ Support the TLS authentication for the KV server #7305

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix the issue of conflict check failure or data index inconsistency caused by inserting an existing key into a transaction and then deleting it immediately when disabling the consistency check parameter #7112
    • ๐Ÿ›  Fix the calculation error when TopN compares unsigned integers #7199
    • ๐ŸŒฒ Introduce a flow control mechanism in Raftstore to solve the problem that without flow control, it might cause slow log tracking and cause the cluster to be stuck, and the problem that the large transaction size might cause the frequent reconnection among TiKV servers #7087 #7078
    • ๐Ÿ›  Fix the issue that pending read requests sent to replicas might be permanently blocked #6543
    • ๐Ÿ›  Fix the issue that replica read might be blocked by applying snapshots #7249
    • ๐Ÿ›  Fix the issue that transferring leader might cause TiKV to panic #7240
    • ๐Ÿ›  Fix the issue that all SST files were filled with zeroes when backing up data to S3 #6967
    • ๐Ÿ›  Fix the issue that the size of SST file was not recorded during backup, resulting in many empty Regions after restoration #6983
    • ๐ŸŽ Optimize the time to hold locks to improve the performance of backup #7202
    • ๐Ÿ‘Œ Support AWS IAM web identity for backup #7297