-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
fix-it-weekgood first issuequery-engineIssues owned by the ksqlDB Query Engine teamIssues owned by the ksqlDB Query Engine team
Description
Similarly to #7772, this error message is not super helpful to understand what's going on:
ksql/ksqldb-engine/src/main/java/io/confluent/ksql/physical/pull/HARouting.java
Lines 244 to 246 in 1a1297a
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
Labels
fix-it-weekgood first issuequery-engineIssues owned by the ksqlDB Query Engine teamIssues owned by the ksqlDB Query Engine team