title | date | summary | tags | |||
---|---|---|---|---|---|---|
Weekly update (October 24 ~ October 30, 2016) |
2016-10-31 |
Last week, we landed 24 PRs in the TiDB repositories and 28 PRs in the TiKV repositories. |
|
Last week, we landed 24 PRs in the TiDB repositories and 28 PRs in the TiKV repositories.
-
Split eval.go into some smaller files to make code cleaner.
-
Fix a bug in the parser where hexadecimal was parsed as string.
-
Add comments for executor package to improve code readability.
- Compact region automatically after deleting lots of keys.
- Remove the
rocksdb
DSN for thetikv-server
command flag. - Use an atomic value to control the snapshot progress.
- Add timer for latch waiting.
- Check the region range before replicating a peer.
- Make sure the callback command is called.
- Coprocessor supports the
multiply
operator. - Coprocessor supports the
case when
operator. - Record the last compacted index to speed up compacting the Raft log.
- Refactor store/region cache to make code clearer, including PR 353, 365, 366.
- Support the
GetPDMembers
API.