Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.7.0
-
None
-
None
Description
When DFSClient cannot read a block replica it logs a message saying
"Failed to connect to <target> ..." + exception
and then tries other replicas. If the client succeeds with another replica this
is only record that the log will contain. This seems to be confusing for users.
So I propose to use debug logging level here.
I also stringified exceptions.