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/01/26 08:03:26 UTC

[GitHub] [pulsar] congbobo184 edited a comment on issue #7763: Producers are Failing to Create when Connecting to a "Non-Persistent Partitioned Replicated" Topic

congbobo184 edited a comment on issue #7763:
URL: https://github.com/apache/pulsar/issues/7763#issuecomment-766597391


   I haven't tested anything wrong with the current master branch. can you provide specific steps to reproduce? (topic name, namespace name, broker version, autoCreateTopicConfig and what you can think of).thanks.
   
   When the cluster 1 create non-persistent partitioned topic, one producer look up topic from cluster 2, and the topic haven't replicate from cluster 1 to cluster2, when cluster 2 create one non-partitioned non-persistent topic and found cluster 1 have create this topic by partitioned topic then it will throw this 
   
   ```
   18:19:56.844 [pulsar-io-23-3] WARN org.apache.pulsar.broker.service.ServerCnx - Failed to get Partitioned Metadata [/127.0.0.1:54694] non-persistent://xxxx/yyyyy/zzzzz: non-persistent://xxxx/yyyyy/zzzzz failed to start replicator for us-west
   org.apache.pulsar.broker.service.BrokerServiceException$NamingException: non-persistent://xxxx/yyyyy/zzzzz failed to start replicator for us-west
   ```
   


----------------------------------------------------------------
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:
users@infra.apache.org