Skip to content

Error: Invalid compaction plan refers to index *** which does not exist #5730

@wjones127

Description

@wjones127

I think we can instead ignore indexes that no longer exist, so we shouldn't need this error.

.ok_or_else(|| {
Error::invalid_input(
format!(
"Invalid compaction plan refers to index {} which does not exist",
rewritten_index.old_id
),
location!(),
)
})?;

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions