Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 2.01 KB

2016-09-26-tidb-weekly.md

File metadata and controls

33 lines (24 loc) · 2.01 KB
title date summary tags
Weekly update (September 19 ~ September 25, 2016)
2016-09-26
Last week, we landed 20 PRs in the TiDB repositories and 24 PRs in the TiKV repositories.
TiDB
TiKV
Placement Driver

Weekly update (September 19 ~ September 25, 2016)

Last week, we landed 20 PRs in the TiDB repositories and 24 PRs in the TiKV repositories.

Notable changes to TiDB

Notable changes to TiKV

Notable changes to Placement Driver (PD)

  • Remove the watch leader mechanism for the clients becausse the PD server can proxy requests to the leader.
  • Add the GetRegionByID command.