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 1BEAFCD53 for ; Fri, 14 Mar 2014 18:21:06 +0000 (UTC) Received: (qmail 64248 invoked by uid 500); 14 Mar 2014 18:20:57 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 64130 invoked by uid 500); 14 Mar 2014 18:20: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 63956 invoked by uid 99); 14 Mar 2014 18:20:50 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Mar 2014 18:20:50 +0000 Date: Fri, 14 Mar 2014 18:20:49 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-2342) Proxy SimpleTest failures: might not see constraint updates 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-2342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13935390#comment-13935390 ] ASF subversion and git services commented on ACCUMULO-2342: ----------------------------------------------------------- Commit 6df83da60d594f66d147a479065ff51db73fb1a2 in accumulo's branch refs/heads/1.6.0-SNAPSHOT from [~elserj] [ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=6df83da ] ACCUMULO-2476, ACCUMULO-2342 Sleep after we modify a constraint. -- cherry-picked d4b06999 back to 1.4 > Proxy SimpleTest failures: might not see constraint updates > ----------------------------------------------------------- > > Key: ACCUMULO-2342 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2342 > Project: Accumulo > Issue Type: Improvement > Components: test > Affects Versions: 1.5.0 > Reporter: Josh Elser > Assignee: Josh Elser > Priority: Minor > Fix For: 1.5.1, 1.6.0 > > > Some failures in the tests with after removing a constraint and then sending mutations, and the mutations being incorrectly rejected. > It appears that the tabletserver just didn't see the update yet (the TableConfWatcher must not have fully completed), and thus the ConfiguratorObserver wasn't triggered, and the Tablet's ConstraintChecker didn't get updated. > Waiting a little bit should fix the test. -- This message was sent by Atlassian JIRA (v6.2#6252)