In BlobGCJob::DoRunGC(), the file_size
is always = 0.
#236
Labels
type/bug
Type: Issue - Confirmed a bug
file_size
is always = 0.
#236
In BlobGCJob::DoRunGC(), the
file_size
is always = 0.I guess this variable is used to accumulate the file size of blob file.
Once the
file_size >= blob_gc_->titan_cf_options().blob_file_target_size
, Titan will create a new blob file right?But there is no file_size += blob file size code.
So should we add some code or just delte the file_size?
The text was updated successfully, but these errors were encountered: