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 05C8BDF65 for ; Sat, 2 Mar 2013 09:25:18 +0000 (UTC) Received: (qmail 26088 invoked by uid 500); 2 Mar 2013 09:25:17 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 25982 invoked by uid 500); 2 Mar 2013 09:25:16 -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 25791 invoked by uid 99); 2 Mar 2013 09:25:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Mar 2013 09:25:15 +0000 Date: Sat, 2 Mar 2013 09:25:15 +0000 (UTC) From: "Hudson (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-1138) ZKPermHandler needs to sync before reading uncached credentials 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-1138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13591372#comment-13591372 ] Hudson commented on ACCUMULO-1138: ---------------------------------- Integrated in Accumulo-1.5 #10 (See [https://builds.apache.org/job/Accumulo-1.5/10/]) ACCUMULO-1138 - syncing before uncached calls and ZKAuthenticator was kicking back the wrong class in getTokenLoginClass (Revision 1451717) Result = SUCCESS vines : Files : * /accumulo/branches/1.5/server/src/main/java/org/apache/accumulo/server/security/handler/ZKAuthenticator.java * /accumulo/branches/1.5/server/src/main/java/org/apache/accumulo/server/security/handler/ZKPermHandler.java > ZKPermHandler needs to sync before reading uncached credentials > --------------------------------------------------------------- > > Key: ACCUMULO-1138 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1138 > Project: Accumulo > Issue Type: Bug > Reporter: John Vines > Assignee: John Vines > Fix For: 1.5.0 > > > The permission handler interface handles reading both cached and uncached permissions (for high and low frequency permissions). However, teh uncached reads do not do a sync before reading zookeeper, so it's possible they have stale information. -- 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