confluentinc/ksql

Improve "exhausted standby hosts to try" Error Message

Open

#8 136 ouverte le 15 sept. 2021

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Java (1 048 forks)batch import
fix-it-weekgood first issuequery-engine

Métriques du dépôt

Stars
 (5 739 stars)
Métriques de merge PR
 (Merge moyen 4j 20h) (6 PRs mergées en 30 j)

Description

Similarly to https://github.com/confluentinc/ksql/issues/7772, this error message is not super helpful to understand what's going on:

https://github.com/confluentinc/ksql/blob/1a1297ab59db0af416a924d4135b93dcc5003561/ksqldb-engine/src/main/java/io/confluent/ksql/physical/pull/HARouting.java#L244-L246

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

Guide contributeur