Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Java Client] Remove invalid call to Thread.currentThread().interrupt…
…(); (apache#12652) - Thread.currentThread().interrupt() shouldn't be called here. - 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
- Loading branch information