eolivelli commented on code in PR #16212: URL: https://github.com/apache/pulsar/pull/16212#discussion_r906233349
########## pulsar-broker/src/main/java/org/apache/pulsar/broker/loadbalance/impl/BundleSplitterTask.java: ########## @@ -73,7 +73,9 @@ public Set<String> findBundlesToSplit(final LoadData loadData, final PulsarServi final String bundle = entry.getKey(); final NamespaceBundleStats stats = entry.getValue(); if (stats.topics < 2) { - log.info("The count of topics on the bundle {} is less than 2, skip split!", bundle); + if (log.isDebugEnabled()) { Review Comment: This is the style of our codebase -- 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: commits-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org