Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 84E2C4691 for ; Wed, 25 May 2011 18:02:33 +0000 (UTC) Received: (qmail 75504 invoked by uid 500); 25 May 2011 18:02:33 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 75480 invoked by uid 500); 25 May 2011 18:02:33 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 75422 invoked by uid 99); 25 May 2011 18:02:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 May 2011 18:02:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 May 2011 18:02:30 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 151C5DEEFB for ; Wed, 25 May 2011 18:01:50 +0000 (UTC) Date: Wed, 25 May 2011 18:01:50 +0000 (UTC) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Message-ID: <152280253.42913.1306346510083.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2045847489.31717.1304917563238.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CASSANDRA-2626) stack overflow while compacting MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-2626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13039247#comment-13039247 ] Jonathan Ellis commented on CASSANDRA-2626: ------------------------------------------- (Did a quick check on our other uses of Collections.unmodifiable*, didn't see any red flags.) > stack overflow while compacting > ------------------------------- > > Key: CASSANDRA-2626 > URL: https://issues.apache.org/jira/browse/CASSANDRA-2626 > Project: Cassandra > Issue Type: Bug > Components: Documentation & website > Affects Versions: 0.8 beta 1 > Reporter: Terje Marthinussen > Assignee: Shotaro Kamio > Fix For: 0.8.0 > > Attachments: 2626.txt > > > This is a trunk build from May 3. > After adding CASSANDRA-2401, I have gotten the following on several nodes. > I am not 100% sure right now if it is related to 2401 but it may seem likely. > Unfortunately, as often is the case with stack overflows, I don't see the start of the stack > ERROR [CompactionExecutor:17] 2011-05-09 07:56:32,479 AbstractCassandraDaemon.java (line 112) Fatal exception in thread Thread[CompactionExecutor:17,1,main] > java.lang.StackOverflowError > at java.util.Collections$UnmodifiableCollection.size(Collections.java:998) > at java.util.Collections$UnmodifiableCollection.size(Collections.java:998) > at java.util.Collections$UnmodifiableCollection.size(Collections.java:998) > at java.util.Collections$UnmodifiableCollection.size(Collections.java:998) > at java.util.Collections$UnmodifiableCollection.size(Collections.java:998) > at java.util.Collections$UnmodifiableCollection.size(Collections.java:998) > at java.util.Collections$UnmodifiableCollection.size(Collections.java:998) > at java.util.Collections$UnmodifiableCollection.size(Collections.java:998) > at java.util.Collections$UnmodifiableCollection.size(Collections.java:998) -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira