You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2013/09/12 13:23:52 UTC

[jira] [Resolved] (CASSANDRA-5990) Hinted Handoff: java.lang.ArithmeticException: / by zero

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

Jonathan Ellis resolved CASSANDRA-5990.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.1
                   1.2.10
         Assignee: Jonathan Ellis

fixed in 8cc28a1477e19545bd0f6dca9180c937f9c85c8d
                
> Hinted Handoff: java.lang.ArithmeticException: / by zero
> --------------------------------------------------------
>
>                 Key: CASSANDRA-5990
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5990
>             Project: Cassandra
>          Issue Type: Bug
>         Environment: cassandra 1.2.8
> Oracle Java 1.7.0_25-b15
> RHEL6
>            Reporter: Karl Mueller
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 1.2.10, 2.0.1
>
>
> This node was down for a few hours. When bringing it back up, I saw this error in the logs. I'm not sure if it's receiving or sending hinted hand-offs.
>  INFO [HintedHandoff:1] 2013-09-09 14:41:04,020 HintedHandOffManager.java (line 292) Started hinted handoff for host: 42bba02f-3088-4be1-8cb2-748a6f15e15d with IP: /10.93.12.14
> ERROR [HintedHandoff:1] 2013-09-09 14:41:04,024 CassandraDaemon.java (line 192) Exception in thread Thread[HintedHandoff:1,1,main]
> java.lang.ArithmeticException: / by zero
>         at org.apache.cassandra.db.HintedHandOffManager.calculatePageSize(HintedHandOffManager.java:441)
>         at org.apache.cassandra.db.HintedHandOffManager.doDeliverHintsToEndpoint(HintedHandOffManager.java:299)
>         at org.apache.cassandra.db.HintedHandOffManager.deliverHintsToEndpoint(HintedHandOffManager.java:278)
>         at org.apache.cassandra.db.HintedHandOffManager.access$300(HintedHandOffManager.java:90)
>         at org.apache.cassandra.db.HintedHandOffManager$4.run(HintedHandOffManager.java:497)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>         at java.lang.Thread.run(Thread.java:724)

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