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

This commit is contained in:
Wei-Chiu Chuang 2019-11-04 09:02:50 -08:00
parent dca19fc3aa
commit eb73ba6ed5

View File

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