michaeljmarshall commented on a change in pull request #14635:
URL: https://github.com/apache/pulsar/pull/14635#discussion_r826308436
##########
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:
Can we make this a `debug` log? This feels like debug information,
considering there isn't really an action for the end user, unless they want to
increase their bundle limit. Operators can easily determine the number of
bundles for the namespace at any time via the admin API. When there are a lot
of namespaces, as @Shawyeok's logs show, it seems like this is spam, even at
the `info` level.
cc @merlimat @codelipenghui
--
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]