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 BDD068456 for ; Tue, 13 Sep 2011 18:27:10 +0000 (UTC) Received: (qmail 50278 invoked by uid 500); 13 Sep 2011 18:27:07 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 49795 invoked by uid 500); 13 Sep 2011 18:27:04 -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 49434 invoked by uid 99); 13 Sep 2011 18:27:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2011 18:27:03 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,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; Tue, 13 Sep 2011 17:51:31 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 103D19651A for ; Tue, 13 Sep 2011 17:51:10 +0000 (UTC) Date: Tue, 13 Sep 2011 17:51:10 +0000 (UTC) From: "Benjamin Coverston (JIRA)" To: commits@cassandra.apache.org Message-ID: <1882959074.23073.1315936270062.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <240201652.17650.1315842729204.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CASSANDRA-3181) Compaction fails to occur 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-3181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13103826#comment-13103826 ] Benjamin Coverston commented on CASSANDRA-3181: ----------------------------------------------- >From his repro I was able to get compactions going again with a simple write/flush. >From Brandon, he's not sure how compactions stopped. There are only two scenarios where I see compactions stopping like this with the tiered compaction strategy: # the server was restarted # a compaction failed unexpectedly The fact that there were no errors in the log makes #2 unlikely. I'm pretty sure that we're just looking at a problem where a server restarts and there is no more activity triggering a flush. > Compaction fails to occur > ------------------------- > > Key: CASSANDRA-3181 > URL: https://issues.apache.org/jira/browse/CASSANDRA-3181 > Project: Cassandra > Issue Type: Bug > Components: Core > Affects Versions: 1.0.0 > Reporter: Brandon Williams > Assignee: Benjamin Coverston > Fix For: 1.0.0 > > > Compaction just stops running at some point. To repro, insert like 20M rows with a 1G heap and you'll get around 1k sstables. Restarting doesn't help, you have to invoke a major to get anything to happen. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira