You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/03/29 02:53:27 UTC

[GitHub] [pulsar] Anonymitaet commented on a change in pull request #14911: [Fix][Transaction] Optimize log when create transaction systemTopic

Anonymitaet commented on a change in pull request #14911:
URL: https://github.com/apache/pulsar/pull/14911#discussion_r837009063



##########
File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/service/BrokerService.java
##########
@@ -1376,7 +1376,8 @@ private void createPersistentTopic(final String topic, boolean createIfMissing,
         }
 
         if (isTransactionSystemTopic(topicName)) {
-            String msg = String.format("Can not create transaction system topic %s", topic);
+            String msg = String.format("Only has metadata, used for transactionCoordinator load balance, "
+                    + "never need to be created, for transaction system topic %s", topic);

Review comment:
       @liangyepianzhou Sorry, I don't quite understand the meaning. Could you please explain a bit more?




-- 
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-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org