BewareMyPower opened a new pull request, #538:
URL: https://github.com/apache/pulsar-client-cpp/pull/538

   Fixes #536 
   
   The root cause is the when one internal consumer fails, the callback will be 
triggered immediately before other internal consumers finish the RPC. Then the 
`getBrokerConsumerStats` will return and the `Promise` object will be destroyed.
   
   When another consumer's callback is called, it will try to complete the 
destroyed `Promise` object referred by the callback wrapper 
(`WaitForCallbackValue`), which leads to the crash.


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

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to