[
https://issues.apache.org/jira/browse/ACCUMULO-2955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christopher Tubbs updated ACCUMULO-2955:
----------------------------------------
Fix Version/s: 1.7.0
> 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.1, 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.2#6252)