You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Omid Aladini (JIRA)" <ji...@apache.org> on 2012/10/18 15:04:12 UTC

[jira] [Comment Edited] (CASSANDRA-4765) StackOverflowError in CompactionExecutor thread

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

Omid Aladini edited comment on CASSANDRA-4765 at 10/18/12 1:03 PM:
-------------------------------------------------------------------

I could only reproduce the error by mistakenly running size tiered compaction in test environment on originally LCS-compacted data and the patch fixes the stack overflow. 
                
      was (Author: omid):
    I could only reproduce the error by mistakenly running size tiered compaction in test environment on originally LCS-compacted data and the patch fixes it. 
                  
> StackOverflowError in CompactionExecutor thread
> -----------------------------------------------
>
>                 Key: CASSANDRA-4765
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4765
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.1.4
>            Reporter: Ahmed Bashir
>            Assignee: Jonathan Ellis
>              Labels: compaction
>             Fix For: 1.1.7, 1.2.0 beta 2
>
>         Attachments: 4765.txt
>
>
> Seeing the following error:
> Exception in thread Thread[CompactionExecutor:21,1,RMI Runtime]
> java.lang.StackOverflowError
>         at com.google.common.collect.Sets$1.iterator(Sets.java:578)
>         at com.google.common.collect.Sets$1.iterator(Sets.java:578)
>         at com.google.common.collect.Sets$1.iterator(Sets.java:578)
>         at com.google.common.collect.Sets$1.iterator(Sets.java:578)
>         at com.google.common.collect.Sets$1.iterator(Sets.java:578)
>         at com.google.common.collect.Sets$1.iterator(Sets.java:578)
>         at com.google.common.collect.Sets$1.iterator(Sets.java:578)
>         at com.google.common.collect.Sets$1.iterator(Sets.java:578)
>         at com.google.common.collect.Sets$1.iterator(Sets.java:578)
>         at com.google.common.collect.Sets$1.iterator(Sets.java:578)
>         at com.google.common.collect.Sets$1.iterator(Sets.java:578)
>         at com.google.common.collect.Sets$1.iterator(Sets.java:578)
>         at com.google.common.collect.Sets$1.iterator(Sets.java:578)
>         at com.google.common.collect.Sets$1.iterator(Sets.java:578)

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