title | date | summary | tags | ||
---|---|---|---|---|---|
Weekly update (April 10 ~ April 16, 2017) |
2017-04-17 |
Last week, we landed 26 PRs in the TiDB repositories and 18 PRs in the TiKV repositories. |
|
Last week, we landed 26 PRs in the TiDB repositories.
-
Add builtin function
time-to-sec
-
Add definition for builtin functions:
bit_count
,to_base64
,right
-
Refactor optimizer: Implement new planner interface for projection and sort.
-
Refactor statistic module.#3014, #3019, #3029, #3031, #3044, #3048, #3053
-
Use etcd for privilege update notification among tidb-servers.
Thank you guys!
Last week, We landed 18 PRs in the TiKV repositories.
-
Support memory profiling.
-
Add block cache monitoring.
-
Add log for critical operations.
-
Use
tokio-core
to support asynchronous PD client, see 1745, 1752, 1753.
-
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.