confluentinc/ksql

Improve "exhausted standby hosts to try" Error Message

Open

#8,136 建立於 2021年9月15日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Java (5,739 star) (1,048 fork)batch import
fix-it-weekgood first issuequery-engine

描述

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.

貢獻者指南

Improve "exhausted standby hosts to try" Error Message · confluentinc/ksql#8136 | Good First Issue