[ 
https://issues.apache.org/jira/browse/CASSANDRA-1700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12927728#action_12927728
 ] 

Jonathan Ellis commented on CASSANDRA-1700:
-------------------------------------------

possibly caused by CASSANDRA-1442 which happened during beta3.

looks like the assert
{code}
        assert range instanceof Bounds
               || (!((Range)range).isWrapAround() || 
range.right.equals(StorageService.getPartitioner().getMinimumToken()))
               : range;
{code}

is failing.  it may no longer be a valid assert.

> mapreduce support is broken
> ---------------------------
>
>                 Key: CASSANDRA-1700
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1700
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Contrib, Hadoop
>            Reporter: Jeremy Hanna
>            Assignee: Jeremy Hanna
>             Fix For: 0.7.0
>
>         Attachments: server_log.txt, stacktrace.txt
>
>
> Running from a vanilla download of beta3 src.  Tried the word count example 
> and it's broken.  Attaching the stack trace.

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

Reply via email to