Skip to content

Commit

Permalink
Update restore mode comment to reflect the integration with external …
Browse files Browse the repository at this point in the history
…files obsure feature
  • Loading branch information
mszeszko-meta committed Jan 16, 2025
1 parent c38570a commit 69e7299
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion include/rocksdb/utilities/backup_engine.h
Original file line number Diff line number Diff line change
Expand Up @@ -366,9 +366,16 @@ struct RestoreOptions {
// Instructs restore engine to consider existing destination file and its'
// backup counterpart file as 'equal' IF the `db_session_id` (indicative of
// db instance runtime that created this SST file) parsed out from the
// backup file name AND its respective size MATCH the corresponding values
// backup file name AND its respective size match the corresponding values
// in the existing destination file metadata block.
//
// EXCLUDED FILES COMPATIBILITY:
// =============================
// In case when excluded backup file name cannot be found under the default
// (or alternative) backup directories, restore engine will try to
// opportunistically find existing destination file with `db_session_id`
// and size matching those parsed from excluded backup relative file name.
//
// WARNING:
// ========
//
Expand Down

0 comments on commit 69e7299

Please sign in to comment.