You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Michael Miller (JIRA)" <ji...@apache.org> on 2017/02/09 15:02:41 UTC

[jira] [Resolved] (ACCUMULO-4577) Getting namespaceId using tableId when table deleted throws wrong expection

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

Michael Miller resolved ACCUMULO-4577.
--------------------------------------
    Resolution: Fixed

> Getting namespaceId using tableId when table deleted throws wrong expection
> ---------------------------------------------------------------------------
>
>                 Key: ACCUMULO-4577
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4577
>             Project: Accumulo
>          Issue Type: Bug
>    Affects Versions: 1.7.2, 1.8.0
>            Reporter: Keith Turner
>            Assignee: Michael Miller
>             Fix For: 1.7.3, 1.8.1, 2.0.0
>
>          Time Spent: 4h
>  Remaining Estimate: 0h
>
> While working on ACCUMULO-4575 I noticed that {{Tables.getNamespaceId(String tableId)}} has odd behavior.  When the table is not found, it throws an illegal argument exception.  In many cases what should happen in this case is that a ThriftTableNotFound exception should be thrown.  Doing this will cause clients to get a clean TableNotFound exception instead of an internal server error message.
> One possible solution is to make this method throw TableNotFoundException and also offer a new method that wraps, catches TableNotFoundException and throws ThriftTableNotFound.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)