You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Corey J. Nolet (JIRA)" <ji...@apache.org> on 2014/09/20 03:19:34 UTC

[jira] [Updated] (ACCUMULO-2955) Master logs extra warnings about bad table name

     [ https://issues.apache.org/jira/browse/ACCUMULO-2955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Corey J. Nolet updated ACCUMULO-2955:
-------------------------------------
    Fix Version/s:     (was: 1.6.1)
                   1.6.2

> Master logs extra warnings about bad table name
> -----------------------------------------------
>
>                 Key: ACCUMULO-2955
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2955
>             Project: Accumulo
>          Issue Type: Bug
>          Components: master
>    Affects Versions: 1.6.0
>            Reporter: Mike Drob
>            Priority: Minor
>              Labels: logging
>             Fix For: 1.6.2, 1.7.0
>
>
> {noformat}
> root@accumulo> createtable a.b
> 2014-06-27 07:34:01,338 [shell.Shell] ERROR: org.apache.accumulo.core.client.AccumuloException: Cannot create table in non-existent namespace
> root@accumulo> createtable a
> root@accumulo a> renametable a a.b
> 2014-06-27 07:34:45,313 [shell.Shell] ERROR: org.apache.accumulo.core.client.AccumuloException: Cannot move tables to a new namespace by renaming. The namespace for a does not match a.b
> root@accumulo a> renametable a .a.b
> 2014-06-27 07:40:09,238 [shell.Shell] ERROR: org.apache.accumulo.core.client.AccumuloException: Table names must only contain word characters (letters, digits, and underscores): .a.b
> {noformat}
> The second and third ERROR also shows up on the monitor page as a WARN coming from the master. They should behave more like the first one.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)