This is an automated email from the ASF dual-hosted git repository.
bogong pushed a commit to branch branch-2.9
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-2.9 by this push:
new fef77939ad0 [fix][broker] Update the log print content of
createSubscriptions (#18024)
fef77939ad0 is described below
commit fef77939ad0bc684981f3ec90f2b5364215038ef
Author: HuangZeGui <[email protected]>
AuthorDate: Fri Oct 14 09:20:38 2022 +0800
[fix][broker] Update the log print content of createSubscriptions (#18024)
Co-authored-by: huangzegui <[email protected]>
(cherry picked from commit 230e7dcc16c26ad1f9e8336871f9bb19b8fe286f)
---
.../java/org/apache/pulsar/broker/admin/impl/PersistentTopicsBase.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/PersistentTopicsBase.java
b/pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/PersistentTopicsBase.java
index 5e89a8aeffe..73b70b21d8c 100644
---
a/pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/PersistentTopicsBase.java
+++
b/pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/PersistentTopicsBase.java
@@ -3833,7 +3833,7 @@ public class PersistentTopicsBase extends AdminResource {
});
FutureUtil.waitForAll(subscriptionFutures).thenRun(() -> {
- log.info("[{}] Successfully created new partitions {}",
clientAppId(), topicName);
+ log.info("[{}] Successfully created subscriptions on new
partitions {}", clientAppId(), topicName);
result.complete(null);
}).exceptionally(ex -> {
log.warn("[{}] Failed to create subscriptions on new
partitions for {}",