feat: rename replay_timeout_secs to timeout_secs (#191)
* feat: add `flush_timeout_secs` to `MigrateRegionRequest` * chore: use `timeout_secs` * feat: introduce `DowngradingLeader`
This commit is contained in:
@@ -25,7 +25,7 @@ message MigrateRegionRequest {
|
||||
uint64 region_id = 3;
|
||||
uint64 from_peer = 4;
|
||||
uint64 to_peer = 5;
|
||||
uint32 replay_timeout_secs = 6;
|
||||
uint32 timeout_secs = 6;
|
||||
}
|
||||
|
||||
message MigrateRegionResponse {
|
||||
|
||||
Reference in New Issue
Block a user