lhotari opened a new pull request #12652:
URL: https://github.com/apache/pulsar/pull/12652
### Motivation
- `Thread.currentThread().interrupt()` shouldn't be called when handling a
`PulsarClientException`.
- it must only be called when handling an `InterruptedException`.
- this looks like a copy-paste bug introduced in
https://github.com/apache/pulsar/pull/731/files#diff-d6fcf8aa2d0035cc386dca0942a452343d6854763c7fd397efa4e660c0069767R1183
### Modifications
- remove call to `Thread.currentThread().interrupt()`
--
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]