Skip to content

engine_rocks: NoSpace error during flush or compaction should be ignored #11224

Closed
@tabokie

Description

Development Task

NoSpace error during flush or compaction is harmless, as the output files aren't installed to the db yet.

RocksDB already handles IOError::NoSpace nicely, see https://github.com/tikv/rocksdb/blob/f236fe443d06337ca2538414c62f70ba17b8e409/db/error_handler.cc#L230. We should recognize this case in TIKV's event listener, and do not panic.

Metadata

Assignees

No one assigned

    Labels

    type/enhancementThe issue or PR belongs to an enhancement.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions