HDFS-14945. Revise PacketResponder's log. Contributed by Xudong Cao.
This commit is contained in:
parent
dca19fc3aa
commit
eb73ba6ed5
|
@ -1488,7 +1488,7 @@ class BlockReceiver implements Closeable {
|
|||
removeAckHead();
|
||||
}
|
||||
} catch (IOException e) {
|
||||
LOG.warn("IOException in BlockReceiver.run(): ", e);
|
||||
LOG.warn("IOException in PacketResponder.run(): ", e);
|
||||
if (running) {
|
||||
// Volume error check moved to FileIoProvider
|
||||
LOG.info(myString, e);
|
||||
|
|
Loading…
Reference in New Issue