CalvinConfluent commented on code in PR #14465:
URL: https://github.com/apache/kafka/pull/14465#discussion_r1361371469


##########
core/src/main/scala/kafka/server/BrokerLifecycleManager.scala:
##########
@@ -187,6 +187,11 @@ class BrokerLifecycleManager(
    */
   private var _channelManager: NodeToControllerChannelManager = _
 
+  /**
+   * The broker epoch from the previous run, or -1 if the epoch is not able to 
be found.
+   */
+  private var previousBrokerEpoch: Long = -1L

Review Comment:
   Yes, 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

Reply via email to