|
@@ -1261,8 +1261,9 @@ public class DFSInputStream extends FSInputStream
|
|
|
*/
|
|
|
if (ex instanceof InvalidBlockTokenException ||
|
|
|
ex instanceof InvalidToken) {
|
|
|
- DFSClient.LOG.info("Access token was invalid when connecting to "
|
|
|
- + targetAddr + " : " + ex);
|
|
|
+ DFSClient.LOG.debug(
|
|
|
+ "Access token was invalid when connecting to {}: {}",
|
|
|
+ targetAddr, ex);
|
|
|
return true;
|
|
|
}
|
|
|
return false;
|