jsancio commented on a change in pull request #10812: URL: https://github.com/apache/kafka/pull/10812#discussion_r659091359
########## File path: core/src/main/scala/kafka/server/KafkaConfig.scala ########## @@ -74,6 +74,7 @@ object Defaults { val InitialBrokerRegistrationTimeoutMs = 60000 val BrokerHeartbeatIntervalMs = 2000 val BrokerSessionTimeoutMs = 9000 + val MetadataSnapshotMinNewRecordBytes = Int.MaxValue Review comment: Until we fix https://issues.apache.org/jira/browse/KAFKA-12155, the current implementation may delete log segments. This will force new brokers to fetch a snapshot which they don't how to load until we fix https://issues.apache.org/jira/browse/KAFKA-12647 -- 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