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 2021/08/06 06:35:01 UTC

[GitHub] [pulsar] leizhiyuan commented on issue #11510: [branch-2.7] Failed test org.apache.pulsar.broker.admin.PersistentTopicsTest.testPeekWithSubscriptionNameNotExist

leizhiyuan commented on issue #11510:
URL: https://github.com/apache/pulsar/issues/11510#issuecomment-894037253


   It seems
   
   ![image](https://user-images.githubusercontent.com/2684384/128114408-72f6f04f-faf5-477f-9824-b3f9c3054d41.png)
   
   
   in 2.7 , AdminResource, it will try to connect the other clusters for create partitioned topic, so the virtual new ClusterData("http://broker-use.com:8080") will fail when connect, if we need to fix this ,maybe we need to run the other plusar clusters (include zk ) in tests. the the operation will be success .
   
   It has been fixed in master
   
   which
   
           ((TopicsImpl) admin.topics()).createPartitionedTopicAsync(topic, 3, true).get();
   
   set the createLocalTopicOnly = true..


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