Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 861BE200C8C for ; Tue, 6 Jun 2017 19:23:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 84943160BB7; Tue, 6 Jun 2017 17:23:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CF407160BC6 for ; Tue, 6 Jun 2017 19:23:22 +0200 (CEST) Received: (qmail 59250 invoked by uid 500); 6 Jun 2017 17:23:22 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 59239 invoked by uid 99); 6 Jun 2017 17:23:21 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jun 2017 17:23:21 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 8D881C14BD for ; Tue, 6 Jun 2017 17:23:21 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id GWMxNZt9_QQq for ; Tue, 6 Jun 2017 17:23:20 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 1E2BC60CF8 for ; Tue, 6 Jun 2017 17:23:20 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 1AA4AE0DC9 for ; Tue, 6 Jun 2017 17:23:19 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id ACB6D21E15 for ; Tue, 6 Jun 2017 17:23:18 +0000 (UTC) Date: Tue, 6 Jun 2017 17:23:18 +0000 (UTC) From: "Rushabh S Shah (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (HDFS-11711) DN should not delete the block On "Too many open files" Exception MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 06 Jun 2017 17:23:23 -0000 [ https://issues.apache.org/jira/browse/HDFS-11711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16039292#comment-16039292 ] Rushabh S Shah edited comment on HDFS-11711 at 6/6/17 5:23 PM: --------------------------------------------------------------- bq. The third param vaule should be more than the second param i [~linyiqun]: Good catch. We should fix this. Does it make sense to open a new jira for GenericTestUtils to have some assert or preconditions check to make sure 3rd param is _always_ greater than 2nd param. was (Author: shahrs87): bq. The third param vaule should be more than the second param i [~linyiqun]: Good catch. We should fix this. Does it make sense to open a new jira to make sure GenericTestUtils have some assert or preconditions check to make sure 3rd param is _always_ greater than 2nd param. > DN should not delete the block On "Too many open files" Exception > ----------------------------------------------------------------- > > Key: HDFS-11711 > URL: https://issues.apache.org/jira/browse/HDFS-11711 > Project: Hadoop HDFS > Issue Type: Bug > Components: datanode > Reporter: Brahma Reddy Battula > Assignee: Brahma Reddy Battula > Priority: Critical > Attachments: HDFS-11711-002.patch, HDFS-11711-003.patch, HDFS-11711-branch-2-002.patch, HDFS-11711.patch > > > *Seen the following scenario in one of our customer environment* > * while jobclient writing {{"job.xml"}} there are pipeline failures and written to only one DN. > * when mapper reading the {{"job.xml"}}, DN got {{"Too many open files"}} (as system exceed limit) and block got deleted. Hence mapper failed to read and job got failed. -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org