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 4922D18483 for ; Fri, 24 Jul 2015 19:54:06 +0000 (UTC) Received: (qmail 53866 invoked by uid 500); 24 Jul 2015 19:54:06 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 53832 invoked by uid 500); 24 Jul 2015 19:54:06 -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 53732 invoked by uid 99); 24 Jul 2015 19:54:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jul 2015 19:54:06 +0000 Date: Fri, 24 Jul 2015 19:54:06 +0000 (UTC) From: "Brandon Williams (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-9896) Add ability to disable commitlog recycling 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-9896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14640995#comment-14640995 ] Brandon Williams commented on CASSANDRA-9896: --------------------------------------------- Working around this by setting commitlog_total_space_in_mb to be less than commitlog_segment_size_in_mb does indeed solve this: http://cstar.datastax.com/graph?stats=64ed8352-3237-11e5-95c3-42010af0688f&metric=op_rate&operation=1_write&smoothing=1&show_aggregates=true&xmin=0&xmax=480.26&ymin=0&ymax=27.5 (set to 512 and 1024 respectively) > Add ability to disable commitlog recycling > ------------------------------------------ > > Key: CASSANDRA-9896 > URL: https://issues.apache.org/jira/browse/CASSANDRA-9896 > Project: Cassandra > Issue Type: Improvement > Components: Core > Reporter: Brandon Williams > Assignee: Benedict > Fix For: 2.1.x > > > See CASSANDRA-9533 for background, specifically the graphs I linked. Benedict suggests this is due the commitlog recycling and I agree, so the simplest solution is to be able to disable that. -- This message was sent by Atlassian JIRA (v6.3.4#6332)