rdhabalia opened a new pull request #6488: [pulsar-client] fix deadlock on send 
failure
URL: https://github.com/apache/pulsar/pull/6488
 
 
   ### Motivation
   As explained in #6360 , producer is not releasing semaphore on various 
failure condition and because of that send-message thread gets blocked on 
semaphore by producer and can't send any  more messages. 
   
   ### Modification 
   Release semaphore by handling failure send callback. Also added test which 
fails without this change.
   
   ### Result
   Producer will not block send on failure scenario.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to