This is an automated email from the ASF dual-hosted git repository.
showuon pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new 09f5d17e69 KAFKA-13718: kafka-topics describe topic with default
config will show `segment.bytes` overridden config (#12246)
09f5d17e69 is described below
commit 09f5d17e696aaba397980bc6bc2abf391aa25fa8
Author: Richard Joerger <[email protected]>
AuthorDate: Thu Jun 2 22:46:05 2022 -0400
KAFKA-13718: kafka-topics describe topic with default config will show
`segment.bytes` overridden config (#12246)
Reviewers: Luke Chen <[email protected]>
---
config/server.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/server.properties b/config/server.properties
index f5172c297e..21ba1c7d9c 100644
--- a/config/server.properties
+++ b/config/server.properties
@@ -109,7 +109,7 @@ log.retention.hours=168
#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=1073741824
# The interval at which log segments are checked to see if they can be deleted
according
# to the retention policies