chia7712 commented on code in PR #19842:
URL: https://github.com/apache/kafka/pull/19842#discussion_r2133969678


##########
core/src/main/scala/kafka/raft/KafkaMetadataLog.scala:
##########
@@ -637,6 +637,11 @@ object KafkaMetadataLog extends Logging {
       nodeId
     )
 
+    if (defaultLogConfig.segmentSize() < config.logSegmentBytes()) {
+      metadataLog.error(s"Overriding 
${MetadataLogConfig.METADATA_LOG_SEGMENT_BYTES_CONFIG} is only supported for 
testing. Setting " +

Review Comment:
   it should be `INTERNAL_METADATA_LOG_SEGMENT_BYTES_CONFIG`



-- 
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

Reply via email to