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 2021/09/01 17:24:03 UTC

[GitHub] [pulsar] BewareMyPower edited a comment on issue #10721: (2.7.2) Python client blocks forever in "create_producer" during a broker failure, even if "operation_timeout_seconds" is set

BewareMyPower edited a comment on issue #10721:
URL: https://github.com/apache/pulsar/issues/10721#issuecomment-910490369


   I found the reason why I can't reproduce it. Because I used to just type Ctrl+C to stop the standalone (the signal is SIGINT but not SIGSTOP, my fault). With your provided command:
   
   ```
   pkill -SIGSTOP -f pulsar
   ```
   
   Now I can reproduce this issue in my local env. I'll look into this issue for the solution.


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