Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sstables: Don't enforce default max_local_deletion_time value for 'mc…
…' files. Commit cc6c383 has fixed an issue with incorrectly tracking max_local_deletion_time and the check in validate_max_local_deletion_time was called to work around old files. This fix relaxes conditions for enforcing defaut max_local_deletion_time so that they don't apply to SSTables in 'mc' format because the original problem has been resolved before 'mc' format have been introduced. This is needed to be able to read correct values from Cassandra-generated SSTables that don't have a Scylla.db component. Its presence or absence is used as an indicator of possibly affected files. Signed-off-by: Vladimir Krivopalov <vladimir@scylladb.com>
- Loading branch information