pingcap / kvproto

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

raft_serverpb: add extra message MsgTombstonePeerRequest. #1247

Closed LykxSassinator closed 5 months ago

LykxSassinator commented 6 months ago

Ref issue: https://github.com/tikv/tikv/issues/15292, pr: https://github.com/tikv/tikv/pull/16992

Add an extra message MsgTombstonePeerRequest to tombstone abnormal peer.

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 overvenus for approval. 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 @zhangjinpeng87

LykxSassinator commented 5 months ago

There exists more appropriate implementation for tackling https://github.com/tikv/tikv/issues/15292, it's unnecessary to introduce this proto.