dlsprague opened a new issue #9197:
URL: https://github.com/apache/pulsar/issues/9197


   **Describe the bug**
   For partitioned topics, we are unable to create on all clusters that 
namespace is set up for.  ( Non-partitioned topics are able to create 
successfully. )  Namespace has two clusters, and partitions are created fine on 
one cluster and everything works fine but will not allow creation on the other 
cluster.  When attempting to create receives error that Topic already exists.   
When doing a topic list on the namespace  it does not show up in the list and 
if trying to produce a message to it, it gets error Topic Not Found.   
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Make sure both clusters are listed for the namespace and if not add 
additional cluster for replication.
   2. On broker server in first cluster, create partitioned topic.
   3. On broker server in second cluster, create partitioned topic.   (Gets 
error Topic Already exists)
   4. List topics for namespace on second cluster.  (Topic does not appear in 
list)
   5. Attempt to produce message on broker in second cluster.  (Get Topic Not 
Found)
   
   **Expected behavior**
   Expect to be able to create topic in both clusters.  For non-partitioned, 
this works fine.  
   
   **Screenshots**
   If applicable, add screenshots to help explain your problem.
   
   **Desktop (please complete the following information):**
    - OS: CentOS Linux release 7.8
   
   **Additional context**
   Pulsar 2.6.0
   


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


Reply via email to