confluentinc/ksql

Improve "exhausted standby hosts to try" Error Message

開放

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

 (0 則留言) (0 個反應) (0 位負責人)Java (1,048 個分叉)batch import
fix-it-weekgood first issuequery-engine

倉庫指標

星標
 (5,739 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南