Server fals to join cluster if IPv6 only
----------------------------------------
Key: CASSANDRA-969
URL: https://issues.apache.org/jira/browse/CASSANDRA-969
Project: Cassandra
Issue Type: Bug
Components: Core
Affects Versions: 0.6
Environment: Ubuntu 9.10 x64
java: Java(TM) SE Runtime Environment (build 1.6.0_15-b03)
cassandra 0.6.0-rc1
Reporter: Cody Lerum
Attachments: server1.log, server2.log
When configuring Cassandra for IPv6 connectivity on the server to server side
the addition of a second node causes the both servers to loop on
ArrayIndexOutOfBoundsExection for 5 minutes
The first server has
Caused by: java.lang.ArrayIndexOutOfBoundsException: 65536
at
org.apache.cassandra.net.HeaderSerializer.deserialize(Header.java:155)
While the second has
Caused by: java.lang.ArrayIndexOutOfBoundsException: 131072
at
org.apache.cassandra.net.HeaderSerializer.deserialize(Header.java:155)
the index is double.
These servers work find in a cluster together if they are configured IPv4
server1 in the output is 2607:f3d0:0:2::16
server2 is 2607:f3d0:0:1::f
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira