michaeljmarshall commented on a change in pull request #14635:
URL: https://github.com/apache/pulsar/pull/14635#discussion_r826318146
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/broker/loadbalance/impl/BundleSplitterTask.java
##########
@@ -94,7 +94,7 @@ public BundleSplitterTask() {
if (bundleCount < maxBundleCount) {
bundleCache.add(bundle);
} else {
- log.warn(
+ log.info(
Review comment:
I created https://github.com/apache/pulsar/pull/14683 to continue this
discussion.
--
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]