codelipenghui commented on a change in pull request #5515: [Transaction 
Coordinator] Bootstrap pulsar system namespace and create TC assign topic.
URL: https://github.com/apache/pulsar/pull/5515#discussion_r341402476
 
 

 ##########
 File path: 
pulsar-broker/src/main/java/org/apache/pulsar/PulsarClusterMetadataSetup.java
 ##########
 @@ -135,6 +144,10 @@ public static void main(String[] args) throws Exception {
             arguments.configurationStore = arguments.globalZookeeper;
         }
 
+        if (arguments.numTransactionCoordinators <= 0) {
+            System.err.println("Number of transaction coordinators must 
greater than 0");
 
 Review comment:
   yes

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to