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 134dd2c0c94 [fix][broker] Update the log print content of 
createSubscriptions (#18024)
134dd2c0c94 is described below

commit 134dd2c0c94a937ef2a119da6065f522fe93568e
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 91e8c1dbab6..61fb3d69c02 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
@@ -3832,7 +3832,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 {}",

Reply via email to