Skip to content

Latest commit

 

History

History
85 lines (44 loc) · 3.45 KB

2017-04-17-tidb-weekly.md

File metadata and controls

85 lines (44 loc) · 3.45 KB
layout title
post
Weekly Update

Weekly update in TiDB

2017-04-17

Last two weeks, we landed 26 PRs in the TiDB repositories.

Added

Fixed

Improved

New Contributors

Thank you guys!

Weekly update in TiKV

2017-04-17

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.