We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052b22b commit 88ffa6bCopy full SHA for 88ffa6b
cloud/cloud_file_system_impl.cc
@@ -2283,7 +2283,7 @@ IOStatus CloudFileSystemImpl::FindAllLiveFiles(
2283
// filename will be remapped correctly based on current_epoch of
2284
// cloud_manifest
2285
*manifest_file =
2286
- RemapFilename(ManifestFileWithEpoch("" /* dbname */, "" /* epoch */));
+ RemapFilename(ManifestFileWithEpoch("" /* epoch */));
2287
2288
RemapFileNumbers(file_nums, live_sst_files);
2289
0 commit comments