title | date | summary | tags | ||
---|---|---|---|---|---|
Weekly update (February 19 ~ February 26, 2017) |
2017-02-27 |
Last week, we landed 39 PRs in the TiDB repositories and 25 PRs in the TiKV repositories. |
|
Last week, we landed 39 PRs in the TiDB repositories.
-
Add rules in parser and empty implementation for unsupported builtin functions: #2667, #2677, #2679
-
Support wildcard chars in username or host in Grant statement.
-
Add a context arggument for distsql/kv interface: We will use the context to cancel running jobs.
Last week, We landed 25 PRs in the TiKV repositories.
-
Detect system CPU/memory to adjust config automatically.
-
Add RocksDB statistics.
-
Balance store according to region count.
-
Add
label
,ping
,admin
,scheduler
,operator
commands forpd-ctl
. -
Add shuffle region scheduler.
-
Verify PD address when start
pd-ctl
. -
Reject read index when new leader hasn’t committed the empty entry.
-
Accelerate campaign faster after split happens.
-
Use default value in column info.
-
Save one TS get for single point get by unique or primary key.
-
Prettfiy command label name in metrics.
-
Make Raft apply atomically.
-
Add region ID for scheduler slow log.