cmccabe commented on a change in pull request #11053: URL: https://github.com/apache/kafka/pull/11053#discussion_r674202902
########## File path: tests/kafkatest/services/kafka/config.py ########## @@ -24,6 +24,11 @@ class KafkaConfig(dict): DEFAULTS = { config_property.SOCKET_RECEIVE_BUFFER_BYTES: 65536, config_property.LOG_DIRS: "/mnt/kafka/kafka-data-logs-1,/mnt/kafka/kafka-data-logs-2", + config_property.METADATA_LOG_DIR: "/mnt/kafka/kafka-metadata-logs", + config_property.METADATA_LOG_SEGMENT_BYTES: 8388608, + config_property.METADATA_LOG_BYTES_BETWEEN_SNAPSHOTS: 100, Review comment: Hmm, I'm a bit confused about why we'd make something like "100 bytes between snapshots" the default. I guess the intention is to do a stress test? -- 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