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 08:27:17 UTC

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

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



##########
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:
       Ignore creation of  transaction system topic, no need to create.




-- 
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