Last week, we landed 28 PRs in the TiDB repositories and 32 PRs in the TiKV repositories.
TiDB
Fix several bugs.
TiKV
Split the operations on RocksDB from scheduler thread to a worker pool.
Support leader lease mechanism when the quorum check is enabled.
Use pending snapshot regions check
to avoid receiving multiple overlapping snapshots at the same time.
Check down peers and report to Placement Driver(PD).
Support time monitor to check whether time jumps back or not.
Placement Driver
join
flag to let PD join an existing cluster dynamically.remove PD member
API to remove a PD from a cluster dynamically.list PD members
API.