[ 
https://issues.apache.org/jira/browse/CASSANDRA-2644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13032741#comment-13032741
 ] 

Jonathan Ellis commented on CASSANDRA-2644:
-------------------------------------------

I think the retry logic is a distraction here. If it doesn't work the first 
time because of anything other than "we didn't wait long enough" (i.e. it 
errored out) it's not likely to magically unbreak for the second.

Suggest just giving it a long retry to begin with.

> Make bootstrap retry
> --------------------
>
>                 Key: CASSANDRA-2644
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2644
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.8.0 beta 2
>            Reporter: Chris Goffinet
>            Assignee: Chris Goffinet
>             Fix For: 0.8.1
>
>         Attachments: 
> 0001-Make-ExpiringMap-have-objects-with-specific-timeouts.patch, 
> 0002-Make-bootstrap-retry-and-increment-timeout-for-every.patch
>
>
> We ran into a situation where we had rpc_timeout set to 1 second, and the 
> node needing to compute the token took over a second (1.6 seconds). The 
> bootstrapping node hangs forever without getting a token because the expiring 
> map removes it before the reply comes back.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to