Browse Source
We noticed a lot of messages like the following in the broker logs recently: ``` [2019-07-10 02:01:23,946] WARN [ReplicaManager broker=0] While updating the HW for follower -1 for partition connect-storage-topic-connect-cluster-0, the replica could not be found. (kafka.server.ReplicaManager:70) ``` In the KIP-392 PR, we added logic to track the high watermark of followers, but it is invoked even for consumer fetches. This doesn't cause any harm other than all the log noise. This patch just adds the missing follower check. Reviewers: David Arthur <mumrah@gmail.com>pull/7059/head
Jason Gustafson
5 years ago
committed by
GitHub
1 changed files with 7 additions and 6 deletions
Loading…
Reference in new issue