forked from scylladb/scylladb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sstable: Remove get_dir() (well, almost)
The sstable::get_dir() is now gone, no callers know that sstable lives in any path on a filesystem. There are only few callers left. One is several places in code that need sstable datafile, toc and index paths to print them in logs. The other one is sstable_directory that is to be patched separately. For both there's a storage.prefix() method that prepends component name with where the sstable is "really" located. Signed-off-by: Pavel Emelyanov <[email protected]>
- Loading branch information
Showing
2 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters