Repository: kafka Updated Branches: refs/heads/trunk f50af9c31 -> 43aa14f2d
MINOR: Clarify wording in server.properties comment Author: Jeff Widman <j...@jeffwidman.com> Reviewers: Ismael Juma <ism...@juma.me.uk> Closes #2851 from jeffwidman/patch-3 Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/43aa14f2 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/43aa14f2 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/43aa14f2 Branch: refs/heads/trunk Commit: 43aa14f2dc47b36b86d644c08794118e82869c74 Parents: f50af9c Author: Jeff Widman <j...@jeffwidman.com> Authored: Thu Jul 20 10:18:45 2017 +0100 Committer: Ismael Juma <ism...@juma.me.uk> Committed: Thu Jul 20 10:18:45 2017 +0100 ---------------------------------------------------------------------- config/server.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/43aa14f2/config/server.properties ---------------------------------------------------------------------- diff --git a/config/server.properties b/config/server.properties index d6d5eae..dc22404 100644 --- a/config/server.properties +++ b/config/server.properties @@ -102,8 +102,8 @@ transaction.state.log.min.isr=1 # The minimum age of a log file to be eligible for deletion due to age log.retention.hours=168 -# A size-based retention policy for logs. Segments are pruned from the log as long as the remaining -# segments don't drop below log.retention.bytes. Functions independently of log.retention.hours. +# 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.