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/04/11 08:30:16 UTC

[GitHub] [pulsar] BewareMyPower commented on issue #15078: [2.9.1] With partitioned topics, the Python client returns UnknownError in some cases when it should return a specific error class

BewareMyPower commented on issue #15078:
URL: https://github.com/apache/pulsar/issues/15078#issuecomment-1094705415

   I also reproduced this bug for a partitioned topic.
   
   ```
   2022-04-11 16:29:20.714 INFO  [0x70000f276000] ProducerImpl:189 | [persistent://public/default/my-topic-partition-0, ] Created producer on broker [127.0.0.1:64964 -> 127.0.0.1:6650] 
   2022-04-11 16:29:20.714 INFO  [0x70000f276000] ProducerImpl:662 | [persistent://public/default/my-topic-partition-0, standalone-0-7] Closing producer for topic persistent://public/default/my-topic-partition-0
   2022-04-11 16:29:20.714 INFO  [0x70000f276000] ProducerImpl:662 | [persistent://public/default/my-topic-partition-1, ] Closing producer for topic persistent://public/default/my-topic-partition-1
   2022-04-11 16:29:20.714 INFO  [0x70000f276000] ProducerImpl:662 | [persistent://public/default/my-topic-partition-2, ] Closing producer for topic persistent://public/default/my-topic-partition-2
   2022-04-11 16:29:20.714 ERROR [0x70000f276000] PartitionedProducerImpl:151 | Unable to create Producer for partition - 0 Error - ProducerBlockedQuotaExceededException
   2022-04-11 16:29:20.714 ERROR [0x11352f600] SampleProducer:35 | Error creating producer: UnknownError
   ```
   
   I will fix this issue soon.


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