jsancio commented on a change in pull request #11216: URL: https://github.com/apache/kafka/pull/11216#discussion_r690620725
########## File path: core/src/main/scala/kafka/server/BrokerServer.scala ########## @@ -113,7 +113,7 @@ class BrokerServer( var dynamicConfigHandlers: Map[String, ConfigHandler] = null - var replicaManager: ReplicaManager = null + @volatile private[this] var _replicaManager: ReplicaManager = null Review comment: Done. -- 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