pingcap / kvproto

Protocol buffer files for TiKV
Apache License 2.0
154 stars 220 forks source link

Cherry pick #1155 and #1158 to release-7.1 #1169

Closed ekexium closed 1 year ago

ekexium commented 1 year ago

Compatibility: The patch adds one RPC get_region_read_progress in debug service, which can only be triggered by tikv-ctl get-region-read-progress command. Updating 6.5.x to a newer major version without this patch simply removes the command. When using tikv-ctl on a different version of TiKV, an unimplemented error could be returned. Anyway, TiKV itself will not be impacted.

ekexium commented 1 year ago

@disksing would you like to help merge it?