Blob files stored first cf path could cause disk full
Open
enhancement
- Dominant language
- C++
- Stars
- 32.1k
- Forks
- 6.9k
- Avg merge
- 32m
- Merged PRs (30d)
- 1
Description
Currently, the Blob files path are forced to the first CF path. In general, when users specify multiple CF paths, the first path could have less space. Forcing Blob data to write to the first path could easily cause the path full and then cause IO errors.
https://github.com/facebook/rocksdb/blob/803a40d4123e8447a4b271ff5bb2e582ab45c6ef/db/blob/blob_file_builder.cc#L148-L176
Contributor guide
Assessment
This issue has not been assessed yet.