You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2023/01/04 08:32:07 UTC

[GitHub] [kafka] satishd commented on a diff in pull request #13049: KAFKA-14478: Move LogConfig/CleanerConfig and related to storage module

satishd commented on code in PR #13049:
URL: https://github.com/apache/kafka/pull/13049#discussion_r1061238797


##########
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:
   Good catch!



-- 
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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org