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 B1EDD109D8 for ; Tue, 3 Sep 2013 18:05:59 +0000 (UTC) Received: (qmail 86424 invoked by uid 500); 3 Sep 2013 18:05:59 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 86328 invoked by uid 500); 3 Sep 2013 18:05:54 -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 85584 invoked by uid 99); 3 Sep 2013 18:05:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Sep 2013 18:05:52 +0000 Date: Tue, 3 Sep 2013 18:05:52 +0000 (UTC) From: "Chad Hardin (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ACCUMULO-1680) Atomic add and remove of authorizations MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Chad Hardin created ACCUMULO-1680: ------------------------------------- Summary: Atomic add and remove of authorizations Key: ACCUMULO-1680 URL: https://issues.apache.org/jira/browse/ACCUMULO-1680 Project: Accumulo Issue Type: New Feature Components: client, master, shell Affects Versions: 1.6.0 Reporter: Chad Hardin Priority: Minor Fix For: 1.6.0 Currently, adding and removing an auth presents a race condition because of the two separate calls required to get, modify, then set the authorizations for a user. Instead, it should be possible to add or remove one or more auths without there being a race condition. I also propose adding two new commands to the shell to expose this functionality. It appears to be that this is not a difficult feature to add, by making use of ZooReaderWriter.mutate() in the FATE packages. I think the bulk of the work will be in changing the various interfaces (shell and programmatically) to expose this functionality. I would like to do this work and I'm a accumulo newbie, so any guidance would be appreciated. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira