[
https://issues.apache.org/jira/browse/RATIS-1247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17253495#comment-17253495
]
runzhiwang commented on RATIS-1247:
-----------------------------------
[~szetszwo] I'm thinking TransferLeadershipRequest should include a timeout
field, server check whether the newLeader grap the leadership at a fixed rate
before timeout. So maybe we need following scheduleAtFixedRate. What do you
think ?
{code:java}
public ScheduledFuture<?> scheduleAtFixedRate(Runnable command,
long initialDelay,
long period,
TimeUnit unit)
{code}
> Support rolling upgrade and rollback
> ------------------------------------
>
> Key: RATIS-1247
> URL: https://issues.apache.org/jira/browse/RATIS-1247
> Project: Ratis
> Issue Type: New Feature
> Reporter: runzhiwang
> Assignee: runzhiwang
> Priority: Major
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)