You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/02/08 23:30:19 UTC

[jira] [Commented] (ACCUMULO-2342) Proxy SimpleTest failures: might not see constraint updates

    [ https://issues.apache.org/jira/browse/ACCUMULO-2342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13895751#comment-13895751 ] 

ASF subversion and git services commented on ACCUMULO-2342:
-----------------------------------------------------------

Commit d4b06999694fc1238fad0a19fd6544520b44a620 in branch refs/heads/1.5.1-SNAPSHOT from [~elserj]
[ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=d4b0699 ]

ACCUMULO-2342 Sleep after we modify a constraint.

We have to wait for the watcher on zk to trigger and propagate down to
the constraint observer so that the mutations won't be incorrectly
rejected and fail these unit tests.


> 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.1.5#6160)