pingcap / kvproto

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

pdbp: add ManuallyChangePeer rpc. #1250

Closed LykxSassinator closed 5 months ago

LykxSassinator commented 6 months ago

Description

This pr is used to introduce a new api ManuallyChangePeer to enable add peer or remove peer manually by grpc service.

ti-chi-bot[bot] commented 6 months ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please assign lance6716, niubell for approval, ensuring that each of them provides their approval before proceeding. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/pingcap/kvproto/blob/master/OWNERS)** - **[proto/OWNERS](https://github.com/pingcap/kvproto/blob/master/proto/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
LykxSassinator commented 6 months ago

/cc @nolouch

LykxSassinator commented 5 months ago

/cc @overvenus

LykxSassinator commented 5 months ago

This pr is unnecessary as the RPC is not safe.