[
https://issues.apache.org/jira/browse/RATIS-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17210140#comment-17210140
]
Tsz-wo Sze commented on RATIS-1087:
-----------------------------------
Hi [~hanishakoneru], thanks for reporting this problem. I tried to reproduce
it in a unit test but the test passed. In the new test,
# a single node cluster is started;
# client write some messages to the cluster
# call setConfiguration() to add one more node
# sleep 5s
# start the new peer
> Cannot add new node to single node Ratis ring
> ---------------------------------------------
>
> Key: RATIS-1087
> URL: https://issues.apache.org/jira/browse/RATIS-1087
> Project: Ratis
> Issue Type: Bug
> Reporter: Hanisha Koneru
> Assignee: Tsz-wo Sze
> Priority: Major
>
> We cannot add a new node to a single node raft ring. The setConfiguration
> request times out as it does not get a quorum (2 nodes in the ring but the
> 2nd new node has not started up yet). The timeout is very less to start the
> 2nd node to startup and respond to the setConfiguration request.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)