You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Karl Mueller (JIRA)" <ji...@apache.org> on 2013/09/10 00:10:51 UTC

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

Karl Mueller created CASSANDRA-5990:
---------------------------------------

             Summary: 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
            Priority: Minor


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