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

Jonathan Ellis commented on CASSANDRA-4617:
-------------------------------------------

I don't see a solution I'm thrilled with:

- Start ITC listeners sooner (then we need to worry about other nodes 
reconnecting to us post-restart before we're ready)
- Add some kind of special case for checkHealth to always enable 
OPTIMIZE_LOCAL_REQUESTS
- Don't use QueryProcessor in checkHealth, use low-level getColumnFamily
                
> OPTIMIZE_LOCAL_REQUESTS=false no longer works
> ---------------------------------------------
>
>                 Key: CASSANDRA-4617
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4617
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.2.0 beta 1
>            Reporter: Jonathan Ellis
>            Assignee: Sylvain Lebresne
>            Priority: Trivial
>             Fix For: 1.2.0
>
>
> SystemTable.checkHealth is called before starting to listen for intra-cluster 
> RPC requests, so since QueryProcessor compiles down to StorageProxy calls, it 
> will time out and fail the server startup.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to