From common-issues-return-205044-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Fri Sep 4 13:35:07 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id EDA2B18037A for ; Fri, 4 Sep 2020 15:35:06 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id 4AD3B63616 for ; Fri, 4 Sep 2020 13:35:06 +0000 (UTC) Received: (qmail 55601 invoked by uid 500); 4 Sep 2020 13:35:05 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 55589 invoked by uid 99); 4 Sep 2020 13:35:05 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Sep 2020 13:35:05 +0000 From: =?utf-8?q?GitBox?= To: common-issues@hadoop.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bhadoop=5D_imbajin_commented_on_a_change_in_pull_re?= =?utf-8?q?quest_=232265=3A_HDFS-15551=2E_Tiny_Improve_for_DeadNode_detector?= Message-ID: <159922650529.32230.16130227258129024287.asfpy@gitbox.apache.org> Date: Fri, 04 Sep 2020 13:35:05 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit In-Reply-To: References: imbajin commented on a change in pull request #2265: URL: https://github.com/apache/hadoop/pull/2265#discussion_r483619060 ########## File path: hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DeadNodeDetector.java ########## @@ -475,6 +475,7 @@ public synchronized void addNodeToDetect(DFSInputStream dfsInputStream, datanodeInfos.add(datanodeInfo); } + LOG.warn("Add datanode {} to suspectAndDeadNodes", datanodeInfo); Review comment: use DEBUG as default now ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org