Chris Egerton created KAFKA-10218:
-------------------------------------
Summary: DistributedHerder's canReadConfigs field is never reset
to true
Key: KAFKA-10218
URL: https://issues.apache.org/jira/browse/KAFKA-10218
Project: Kafka
Issue Type: Bug
Components: KafkaConnect
Reporter: Chris Egerton
Assignee: Chris Egerton
If the {{DistributedHerder}} encounters issues reading to the end of the config
topic, it [takes note of this
fact|https://github.com/apache/kafka/blob/7db52a46b00eed652e791dd4eae809d590626a1f/connect/runtime/src/main/java/org/apache/kafka/connect/runtime/distributed/DistributedHerder.java#L1109]
by setting a field {{canReadConfigs}} to {{false}} and then acts accordingly
at the [start of its tick
loop|https://github.com/apache/kafka/blob/7db52a46b00eed652e791dd4eae809d590626a1f/connect/runtime/src/main/java/org/apache/kafka/connect/runtime/distributed/DistributedHerder.java#L319]
by trying again to read to the end of the config topic. However, if a
subsequent attempt to read to the end of the config topic succeeds, the
{{canReadConfigs}} field is never set back to {{true}} again, so no matter
what, the herder will always attempt to read to the end of the config topic at
the beginning of each tick.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)