You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Chris Goffinet (JIRA)" <ji...@apache.org> on 2009/10/01 04:36:23 UTC

[jira] Created: (CASSANDRA-467) nodeprobe flush_binary using Order Preserving Partitioner

nodeprobe flush_binary using Order Preserving Partitioner
---------------------------------------------------------

                 Key: CASSANDRA-467
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-467
             Project: Cassandra
          Issue Type: Bug
          Components: Core
    Affects Versions: 0.5
            Reporter: Chris Goffinet
            Assignee: Jonathan Ellis
            Priority: Minor
             Fix For: 0.5


DecoratedKey.toString is trying to be called on null.

Exception:

        at org.apache.cassandra.db.DecoratedKey.toString(DecoratedKey.java:91)
        at org.apache.cassandra.db.BinaryMemtable.writeSortedContents(BinaryMemtable.java:145)
        at org.apache.cassandra.db.ColumnFamilyStore$3$1.run(ColumnFamilyStore.java:950)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)

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


[jira] Commented: (CASSANDRA-467) nodeprobe flush_binary using Order Preserving Partitioner

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

Hudson commented on CASSANDRA-467:
----------------------------------

Integrated in Cassandra #214 (See [http://hudson.zones.apache.org/hudson/job/Cassandra/214/])
    don't use token in decoration except for RandomPartioner.  patch by jbellis for ; tested by dispalt
make token, key in DecoratedKey public final in accordance with style guide.
patch by jbellis for ; tested by dispalt


> nodeprobe flush_binary using Order Preserving Partitioner
> ---------------------------------------------------------
>
>                 Key: CASSANDRA-467
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-467
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.5
>            Reporter: Chris Goffinet
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: 467-2.patch, 467.patch
>
>
> DecoratedKey.toString is trying to be called on null.
> Exception:
>         at org.apache.cassandra.db.DecoratedKey.toString(DecoratedKey.java:91)
>         at org.apache.cassandra.db.BinaryMemtable.writeSortedContents(BinaryMemtable.java:145)
>         at org.apache.cassandra.db.ColumnFamilyStore$3$1.run(ColumnFamilyStore.java:950)
>         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
>         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)

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


[jira] Updated: (CASSANDRA-467) nodeprobe flush_binary using Order Preserving Partitioner

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

Jonathan Ellis updated CASSANDRA-467:
-------------------------------------

    Attachment: 467-2.patch

> nodeprobe flush_binary using Order Preserving Partitioner
> ---------------------------------------------------------
>
>                 Key: CASSANDRA-467
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-467
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.5
>            Reporter: Chris Goffinet
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: 467-2.patch, 467.patch
>
>
> DecoratedKey.toString is trying to be called on null.
> Exception:
>         at org.apache.cassandra.db.DecoratedKey.toString(DecoratedKey.java:91)
>         at org.apache.cassandra.db.BinaryMemtable.writeSortedContents(BinaryMemtable.java:145)
>         at org.apache.cassandra.db.ColumnFamilyStore$3$1.run(ColumnFamilyStore.java:950)
>         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
>         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)

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


[jira] Updated: (CASSANDRA-467) nodeprobe flush_binary using Order Preserving Partitioner

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

Jonathan Ellis updated CASSANDRA-467:
-------------------------------------

    Attachment: 467.patch

> nodeprobe flush_binary using Order Preserving Partitioner
> ---------------------------------------------------------
>
>                 Key: CASSANDRA-467
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-467
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.5
>            Reporter: Chris Goffinet
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: 467-2.patch, 467.patch
>
>
> DecoratedKey.toString is trying to be called on null.
> Exception:
>         at org.apache.cassandra.db.DecoratedKey.toString(DecoratedKey.java:91)
>         at org.apache.cassandra.db.BinaryMemtable.writeSortedContents(BinaryMemtable.java:145)
>         at org.apache.cassandra.db.ColumnFamilyStore$3$1.run(ColumnFamilyStore.java:950)
>         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
>         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)

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


[jira] Resolved: (CASSANDRA-467) nodeprobe flush_binary using Order Preserving Partitioner

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

Jonathan Ellis resolved CASSANDRA-467.
--------------------------------------

    Resolution: Fixed

from irc

> dispalt: jbellis: works now thanks

> nodeprobe flush_binary using Order Preserving Partitioner
> ---------------------------------------------------------
>
>                 Key: CASSANDRA-467
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-467
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.5
>            Reporter: Chris Goffinet
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: 467-2.patch, 467.patch
>
>
> DecoratedKey.toString is trying to be called on null.
> Exception:
>         at org.apache.cassandra.db.DecoratedKey.toString(DecoratedKey.java:91)
>         at org.apache.cassandra.db.BinaryMemtable.writeSortedContents(BinaryMemtable.java:145)
>         at org.apache.cassandra.db.ColumnFamilyStore$3$1.run(ColumnFamilyStore.java:950)
>         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
>         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)

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