Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CF11110C27 for ; Tue, 7 Jan 2014 01:44:50 +0000 (UTC) Received: (qmail 99719 invoked by uid 500); 7 Jan 2014 01:44:50 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 99688 invoked by uid 500); 7 Jan 2014 01:44:50 -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 99678 invoked by uid 99); 7 Jan 2014 01:44:50 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jan 2014 01:44:50 +0000 Date: Tue, 7 Jan 2014 01:44:50 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-2128) Provide resource cleanup via static utility rather than Instance.close 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/ACCUMULO-2128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13863784#comment-13863784 ] ASF subversion and git services commented on ACCUMULO-2128: ----------------------------------------------------------- Commit 715825b3299fd742d8570971a7f271178b932812 in branch refs/heads/1.4.5-SNAPSHOT from [~keith_turner] [ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=715825b ] ACCUMULO-2128 added utility to cleanup accumulo static resources Signed-off-by: Keith Turner > Provide resource cleanup via static utility rather than Instance.close > ---------------------------------------------------------------------- > > Key: ACCUMULO-2128 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2128 > Project: Accumulo > Issue Type: Bug > Components: client > Reporter: Sean Busbey > Assignee: Keith Turner > Priority: Blocker > Fix For: 1.4.5, 1.5.1, 1.6.0 > > Attachments: ACCUMULO-2128.1.patch.txt > > > After [discussion about the current state of our code base and the need to properly clean up global resources|http://mail-archives.apache.org/mod_mbox/accumulo-dev/201401.mbox/%3CCAGHyZ6JsKn6AuTpD5A6FFbgF1KY1fshGTvbe7rkhnVyRA5Sc%2Bw%40mail.gmail.com%3E], consensus is that we need to provide a work around for now that doesn't rely on API changes. > Later, when we refactor the client api we'll include proper lifecycle management, for now we just need a global utility for unloading. > This ticket needs to revert all commits from the Instance close work: ACCUMULO-1379, ACCUMULO-1697, ACCUMULO-1858, ACCUMULO-2027, ACCUMULO-1889, and ACCUMULO-2105 > Also ACCUMULO-1923 can be closed as wontfix with a link here. > Then we need a version of the solution outlined in ACCUMULO-2113 that does not rely on reflection, if possible. -- This message was sent by Atlassian JIRA (v6.1.5#6160)