merlimat commented on PR #22841:
URL: https://github.com/apache/pulsar/pull/22841#issuecomment-2148564756

   > but this issue can be also mitigated if we would have multiple 
metadata-callback threads and I tried to simulate it in unit-case as well where 
unit-test case goes in deadlock and test fails with single metadata thread 
callback.
   
   I don't think that it would be a mitigation of the issue. If you have N 
threads you can still have the same issue depending on which threads the 
requests are assigned. 
   
   The only solution is to not do blocking operation where these are not 
expected, unfortunately.


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