Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/14464 SetBackupInfoFromBackupMeta passes file_ptr->filename (which may contain directory components like "private/1/000008.log") directly to ParseFileName. ParseFileName expects a bare filename, so it fails and file_type stays at the default kTempFile for all files in file_details. Fix by extracting the basename before calling ParseFileName. Reviewed By: mszeszko-meta Differential Revision: D96793040 fbshipit-source-id: 7bb6b633eb07bb7ebda06edbc039a96b9b77b410 |
||
|---|---|---|
| .. | ||
| backup_engine.cc | ||
| backup_engine_impl.h | ||
| backup_engine_test.cc | ||