Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.7.2
-
None
-
Reviewed
Description
We were seeing timeout issues in our deployment in the saslConnect path in the blockingRPC client. Knowing which server we failed to connect to would help isolate and understand the issue.
ipc.BlockingRpcConnection - Exception encountered while connecting to the server :
java.io.IOException: Connection reset by peer
Change the log message to something like
ipc.BlockingRpcConnection - Exception encountered while connecting to the server myhost.realm.net:
java.io.IOException: Connection reset by peer
See relevant code here
Attachments
Issue Links
- links to