Weekly update in TiDB

Last week, we landed 26 PRs in the TiDB repositories.

Added

Fixed

Improved

New Contributors

Thank you guys!

Weekly update in TiKV

Last week, We landed 18 PRs in the TiKV repositories.

Added

Fixed

  • Always update PD client to avoid the problem that PD client can not reconnect to PD server after network error.

  • Fix the bug when decode empty data to a StringSlice.

  • Fix a deadlock bug when PD client reconnects server.

Improved

  • Add lots of test cases to improve stability, see 1737 , 1738, 1742.