You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sergio Bossa (JIRA)" <ji...@apache.org> on 2013/06/22 15:18:25 UTC

[jira] [Updated] (CASSANDRA-5476) Exceptions in 1.1 nodes with 1.2 nodes in ring

     [ https://issues.apache.org/jira/browse/CASSANDRA-5476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergio Bossa updated CASSANDRA-5476:
------------------------------------

    Attachment: 0001.patch
    
> Exceptions in 1.1 nodes with 1.2 nodes in ring
> ----------------------------------------------
>
>                 Key: CASSANDRA-5476
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5476
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.1.9, 1.2.5
>            Reporter: John Watson
>         Attachments: 0001.patch
>
>
> As 1.1.9 nodes were being upgraded to 1.2.3 nodes, the 1.1.9 nodes started having this exception:
> {noformat}
>     Exception in thread Thread[RequestResponseStage:19496,5,main]
>     java.io.IOError: java.io.EOFException
>             at org.apache.cassandra.service.AbstractRowResolver.preprocess(AbstractRowResolver.java:71)
>             at org.apache.cassandra.service.ReadCallback.response(ReadCallback.java:155)
>             at org.apache.cassandra.net.ResponseVerbHandler.doVerb(ResponseVerbHandler.java:45)
>             at org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:59)
>             at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
>             at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
>             at java.lang.Thread.run(Thread.java:662)
>     Caused by: java.io.EOFException
>             at java.io.DataInputStream.readFully(DataInputStream.java:180)
>             at org.apache.cassandra.db.ReadResponseSerializer.deserialize(ReadResponse.java:100)
>             at org.apache.cassandra.db.ReadResponseSerializer.deserialize(ReadResponse.java:81)
>             at org.apache.cassandra.service.AbstractRowResolver.preprocess(AbstractRowResolver.java:64)
>             ... 6 more
> {noformat}
> As more 1.2.3 nodes were upgraded, the 1.2.3 nodes began logging for 1.1.9 node IPs:
> {noformat}
>     Unable to store hint for host with missing ID, /10.37.62.71 (old node?)
> {noformat}

--
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