You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2019/11/20 12:33:19 UTC

[GitHub] [cassandra] Maxwell-Guo opened a new pull request #389: Fix CASSANDRA-15402 Make incremental backup configurable per keyspace…

Maxwell-Guo opened a new pull request #389: Fix CASSANDRA-15402 Make incremental backup configurable per keyspace…
URL: https://github.com/apache/cassandra/pull/389
 
 
   I just add the feature of incremental backup configurable per keyspace and table . 
   First of all , all the table will be added to a map at startup when the incremental_backup flag is set to true, which means all the table will take off incremental backup. 
   
   Through nodetool of enablebackup /disablebackup we can enable backup and disable backup for the specified keyspace and table.Also the commadn of statusbackup will show the status of keyspace/table that turn on incremental backup.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org