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 6715018B08 for ; Wed, 18 Nov 2015 10:25:11 +0000 (UTC) Received: (qmail 1850 invoked by uid 500); 18 Nov 2015 10:25:11 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 1813 invoked by uid 500); 18 Nov 2015 10:25:11 -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 1794 invoked by uid 99); 18 Nov 2015 10:25:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Nov 2015 10:25:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 114F52C1F5E for ; Wed, 18 Nov 2015 10:25:11 +0000 (UTC) Date: Wed, 18 Nov 2015 10:25:11 +0000 (UTC) From: "Tommy Stendahl (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-10383) Disable auto snapshot on selected tables. 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-10383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15010695#comment-15010695 ] Tommy Stendahl commented on CASSANDRA-10383: -------------------------------------------- To bad, but I guess that there is no way around it. I will redo my patch on 4.0 when possible and we can take it from there. Thanks for spending the time reviewing this so far. > Disable auto snapshot on selected tables. > ----------------------------------------- > > Key: CASSANDRA-10383 > URL: https://issues.apache.org/jira/browse/CASSANDRA-10383 > Project: Cassandra > Issue Type: Improvement > Reporter: Tommy Stendahl > Assignee: Tommy Stendahl > Labels: doc-impacting > Attachments: 10383.txt > > > I have a use case where I would like to turn off auto snapshot for selected tables, I don't want to turn it off completely since its a good feature. Looking at the code I think it would be relatively easy to fix. > My plan is to create a new table property named something like "disable_auto_snapshot". If set to false it will prevent auto snapshot on the table, if set to true auto snapshot will be controlled by the "auto_snapshot" property in the cassandra.yaml. Default would be true. -- This message was sent by Atlassian JIRA (v6.3.4#6332)