title | date | summary | tags | |||
---|---|---|---|---|---|---|
Weekly update (February 12 ~ February 25, 2018) |
2018-02-26 |
Last two weeks, we landed 27 PRs in the TiDB repositories and 13 PRs in the TiKV and PD repositories. |
|
Last two weeks, we landed 27 PRs in the TiDB repositories.
- Allow
golint
to checkcontext.Context
inmake check
- Do not import
golang.org/x/net/context
asgoctx
alias - Move the package context to
sessionctx
- Add the recover mechanism for join workers
- Add
StatementsPerTransaction
andTransactionDuration
metrics - Add
keep alive
metrics to figure out whether TiDB instance is down
Last two weeks, we landed 13 PRs in the TiKV and PD repositories.
- Add peer label level statistics
- Support stream aggregation
- Support multiple Regions in
tombstone
- Add a handler which is invoked after the client reconnects to PD