|
@@ -631,8 +631,8 @@ implements ByteBufferReadable, CanSetDropBehind, CanSetReadahead,
|
|
fetchBlockAt(target);
|
|
fetchBlockAt(target);
|
|
} else {
|
|
} else {
|
|
connectFailedOnce = true;
|
|
connectFailedOnce = true;
|
|
- DFSClient.LOG.warn("Failed to connect to " + targetAddr + " for block"
|
|
|
|
- + ", add to deadNodes and continue. " + ex, ex);
|
|
|
|
|
|
+ DFSClient.LOG.warn("Failed to connect to " + targetAddr + " for block "
|
|
|
|
+ +targetBlock.getBlock()+ ", add to deadNodes and continue. " + ex, ex);
|
|
// Put chosen node into dead list, continue
|
|
// Put chosen node into dead list, continue
|
|
addToDeadNodes(chosenNode);
|
|
addToDeadNodes(chosenNode);
|
|
}
|
|
}
|