Skip to content

Ability to blacklist historical node #4665

@akashdw

Description

@akashdw

We had an issue where some historical nodes(with root partition filled up with the request logs) were not able to download segments and coordinator was keep assigning new segments to those historical nodes.
It would be nice if coordinator can blacklist historical nodes.

Blacklisting could be based on segment download status. Currently historical nodes don't pass segment load success/fail information to coordinator, in both cases historical deletes the loadQueue for the segment. Passing segment load status to coordinator will be useful to figure out if the problem is with the segment itself(say broken deep storage path) or with the historical node (disk issues), if it is with historical then blacklist historical node.

Haven't figured out the full details of the above approach and open for suggestions. what do you think @gianm @cheddar @himanshug @leventov ?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions