[ 
https://issues.apache.org/jira/browse/HADOOP-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12545672
 ] 

Jim Kellerman commented on HADOOP-2262:
---------------------------------------

The HTable constructor does throw a TableNotFoundException if the table does 
not exist.

Are you ignoring this exception and trying to do an update afterwards?

> [hbase] Updating a row on non-existent table runs all the retries and 
> timeouts instead of failing fast
> ------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2262
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2262
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: contrib/hbase
>            Reporter: stack
>            Assignee: Jim Kellerman
>            Priority: Minor
>
> If you try to access row in non-existent table, the client hangs waiting on 
> all timeouts and retries.  Rather it should be able to fail fast if no such 
> table.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to