HDFS-14945. Revise PacketResponder's log. Contributed by Xudong Cao.

(cherry picked from commit eb73ba6ed5)
This commit is contained in:
Wei-Chiu Chuang 2019-11-04 09:02:50 -08:00
parent 11c763c220
commit 240b5ee380
1 changed files with 1 additions and 1 deletions

View File

@ -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);