jsancio commented on code in PR #12596: URL: https://github.com/apache/kafka/pull/12596#discussion_r968614919
########## core/src/main/scala/kafka/server/metadata/BrokerMetadataListener.scala: ########## @@ -325,7 +325,7 @@ class BrokerMetadataListener( try { _image = _delta.apply() } catch { - case t: Throwable => metadataLoadingFaultHandler.handleFault(s"Error applying metadata delta $delta", t) + case t: Throwable => throw metadataLoadingFaultHandler.handleFault(s"Error applying metadata delta $delta", t) Review Comment: @mumrah and I spoke offline about this. How about documenting the state of the broker at this point? -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org