confluentinc/ksql

Improve "exhausted standby hosts to try" Error Message

Open

#8136 aperta il 15 set 2021

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Java (1048 fork)batch import
fix-it-weekgood first issuequery-engine

Metriche repository

Star
 (5739 star)
Metriche merge PR
 (Merge medio 4g 20h) (6 PR mergiate in 30 g)

Descrizione

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.

Guida contributor