showuon commented on a change in pull request #11788: URL: https://github.com/apache/kafka/pull/11788#discussion_r818342370
########## File path: config/server.properties ########## @@ -102,18 +102,19 @@ transaction.state.log.min.isr=1 # from the end of the log. # The minimum age of a log file to be eligible for deletion due to age -log.retention.hours=168 +log.retention.ms=10000 # A size-based retention policy for logs. Segments are pruned from the log unless the remaining # segments drop below log.retention.bytes. Functions independently of log.retention.hours. #log.retention.bytes=1073741824 # The maximum size of a log segment file. When this size is reached a new log segment will be created. -log.segment.bytes=1073741824 +log.segment.bytes=1000 +log.retention.check.interval.ms=10000 # The interval at which log segments are checked to see if they can be deleted according # to the retention policies -log.retention.check.interval.ms=300000 + Review comment: Oops! Let me revert it! -- 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