Netflix / Priam

Co-Process for backup/recovery, Token Management, and Centralized Configuration management for Cassandra.
Apache License 2.0
1.04k stars 294 forks source link

Restore incremental backups of secondary index sstables. #1093

Closed mattl-netflix closed 4 months ago

mattl-netflix commented 5 months ago

b4294992 2024-05-01 | Include incremental secondary index files in restore. c1b751fd 2024-05-01 | Change IMetaProxy API to return an ImmutableList of AbstractBackupPaths when fetching incrementals. The iterators are always fully materialized. Also, remove the now-redundant method from BackupRestoreUtil that merely wrapped the MetaProxy call. 5539ebe7 2024-05-01 | Create DateRange::contains to consolidate recurring logic in a consistent way.