Re: Log Rotation of Extended Compaction Logging

2021-04-07 Thread Erick Ramirez
As far as I'm aware, the compaction logs don't get rotated. It looks like it just increments the sequence number by 1. You can have a look at the logic here -- https://github.com/apache/cassandra/blob/cassandra-3.11.6/src/java/org/apache/cassandra/db/compaction/CompactionLogger.java#L303-L318. Che

Re: Backup cassandra and restore. Best practices

2021-04-07 Thread Alexander Nikolaev
Oh, yes you're right. Sorry for my inattention. I'll check it out. Thank you all! I really appreciate it With Best Regards   Alexander N. вторник, 6 апреля 2021 г., 13:50:45 GMT+3, Alexander DEJANOVSKI написал(-а): Yes, Minio is supported by Medusa through the S3 compatible backend.I

Log Rotation of Extended Compaction Logging

2021-04-07 Thread Jens Fischer
Hi, Does anybody know the configuration for Extended Compaction Logging[1]? When is a log rotation triggered and how many files are kept? I did some googling, found [2] and checked the configuration in /etc/cassandra/logback.xml, neither does mention anything about compaction logging. I am us