Samarth created PHOENIX-74:
------------------------------
Summary: MetaDataUtil#hasViewIndexTable is catching the wrong type
of TableNotFoundException
Key: PHOENIX-74
URL: https://issues.apache.org/jira/browse/PHOENIX-74
Project: Phoenix
Issue Type: Bug
Affects Versions: 3.0.0
Reporter: Samarth
Assignee: James Taylor
MetadaUtil#hasViewIndexTable is catching
org.apache.phoenix.schema.TableNotFoundException instead of
org.apache.hadoop.hbase which is what is being thrown by the code inside the
try block. As a result, the exception gets bubbled up and the return false
inside the catch doesn't executed (when the table name doesn't exist).
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)