HDFS-14945. Revise PacketResponder's log. Contributed by Xudong Cao.
This commit is contained in:
parent
dca19fc3aa
commit
eb73ba6ed5
@ -1488,7 +1488,7 @@ public void run() {
|
||||
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
Block a user