Commit log archive configuration

2017-08-22 Thread Spyros Tzovairis
Hello there, in https://docs.datastax.com/en/cassandra/3.0/cassandra/configuration/configLogArchive.html it is mentioned that: “The commit log is archived at node startup and when a commit log is written to disk, or at a specified point-in-time” How do I configure the archive mechanism to run

Commit log archiver

2017-08-22 Thread Spyros Tzovairis
Hello there, I’m running cassandra 3.11.0 and I have configured commitlog_archiving.properties to run a script. That script rsyncs the commit log files to a backup server. If the rsync is successful then the script exits with status 0 and the commit log file is deleted from the cassandra node.