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 2009/11/13 17:29:39 UTC

[jira] Created: (CASSANDRA-550) clean up better after streaming

clean up better after streaming
-------------------------------

                 Key: CASSANDRA-550
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-550
             Project: Cassandra
          Issue Type: Bug
            Reporter: Jonathan Ellis
            Assignee: Jonathan Ellis
            Priority: Minor
             Fix For: 0.5




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


[jira] Commented: (CASSANDRA-550) clean up better after streaming

Posted by "Ray Slakinski (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12777593#action_12777593 ] 

Ray Slakinski commented on CASSANDRA-550:
-----------------------------------------

Getting an error after restarting with this patch applied.

ERROR [main] 2009-11-13 14:41:07,289 CassandraDaemon.java (line 184) Exception encountered during startup.
java.lang.NullPointerException
	at org.apache.cassandra.db.SystemTable.initMetadata(SystemTable.java:150)
	at org.apache.cassandra.service.StorageService.start(StorageService.java:259)
	at org.apache.cassandra.service.CassandraServer.start(CassandraServer.java:72)
	at org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:94)
	at org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:166)

full log: http://pastebin.com/m25468765

> clean up better after streaming
> -------------------------------
>
>                 Key: CASSANDRA-550
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-550
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: 550.patch
>
>


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


[jira] Updated: (CASSANDRA-550) clean up better after streaming

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

Jonathan Ellis updated CASSANDRA-550:
-------------------------------------

    Attachment: 550-2.patch

looks like a separate bug...  this should fix it

> clean up better after streaming
> -------------------------------
>
>                 Key: CASSANDRA-550
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-550
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: 550-2.patch, 550.patch
>
>


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


[jira] Updated: (CASSANDRA-550) clean up better after streaming

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

Jonathan Ellis updated CASSANDRA-550:
-------------------------------------

    Attachment:     (was: 550-2.patch)

> clean up better after streaming
> -------------------------------
>
>                 Key: CASSANDRA-550
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-550
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: 550-2.patch, 550.patch
>
>


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


[jira] Commented: (CASSANDRA-550) clean up better after streaming

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12777905#action_12777905 ] 

Hudson commented on CASSANDRA-550:
----------------------------------

Integrated in Cassandra #258 (See [http://hudson.zones.apache.org/hudson/job/Cassandra/258/])
    specifically look for TOKEN and GENERATION columns
patch by jbellis; tested by Ray Slakinski for 
clean up temporary for-streaming files when done
patch by jbellis; tested by Ray Slakinski for 


> clean up better after streaming
> -------------------------------
>
>                 Key: CASSANDRA-550
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-550
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: 550-2.patch, 550.patch
>
>


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


[jira] Commented: (CASSANDRA-550) clean up better after streaming

Posted by "Ray Slakinski (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12777629#action_12777629 ] 

Ray Slakinski commented on CASSANDRA-550:
-----------------------------------------

should I file as new?

ERROR - Exception encountered during startup.
java.lang.ClassCastException: [B cannot be cast to java.lang.Comparable
at java.util.concurrent.ConcurrentSkipListMap.comparable(ConcurrentSkipListMap.java:621)
at java.util.concurrent.ConcurrentSkipListMap.doPut(ConcurrentSkipListMap.java:862)
at java.util.concurrent.ConcurrentSkipListMap.putIfAbsent(ConcurrentSkipListMap.java:1893)
at java.util.concurrent.ConcurrentSkipListSet.add(ConcurrentSkipListSet.java:202)
at org.apache.cassandra.db.SystemTable.initMetadata(SystemTable.java:122)
at org.apache.cassandra.service.StorageService.start(StorageService.java:259)
at org.apache.cassandra.service.CassandraServer.start(CassandraServer.java:72)
at org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:94)
at org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:166)
Exception encountered during startup.

> clean up better after streaming
> -------------------------------
>
>                 Key: CASSANDRA-550
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-550
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: 550-2.patch, 550.patch
>
>


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


[jira] Updated: (CASSANDRA-550) clean up better after streaming

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

Jonathan Ellis updated CASSANDRA-550:
-------------------------------------

    Attachment:     (was: 550-2.patch)

> clean up better after streaming
> -------------------------------
>
>                 Key: CASSANDRA-550
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-550
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: 550.patch
>
>


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


[jira] Commented: (CASSANDRA-550) clean up better after streaming

Posted by "Ray Slakinski (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12777653#action_12777653 ] 

Ray Slakinski commented on CASSANDRA-550:
-----------------------------------------

Its working now after 500-2.patch was applied and successfully cleaned up some old junk on my nodes.

> clean up better after streaming
> -------------------------------
>
>                 Key: CASSANDRA-550
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-550
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: 550-2.patch, 550.patch
>
>


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


[jira] Updated: (CASSANDRA-550) clean up better after streaming

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

Jonathan Ellis updated CASSANDRA-550:
-------------------------------------

    Attachment: 550.patch

> clean up better after streaming
> -------------------------------
>
>                 Key: CASSANDRA-550
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-550
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: 550.patch
>
>


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


[jira] Updated: (CASSANDRA-550) clean up better after streaming

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

Jonathan Ellis updated CASSANDRA-550:
-------------------------------------

    Attachment: 550-2.patch

> clean up better after streaming
> -------------------------------
>
>                 Key: CASSANDRA-550
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-550
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: 550-2.patch, 550-2.patch, 550.patch
>
>


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


[jira] Updated: (CASSANDRA-550) clean up better after streaming

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

Jonathan Ellis updated CASSANDRA-550:
-------------------------------------

    Attachment: 550-2.patch

> clean up better after streaming
> -------------------------------
>
>                 Key: CASSANDRA-550
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-550
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: 550-2.patch, 550.patch
>
>


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


[jira] Updated: (CASSANDRA-550) clean up better after streaming

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

Jonathan Ellis updated CASSANDRA-550:
-------------------------------------

    Attachment: 550-2.patch

> clean up better after streaming
> -------------------------------
>
>                 Key: CASSANDRA-550
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-550
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: 550-2.patch, 550.patch
>
>


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


[jira] Updated: (CASSANDRA-550) clean up better after streaming

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

Jonathan Ellis updated CASSANDRA-550:
-------------------------------------

    Attachment:     (was: 550-2.patch)

> clean up better after streaming
> -------------------------------
>
>                 Key: CASSANDRA-550
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-550
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: 550-2.patch, 550.patch
>
>


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