Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0D30A17472 for ; Tue, 17 Feb 2015 17:15:19 +0000 (UTC) Received: (qmail 39844 invoked by uid 500); 17 Feb 2015 17:15:11 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 39814 invoked by uid 500); 17 Feb 2015 17:15:11 -0000 Mailing-List: contact issues-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list issues@drill.apache.org Received: (qmail 39804 invoked by uid 99); 17 Feb 2015 17:15:11 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Feb 2015 17:15:11 +0000 Date: Tue, 17 Feb 2015 17:15:11 +0000 (UTC) From: "Venki Korukanti (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-2251) Fix resource leaking issue with new DrillFileSystem MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DRILL-2251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Venki Korukanti updated DRILL-2251: ----------------------------------- Attachment: (was: DRILL-2251-2.patch) > Fix resource leaking issue with new DrillFileSystem > --------------------------------------------------- > > Key: DRILL-2251 > URL: https://issues.apache.org/jira/browse/DRILL-2251 > Project: Apache Drill > Issue Type: Bug > Affects Versions: 0.8.0 > Reporter: Venki Korukanti > Assignee: Venki Korukanti > Priority: Critical > Fix For: 0.8.0 > > Attachments: DRILL-2251-1.patch, DRILL-2251-2.patch > > > Currently DrillFSDataInputStream returned by DrillFileSystem.open() is not delegating all method call to underlying FSInputDataStream. This causes few critical calls such as close() to leak resources. -- This message was sent by Atlassian JIRA (v6.3.4#6332)