Skip to content

Commit 88ffa6b

Browse files
committed
Fix assert error of dbname != empty
1 parent 052b22b commit 88ffa6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud/cloud_file_system_impl.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2283,7 +2283,7 @@ IOStatus CloudFileSystemImpl::FindAllLiveFiles(
22832283
// filename will be remapped correctly based on current_epoch of
22842284
// cloud_manifest
22852285
*manifest_file =
2286-
RemapFilename(ManifestFileWithEpoch("" /* dbname */, "" /* epoch */));
2286+
RemapFilename(ManifestFileWithEpoch("" /* epoch */));
22872287

22882288
RemapFileNumbers(file_nums, live_sst_files);
22892289

0 commit comments

Comments
 (0)