facebook / facebook/rocksdb

Blob files stored first cf path could cause disk full

Open
#8,535 2 comments 0 reactions 1 assignee Claimed by @zaorangyang View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.