315157973 opened a new pull request #11597:
URL: https://github.com/apache/pulsar/pull/11597
### Motivation
join() will not time out, when network jitter occurs, it is easy to cause
the thread to get stuck forever
### Modifications
Use get(timeout) instead of join() to avoid getting stuck
--
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]