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 2020/09/24 09:12:59 UTC

[GitHub] [pulsar] futeng opened a new issue #8124: Failed to add producer to topic(C language Client)

futeng opened a new issue #8124:
URL: https://github.com/apache/pulsar/issues/8124


   **Describe the bug**
   Same issue like https://github.com/apache/pulsar/issues/5535, but in C language Client.
   Also see the track issue: https://github.com/apache/pulsar/issues/5606
   
   broker log 
   
   ```
   07:25:01.322 [ForkJoinPool.commonPool-worker-60] INFO  org.apache.pulsar.broker.service.ServerCnx - [/IP:51820] persistent://tenantname/ns_name/partition_name-15 configured with schema false
   07:25:01.323 [ForkJoinPool.commonPool-worker-60] ERROR org.apache.pulsar.broker.service.ServerCnx - [/IP:51820] Failed to add producer to topic persistent://tenantname/ns_name/partition_name-15: Producer with name 'producer_name-254-20972' is already connected to topic
   07:25:01.323 [ForkJoinPool.commonPool-worker-60] INFO  org.apache.pulsar.broker.service.ServerCnx - [/IP:51820] persistent://tenantname/ns_name/partition_name-11 configured with schema false
   07:25:01.323 [ForkJoinPool.commonPool-worker-60] ERROR org.apache.pulsar.broker.service.ServerCnx - [/IP:51820] Failed to add producer to topic persistent://tenantname/ns_name/partition_name-11: Producer with name 'producer_name-254-20971' is already connected to topic
   07:25:01.323 [ForkJoinPool.commonPool-worker-60] INFO  org.apache.pulsar.broker.service.ServerCnx - [/IP:51820] persistent://tenantname/ns_name/partition_name-25 configured with schema false
   07:25:01.323 [ForkJoinPool.commonPool-worker-60] ERROR org.apache.pulsar.broker.service.ServerCnx - [/IP:51820] Failed to add producer to topic persistent://tenantname/ns_name/partition_name-25: Producer with name 'producer_name-254-20974' is already connected to topic
   07:25:01.323 [ForkJoinPool.commonPool-worker-60] INFO  org.apache.pulsar.broker.service.ServerCnx - [/IP:51820] persistent://tenantname/ns_name/partition_name-3 configured with schema false
   ```
   
   
   **To Reproduce**
   
   Server versions:
   - JDK: 1.8.0_192
   - Apache Pulsar: 2.5.0
   - Zookeeper:3.6.1
   
   Client :
   
   ```shell
   $ rpm -qa | grep apache
   apache-pulsar-client-debuginfo-2.6.0-1.x86_64
   apache-commons-lang-2.6-15.el7.noarch
   apache-pulsar-client-2.6.0-1.x86_64
   apache-pulsar-client-devel-2.6.0-1.x86_64
   apache-commons-io-2.4-12.el7.noarch
   apache-commons-logging-1.1.2-7.el7.noarch
   ```
   
   
   


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



[GitHub] [pulsar] hangc0276 commented on issue #8124: Failed to add producer to topic(C language Client)

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


   I will try to fix it.


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



[GitHub] [pulsar] jiazhai commented on issue #8124: Failed to add producer to topic(C language Client)

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


   looks like same issue of #5535, we should port the client changes of https://github.com/apache/pulsar/pull/5571 from java to cpp client.
    @futeng Would you like to have a for this issue? 


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



[GitHub] [pulsar] sijie closed issue #8124: Failed to add producer to topic(C language Client)

Posted by GitBox <gi...@apache.org>.
sijie closed issue #8124:
URL: https://github.com/apache/pulsar/issues/8124


   


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