Skip to content

In BlobGCJob::DoRunGC(), the file_size is always = 0. #236

@apple-ouyang

Description

@apple-ouyang

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    type/bugType: Issue - Confirmed a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions