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