title | date | summary | tags | ||
---|---|---|---|---|---|
Weekly update (January 23 ~ February 05, 2017) |
2017-02-05 |
Last two weeks, we landed 43 PRs in the TiDB repositories and 20 PRs in the TiKV repositories. |
|
Last two weeks, we landed 43 PRs in the TiDB repositories.
Last two weeks, we landed 20 PRs in the TiKV repositories.
-
Add
start_ts
for scan intikv-ctl
. -
Support HTTP scheme parsing.
- Fix too long scan slow log.
-
Use
reverse_seek_le
for the reverse seek write. -
Ignore overwriting data in
prewrite
. -
Update raft in raftstore after handling ConfChange.
-
Make coprocessor task run more concurrently.
-
Ignore deleting the value when roll back
lock
. -
Update leader lease before applying raft log.