title | date | summary | tags | ||
---|---|---|---|---|---|
Weekly update (December 26 ~ January 01, 2017) |
2017-01-01 |
Last week, we landed 28 PRs in the TiDB repositories and 19 PRs in the TiKV repositories. |
|
Last week, we landed 28 PRs in the TiDB repositories.
-
Set a limitation on the quantity of the data in a single transaction.
-
Improve mocked tikv: Split data in a table into multiple mocked regions. This will used in unit tests.
-
Speed up creating table: In some cases, it is not necessary to wait a long time to create table.
-
Use MySQL standard error code when meeting incorrect function argument count error.
Last week, We landed 19 PRs in the TiKV repositories.
-
Move
raw_get
to thread pool. -
Add
ResourceKind
for operator and don't resend duplicatedAddPeer
response when the peer is still pending, see #449. -
Add member command for
pd-ctl
.
- Fix getting valid float.
-
Update default configuration to speed up scheduler.
-
Don't panic when receiving stale snapshot.
-
Remove unnecessary region cache.
-
Remove no used constraint feature.
-
Exit with error message if clusert ID mismatches directly.
-
Add replication section in configuration.