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 3CEDF731E for ; Thu, 15 Dec 2011 18:51:02 +0000 (UTC) Received: (qmail 84555 invoked by uid 500); 15 Dec 2011 18:51:02 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 84533 invoked by uid 500); 15 Dec 2011 18:51:02 -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 84516 invoked by uid 99); 15 Dec 2011 18:51:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Dec 2011 18:51:01 +0000 X-ASF-Spam-Status: No, hits=-2001.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; Thu, 15 Dec 2011 18:50:51 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id C22BA115823 for ; Thu, 15 Dec 2011 18:50:30 +0000 (UTC) Date: Thu, 15 Dec 2011 18:50:30 +0000 (UTC) From: "Jonathan Ellis (Commented) (JIRA)" To: commits@cassandra.apache.org Message-ID: <1278004978.16487.1323975030796.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <56324109.13670.1323909691797.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CASSANDRA-3635) Throttle validation separately from other compaction MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-3635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13170403#comment-13170403 ] Jonathan Ellis commented on CASSANDRA-3635: ------------------------------------------- If you're i/o bound under size-tiered compaction you're kind of screwed since it does such a poor job of actually bucketing the same rows together. I think we should get some feedback of the "here's what my workload like and this diminishes my repair pain" nature before committing this. Again, I'm fine with posting a 0.8 version of the patch if that helps. > Throttle validation separately from other compaction > ---------------------------------------------------- > > Key: CASSANDRA-3635 > URL: https://issues.apache.org/jira/browse/CASSANDRA-3635 > Project: Cassandra > Issue Type: Improvement > Components: Core > Reporter: Sylvain Lebresne > Assignee: Sylvain Lebresne > Priority: Minor > Labels: repair > Fix For: 0.8.10, 1.0.7 > > Attachments: 0001-separate-validation-throttling.patch > > > Validation compaction is fairly ressource intensive. It is possible to throttle it with other compaction, but there is cases where you really want to throttle it rather aggressively but don't necessarily want to have minor compactions throttled that much. The goal is to (optionally) allow to set a separate throttling value for validation. > PS: I'm not pretending this will solve every repair problem or anything. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira