Skip to content

Improve "exhausted standby hosts to try" Error Message #8136

@agavra

Description

@agavra

Similarly to #7772, this error message is not super helpful to understand what's going on:

if (round >= location.getNodes().size()) {
throw new MaterializationException("Exhausted standby hosts to try.");
}

We should include more information to help expose what's going on, such as which partitions failed and which hosts were attempted.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions