HDFS-14945. Revise PacketResponder's log. Contributed by Xudong Cao.
(cherry picked from commit eb73ba6ed5f7c5500cc0ef36ca22aae4e71046fa)
This commit is contained in:
parent
11c763c220
commit
240b5ee380
@ -1486,7 +1486,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…
x
Reference in New Issue
Block a user