All Versions
125
Latest Version
Avg Release Cycle
52 days
Latest Release
869 days ago

Changelog History
Page 9

  • v2.1.12 Changes

    June 13, 2019
    • 🛠 Fix the issue that Regions are not available during the leader transfer process in extreme conditions #4799
    • 🛠 Fix the issue that TiKV loses data when the power of the machine fails abnormally, caused by delayed data flush to the disk when receiving snapshots #4850
  • v2.1.11 Changes

    June 03, 2019
    • 🛠 Fix the issue that the learner reads an empty index when there is only one leader and one learner #4751
    • 🖨 Process ScanLock and ResolveLock in the thread pool with a high priority to reduce their impacts on commands with a normal priority #4791
    • 🔀 Synchronize all CF files for received snapshots #4811
  • v2.1.10 Changes

    May 21, 2019
    • Reject transfer leader when the region recently changed config #4684
    • âž• Add priority label to coprocessor metrics #4643
    • 🛠 Fix the issue that read index may read stale data during transferring leader #4724
    • 🛠 Fix the issue that CommitMerge may cause TiKV unable to restart #4615
    • 🛠 Fix unknown logs #4730
  • v2.1.9 Changes

    May 06, 2019
    • 🛠 Fix potential quorum changes when transferring leader (https://github.com/pingcap/raft-rs/issues/221)
    • 🛠 Fix the Importer bug that some SST files fail to be imported but it still returns successful import result #4566
    • 👌 Support setting a speed limit in Importer when uploading SST files to TiKV #4607
    • 🔄 Change Importer RocksDB SST default compression method to lz4 to reduce CPU consumption #4624
  • v2.1.8 Changes

    April 11, 2019
    • 🛠 Fix the issue of wrong statistics of the read traffic #4441
    • 🛠 Fix the raftstore performance issue when checking to decide whether to process pending snapshots when many Regions exist #4484
    • Do not ingest files when the number of level 0 SST files exceeds level_zero_slowdown_writes_trigger/2 #4464
  • v2.1.6 Changes

    March 15, 2019
    • 🛠 Fix the StoreNotMatch issue caused by decoding protobuf error in some cases #4303
    • 👌 Improve import speed by increasing default region-split-size to 512 MiB #4347
    • 🛠 Fix OOM issue by storing the intermediate SST files on disk instead of memory #4348
    • Restrict memory usage by RocksDB #4350
    • 🛠 Fix the issue that scattering Region doesn't take effect #4352
  • v2.1.5 Changes

    February 28, 2019
    • 🛠 Fix the panic issue caused by Region merge in some cases #4235
    • 🛠 Fix the issue that Importer fails to import data in some cases #4223
    • 🛠 Fix the KeyNotInRegion error in some cases #4125
    • âž• Add the detailed StoreNotMatch error message #3885
  • v2.1.4 Changes

    February 14, 2019
    • 🛠 Fix the abnormal result issue of the event listener in some cases #4126
    • 🛠 Fix the duplicate write issue when closing TiKV #4146
  • v2.1.3 Changes

    January 27, 2019
    • 👌 Support obtaining the monitoring information using the HTTP method #3855
    • 🛠 Fix the NULL issue of data_format #4075
    • âž• Add verifying the range for scan requests #4124
  • v2.1.2 Changes

    December 21, 2018
    • 👌 Support the configuration format in the unit of DAY (d) and fix the configuration compatibility issue #3931
    • 🛠 Fix the possible panic issue caused by Approximate Size Split #3942
    • 🛠 Fix two issues about Region merge #3822, #3873