devtrace404 opened a new pull request, #21123: URL: https://github.com/apache/kafka/pull/21123
### Problem When a partition transitions to a follower role but its leader broker is not present in the MetadataImage, the broker logs a misleading message stating it "Started fetchers for N partitions" even though no fetcher was actually started for partitions whose leader is unavailable. ### Change Only log "Started fetchers" when partitionAndOffsets is non-empty, avoiding misleading success messages when no fetchers were started. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
