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

2015-04-06 Thread Christopher Tubbs (JIRA)

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

Christopher Tubbs commented on ACCUMULO-2955:
-

I think we could change the server-side ERROR messages to DEBUG statements to 
explain why we're aborting the fate operation.

> 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.3, 1.8.0, 1.7.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.3.4#6332)


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

2014-06-28 Thread Mike Drob (JIRA)

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

Mike Drob commented on ACCUMULO-2955:
-

Yes, you understood perfectly.

> 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)


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

2014-06-28 Thread Christopher Tubbs (JIRA)

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

Christopher Tubbs commented on ACCUMULO-2955:
-

I'm a bit confused here. Are you suggesting the first does not have a warning 
coming from the master, and the other two do, and that we should remove all 
server-side warnings for these?

> 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)