Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E1CB0CFB9 for ; Thu, 8 Jan 2015 18:50:33 +0000 (UTC) Received: (qmail 63207 invoked by uid 500); 8 Jan 2015 18:50:35 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 63161 invoked by uid 500); 8 Jan 2015 18:50:35 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 63146 invoked by uid 99); 8 Jan 2015 18:50:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jan 2015 18:50:34 +0000 Date: Thu, 8 Jan 2015 18:50:34 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-12819) ExportSnapshot doesn't close FileSystem instances 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/HBASE-12819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14269849#comment-14269849 ] Hudson commented on HBASE-12819: -------------------------------- FAILURE: Integrated in HBase-1.0 #642 (See [https://builds.apache.org/job/HBase-1.0/642/]) HBASE-12819 ExportSnapshot doesn't close FileSystem instances (tedyu: rev d4422512dca63e782ffc1681009f6a37d03c2c35) * hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/ExportSnapshot.java > ExportSnapshot doesn't close FileSystem instances > ------------------------------------------------- > > Key: HBASE-12819 > URL: https://issues.apache.org/jira/browse/HBASE-12819 > Project: HBase > Issue Type: Bug > Reporter: Ted Yu > Assignee: Ted Yu > Fix For: 1.0.0, 2.0.0, 0.98.10, 1.1.0 > > Attachments: 12819-v1.patch, 12819-v2.patch, 12819-v3.patch > > > While troubleshooting an out of memory error exporting snapshot to s3a, I found that ExportSnapshot doesn't close FileSystem instances it uses. > An implementation (s3a e.g.) may depend on close() call so that resources are released. > ExportSnapshot should close the FileSystem instances upon exit. -- This message was sent by Atlassian JIRA (v6.3.4#6332)