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…
…(); (#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 (cherry picked from commit b5f78f8)
- Loading branch information