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

Cody Lerum commented on CASSANDRA-969:
--------------------------------------

Gary, I tested off http://hudson.zones.apache.org/hudson/job/Cassandra/405/ and 
it all looks good.

r...@cassandra:/opt/cassandra# bin/cassandra -f
 INFO 22:32:35,577 Auto DiskAccessMode determined to be mmap
 WARN 22:32:35,840 Couldn't detect any schema definitions in local storage. I 
hope you've got a plan.
 INFO 22:32:35,851 Replaying 
/var/lib/cassandra/commitlog/CommitLog-1271219308493.log
 INFO 22:32:35,899 Creating new commitlog segment 
/var/lib/cassandra/commitlog/CommitLog-1271219555899.log
 INFO 22:32:35,910 LocationInfo has reached its threshold; switching in a fresh 
Memtable at 
CommitLogContext(file='/var/lib/cassandra/commitlog/CommitLog-1271219555899.log',
 position=163)
 INFO 22:32:35,911 Enqueuing flush of Memtable(LocationInfo)@1971599989
 INFO 22:32:35,913 Writing Memtable(LocationInfo)@1971599989
 INFO 22:32:36,012 Completed flushing 
/var/lib/cassandra/data/system/LocationInfo-b-1-Data.db
 INFO 22:32:36,025 Log replay complete
 INFO 22:32:36,051 Saved Token found: 149994310325493222650165912864788358013
 INFO 22:32:36,052 Saved ClusterName found: CLEARFLY-1
 INFO 22:32:36,062 Starting up server gossip
 INFO 22:32:36,110 Binding thrift service to /2607:f3d0:0:2:0:0:0:16:9160
 INFO 22:32:36,115 Cassandra starting up...
 INFO 22:33:35,564 Node /2607:f3d0:0:1:0:0:0:f is now part of the cluster
 INFO 22:33:36,553 InetAddress /2607:f3d0:0:1:0:0:0:f is now UP


You can close this out.

> Server fails 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
>         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
>            Assignee: Gary Dusbabek
>            Priority: Minor
>             Fix For: 0.6.1
>
>         Attachments: cassandra-v6-2-filtered.pcap, cassandra-v6.pcap, 
> encode_decode_ipv6_addresses_safely.txt, 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

        

Reply via email to