Skip to content

Latest commit

 

History

History
87 lines (46 loc) · 3.31 KB

2017-03-20-tidb-weekly.md

File metadata and controls

87 lines (46 loc) · 3.31 KB
title date summary tags
Weekly update (March 13 ~ March 19, 2017)
2017-03-20
Last week, we landed 33 PRs in the TiDB repositories and 10 PRs in the TiKV repositories.
TiDB
TiKV

Weekly update in TiDB

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

Added

Fixed

Improved

New Contributors

Thank you guys!

Weekly update in TiKV

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

Added

  • Use SSE support by default.

  • Handle [CTRL + D] in pd-ctl (tikv/pd#570)

Fixed

Improved

  • Queue vote to prevent followers from discarding it if region hasn’t been split.

  • Improve random picking region from cache.