title | date | summary | tags | ||||
---|---|---|---|---|---|---|---|
Weekly update (February 26 ~ March 04, 2018) |
2018-03-05 |
Last week, we landed 27 PRs in the TiDB repositories, 4 PRs in the TiSpark repositories, and 12 PRs in the TiKV and PD repositories. |
|
Last week, we landed 27 PRs in the TiDB repositories.
- Support stream aggregation on TiKV
- Support long VARCHAR
- Set
Range
andOutputCounts
in Coprocessor Response for streaming API - Support
COMMENT = string
in partition definition - Add
restrict
andcascade
inDropTable
- Remove invalid intervals in building Range
- Resolve locks in a batch
- Extract the same part from DNF's leaves
- Simplify the logic of HashCode
- Improve the performance of decoding decimal
- Test coverage:
- Improve the test coverage in the
executor
package - Improve the test coverage in the
plan
package - Improve the test coverage in the
distsql
package
- Panic recover:
- Add the recover mechanism for index lookup reader workers
- Add the recover mechanism for
union
workers - Add the recover panic in
owner.CampaignLoop
Last week, we landed 4 PRs in the TiSpark repositories.
Last week, we landed 12 PRs in the TiKV and PD repositories.
- Export some
struct
expressions for other tools - Log panic stacks
- Update the TiKV version
- Add a Raft message flush metrics
- Update the Rust dockerfile
- Fix lowspace metrics
- Check Regions in the background goroutine
- Handle the problem that only one row returns in stream aggregation
- Rename a confused constant variable
- Make
end_point_request_max_handle_secs
configurable - Precreate some labal metrics
- TiKV: Greg Weber