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/12/11 05:18:17 UTC

[GitHub] [pulsar] dlsprague opened a new issue, #9197: Partitioned Topics not able to create on all clusters for geo redundancy

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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] tisonkun commented on issue #9197: Partitioned Topics not able to create on all clusters for geo redundancy

Posted by GitBox <gi...@apache.org>.
tisonkun commented on issue #9197:
URL: https://github.com/apache/pulsar/issues/9197#issuecomment-1345461305

   Closed as stale. Please create a new issue if it's still relevant to the maintained versions.


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


[GitHub] [pulsar] tisonkun closed issue #9197: Partitioned Topics not able to create on all clusters for geo redundancy

Posted by GitBox <gi...@apache.org>.
tisonkun closed issue #9197: Partitioned Topics not able to create on all clusters for geo redundancy
URL: https://github.com/apache/pulsar/issues/9197


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