You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ratis.apache.org by GitBox <gi...@apache.org> on 2020/12/24 11:08:29 UTC

[GitHub] [incubator-ratis] runzhiwang commented on a change in pull request #373: RATIS-1261. Add timeout in TransferLeadershipRequest

runzhiwang commented on a change in pull request #373:
URL: https://github.com/apache/incubator-ratis/pull/373#discussion_r548495531



##########
File path: ratis-proto/src/main/proto/Raft.proto
##########
@@ -390,6 +390,7 @@ message SetConfigurationRequestProto {
 message TransferLeadershipRequestProto {
   RaftRpcRequestProto rpcRequest = 1;
   RaftPeerProto newLeader = 2;
+  uint64 timeoutInMs = 3;

Review comment:
       @szetszwo Ok, I will do it in a separated JIRA.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org