Hello Apache Kafka community,

On 0.9.0.1 cluster, with all brokers up, I have a topic with single
partition and replication factor of 3, min ISR is 2. When topic was created
all 3 assigned replicas are in ISR. Now:

1. All brokers report UnderReplicatedPartitions of 0 while describe topic
reports that lead is only ISR - I expect UnderReplicatedPartitions to be
non-zero in this case
2. Publishing to the topic with ack of -1 is successful, and topic can be
read from - I expect not only publish but read as well to fail, I expect
partition to be offline since min ISR is not met

Are my expectations valid?

Kind regards,
Stevo Slavic.

Reply via email to