CalvinConfluent commented on code in PR #15529:
URL: https://github.com/apache/kafka/pull/15529#discussion_r1523997343
##########
metadata/src/main/java/org/apache/kafka/controller/ReplicationControlManager.java:
##########
@@ -2189,7 +2189,7 @@ int getTopicEffectiveMinIsr(String topicName) {
if (minIsrConfig != null) {
currentMinIsr = Integer.parseInt(minIsrConfig);
} else {
- log.warn("Can't find the min isr config for topic: " + topicName +
" using default value " + defaultMinIsr);
+ log.debug("Can't find the min isr config for topic: " + topicName
+ " using default value " + defaultMinIsr);
Review Comment:
Make sense, thanks! Removed the error message.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]