[
https://issues.apache.org/jira/browse/CASSANDRA-6084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13775575#comment-13775575
]
Alex Liu commented on CASSANDRA-6084:
-------------------------------------
[~cscetbon] Can you post your cassandra.yaml setting for listen_address and
rpc_address? The following are from default settings
{code}
# Setting this to 0.0.0.0 is always wrong.
listen_address: localhost
# Note that unlike ListenAddress above, it is allowed to specify 0.0.0.0
# here if you want to listen on all interfaces but is not best practice
# as it is known to confuse the node auto-discovery features of some
# client drivers.
rpc_address: localhost
{code}
It looks like your setting for listen_address is 0.0.0.0 which could lead to
wrong behaviour.
> java.io.IOException: Could not get input splits
> -----------------------------------------------
>
> Key: CASSANDRA-6084
> URL: https://issues.apache.org/jira/browse/CASSANDRA-6084
> Project: Cassandra
> Issue Type: Bug
> Components: Hadoop
> Environment: Osx 10.8.5
> Java 1.7
> Cassandra 1.2.10
> Pig 0.9.2/0.11.1
> Reporter: Cyril Scetbon
> Assignee: Alex Liu
>
> see http://www.mail-archive.com/[email protected]/msg32414.html
> I've noticed that if I restart Cassandra I get more errors for the first
> minutes, although it's accessible through cqlsh without issue.
> I have tested on a 1-node (Osx Laptop) and 4-nodes (Ubuntu servers) and got
> the same error. I tried with version 1.2.6, 1.2.8, 1.2.9, 1.2.10 without
> success
--
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