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/06/10 07:43:40 UTC

[GitHub] [pulsar] Jaudouard commented on issue #14714: cpp-tests job is flaky: python pulsar_test.py fails with Segmentation fault

Jaudouard commented on issue #14714:
URL: https://github.com/apache/pulsar/issues/14714#issuecomment-1152071417

   @BewareMyPower We observe something that might be related using the python client, we have a use case where we create consumers listening to a specific topic on-the-fly.
   
   When we call `subscriber.unsubsribe()`, a few file descriptor are left open (by the C++ part IMO).
   
   This leak is not observed when using `subscriber.close()` instead, but in this case the pulsar topic is not deleted and they pile up too fast in our case ! 
   


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