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