apoorvmittal10 opened a new pull request, #23333: URL: https://github.com/apache/kafka/pull/23333
AdminMetadataManager.updateFailed() logged every non-fatal metadata update failure at INFO. These are transient, retriable errors (disconnects, timeouts, etc.) that the admin client recovers from automatically on the next metadata attempt — pending calls trigger the retry. Logging them at INFO adds noise on the default logs and causes false alarms, since a failure that immediately self-heals still prints "Metadata update failed". This changes the log to debug. Fatal errors continue to be logged at warn. -- 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]
