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/06 01:18:10 UTC

[jira] [Commented] (ACCUMULO-2092) Seeing spurious error message about namespace that does not exist

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

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

Commit b0b2c49925735ca02019773e31c0ebee0e4a4260 in branch refs/heads/1.6.0-SNAPSHOT from [~ctubbsii]
[ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=b0b2c49 ]

ACCUMULO-2092 Make client view of table existence consistent

  Clear the cache after exceptions, instead of just successful fate
  operations. This ensures that a failure as the result of a
  TableNotFoundException or TableExistsException will be consistent with
  the client's view, if they check it right after the failure.


> Seeing spurious error message about namespace that does not exist
> -----------------------------------------------------------------
>
>                 Key: ACCUMULO-2092
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2092
>             Project: Accumulo
>          Issue Type: Bug
>         Environment: db746960fbcafb1651c15ec2e5493d56acb5065c
>            Reporter: Keith Turner
>            Assignee: Christopher Tubbs
>             Fix For: 1.6.0
>
>
> In the conditional random walk test the following spurious error message occurred.  The test did not fail, it was running fine.
> {noformat}
> 24 17:43:45,065 [conditional.Setup] DEBUG: created table banks
> 24 17:43:45,101 [conditional.Setup] DEBUG: set table.cache.block.enable false
> 24 17:43:45,148 [impl.Tables] ERROR: Table (d) contains reference to namespace () that doesn't exist
> 24 17:43:47,012 [conditional.Init] DEBUG: Added splits [b100, b200, b300, b400, b500, b600, b700, b800, b900]
> 24 17:44:00,394 [conditional.Init] DEBUG: Added bank b259 9
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)