[ 
https://issues.apache.org/jira/browse/CASSANDRA-10383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Paulo Motta updated CASSANDRA-10383:
------------------------------------
    Description: 
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 true it will prevent auto snapshot on the 
table, if set to false auto snapshot will be controlled by the "auto_snapshot" 
property in the cassandra.yaml. Default would be false.

  was:
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.


> Disable auto snapshot on selected tables.
> -----------------------------------------
>
>                 Key: CASSANDRA-10383
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10383
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Local/Config
>            Reporter: Tommy Stendahl
>            Priority: Normal
>              Labels: doc-impacting, messaging-service-bump-required
>             Fix For: 4.x
>
>         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 true it will prevent auto snapshot on the 
> table, if set to false auto snapshot will be controlled by the 
> "auto_snapshot" property in the cassandra.yaml. Default would be false.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to