[
https://issues.apache.org/jira/browse/CASSANDRA-10383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14910197#comment-14910197
]
ASF GitHub Bot commented on CASSANDRA-10383:
--------------------------------------------
GitHub user tommystendahl opened a pull request:
https://github.com/apache/cassandra/pull/54
Disable auto snapshot on selected tables (CASSANDRA-10383)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tommystendahl/cassandra cassandra-10383
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cassandra/pull/54.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #54
----
commit c647b57abedda8e2c578cc0bab14d79ca0722b71
Author: tommy stendahl <[email protected]>
Date: 2015-09-28T08:24:18Z
Disable auto snapshot on selected tables (CASSANDRA-10383)
----
> 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
> Fix For: 2.1.x
>
>
> 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)