layout | title |
---|---|
post |
Weekly Update |
Last week, we landed 28 PRs in the TiDB repositories.
-
Add builtin function
uncompress
anduncompressdlength
,convert_tz
,period-diff
-
Refactor expression evaluation framework: Add self attribute in builtin function.Return panic when calling wrong function on baseXBuiltinFunc.
Last week, We landed 17 PRs in the TiKV repositories.
-
Use
clap
to parse command line options. -
Show TiKV instance downtime state in
pd-ctl
. -
Show scheduling operation history in
pd-ctl
. -
Show cluster ID in
pd-ctl
. -
Introduce
SmallGroupFirstQueue
to speedup point get later. -
Use zstd compression type.
-
Add process metrics in Prometheus.
-
Fix dial wrong listening address bug.
-
Remove the offline peer directly.
-
Mark peer as
pending_remove
to avoid following operations.
-
Add the reason of cluster ID mismatch in error log.
-
Add log to apply delegate register and deregister.