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 91488200B35 for ; Mon, 20 Jun 2016 16:57:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8FC72160A26; Mon, 20 Jun 2016 14:57:08 +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 DBA78160A66 for ; Mon, 20 Jun 2016 16:57:07 +0200 (CEST) Received: (qmail 31903 invoked by uid 500); 20 Jun 2016 14:57:06 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 31515 invoked by uid 99); 20 Jun 2016 14:57:05 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2016 14:57:05 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id AD21E2C1F76 for ; Mon, 20 Jun 2016 14:57:05 +0000 (UTC) Date: Mon, 20 Jun 2016 14:57:05 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-4317) Accumulo client causes 'too many files open' due to infinite loop. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 20 Jun 2016 14:57:08 -0000 [ https://issues.apache.org/jira/browse/ACCUMULO-4317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15339645#comment-15339645 ] Josh Elser commented on ACCUMULO-4317: -------------------------------------- bq. I saw you were a watcher so I knew you would get an email when I updated the ticket. While I could be better at watching my email, I totally didn't see the update. bq. Can you clarify what you are asking for? We use blocker very infrequently, but when we do, it comes with the original intent of "this needs to be fixed before the releases in fixVersion (and not be pushed out). At a minimum, it would have been great to get a ping saying "Hey, I want to move this out". I'm working on some testing here and then plan to commit it. It would be great to see this in both 1.7.2 and 1.8.0. > Accumulo client causes 'too many files open' due to infinite loop. > ------------------------------------------------------------------ > > Key: ACCUMULO-4317 > URL: https://issues.apache.org/jira/browse/ACCUMULO-4317 > Project: Accumulo > Issue Type: Bug > Components: client > Affects Versions: 1.6.5, 1.7.0, 1.7.1 > Reporter: Michiel Vanderlee > Assignee: Michiel Vanderlee > Priority: Blocker > Fix For: 1.6.6, 1.7.3, 1.8.1 > > Attachments: Accumulo-4317.patch > > > Accumulo stores hostnames in zookeeper, if the client can not resolve these then it will continue to try to connect in a while(true) loop. This will eventually cause 'too many files open' errors. > Loop is in ServerClient.java$executeRaw > Bug: Should error out after some time, not retry infintely. > Workaround: Add hostnames to /etc/hosts and restart. -- This message was sent by Atlassian JIRA (v6.3.4#6332)