ijuma commented on code in PR #13049: URL: https://github.com/apache/kafka/pull/13049#discussion_r1058580168
########## core/src/main/scala/kafka/raft/KafkaMetadataLog.scala: ########## @@ -544,7 +544,7 @@ case class MetadataLogConfig(logSegmentBytes: Int, retentionMillis: Long, maxBatchSizeInBytes: Int, maxFetchSizeInBytes: Int, - fileDeleteDelayMs: Int, + fileDeleteDelayMs: Long, Review Comment: Changed to `long` to match the type of the config (even if the default value happened to fit an int before). -- 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