You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Mark Robson (JIRA)" <ji...@apache.org> on 2009/05/13 19:02:05 UTC

[jira] Created: (CASSANDRA-170) Infinite loop or something

Infinite loop or something
--------------------------

                 Key: CASSANDRA-170
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-170
             Project: Cassandra
          Issue Type: Bug
            Reporter: Mark Robson


This is a case where one node has gone into an infinite loop or something consuming CPU; other nodes show it as "down" and it doesn't make progress doing useful work (I think).

I've attached a log and thread dump.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-170) Infinite loop or something

Posted by "Mark Robson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Robson updated CASSANDRA-170:
----------------------------------

    Attachment: lockup-dump.txt

Lockup dump

> Infinite loop or something
> --------------------------
>
>                 Key: CASSANDRA-170
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-170
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Mark Robson
>         Attachments: lockup-dump.txt
>
>
> This is a case where one node has gone into an infinite loop or something consuming CPU; other nodes show it as "down" and it doesn't make progress doing useful work (I think).
> I've attached a log and thread dump.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CASSANDRA-170) Infinite loop or something

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis resolved CASSANDRA-170.
--------------------------------------

    Resolution: Invalid

two threads are at this line in CassandraDaemon:

                logger.error("Fatal exception in thread " + t, e);

probably you OOMed.

> Infinite loop or something
> --------------------------
>
>                 Key: CASSANDRA-170
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-170
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Mark Robson
>         Attachments: lockup-dump.txt
>
>
> This is a case where one node has gone into an infinite loop or something consuming CPU; other nodes show it as "down" and it doesn't make progress doing useful work (I think).
> I've attached a log and thread dump.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.