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/10/01 04:57:23 UTC

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

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