You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Mike Drob (JIRA)" <ji...@apache.org> on 2014/06/27 16:42:24 UTC

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

Mike Drob created ACCUMULO-2955:
-----------------------------------

             Summary: 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
             Fix For: 1.6.1


{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.2#6252)