You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Brandon Williams (JIRA)" <ji...@apache.org> on 2012/11/26 19:26:58 UTC

[jira] [Comment Edited] (CASSANDRA-4975) AE in Bounds when running word count

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

Brandon Williams edited comment on CASSANDRA-4975 at 11/26/12 6:25 PM:
-----------------------------------------------------------------------

WordCount is using RP, causing invalid bounds for M3P.  Something seems too fragile here since the job hangs forever after the AE, but for rc1 let's just change the partitioner to M3P.  Patch to do so.
                
      was (Author: brandon.williams):
    WordCount has is using RP, causing invalid bounds for M3P.  Something seems too fragile here since the job hangs forever after the AE, but for rc1 let's just change the partitioner to M3P.  Patch to do so.
                  
> AE in Bounds when running word count
> ------------------------------------
>
>                 Key: CASSANDRA-4975
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4975
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.2.0 beta 2
>            Reporter: Brandon Williams
>            Assignee: Brandon Williams
>             Fix For: 1.2.0 rc1
>
>         Attachments: 4975.txt
>
>
> Just run the word count in examples:
> {noformat}
> ERROR 20:01:24,693 Exception in thread Thread[Thrift:16,5,main]
> java.lang.AssertionError: [DecoratedKey(663380155395974698, 6b6579333137),max(-8100212023555812159)]
>         at org.apache.cassandra.dht.Bounds.<init>(Bounds.java:41)
>         at org.apache.cassandra.dht.Bounds.<init>(Bounds.java:34)
>         at org.apache.cassandra.thrift.CassandraServer.get_paged_slice(CassandraServer.java:1041)
>         at org.apache.cassandra.thrift.Cassandra$Processor$get_paged_slice.getResult(Cassandra.java:3478)
>         at org.apache.cassandra.thrift.Cassandra$Processor$get_paged_slice.getResult(Cassandra.java:3466)
>         at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:32)
>         at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:34)
>         at org.apache.cassandra.thrift.CustomTThreadPoolServer$WorkerProcess.run(CustomTThreadPoolServer.java:199)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
>         at java.lang.Thread.run(Thread.java:662)
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira