Samarth Jain created PHOENIX-4176:
-------------------------------------
Summary: Reduce chances of tests flapping with
ColumnFamilyNotFoundException for HBase 1.x
Key: PHOENIX-4176
URL: https://issues.apache.org/jira/browse/PHOENIX-4176
Project: Phoenix
Issue Type: Bug
Reporter: Samarth Jain
Assignee: Samarth Jain
In HBase 1.x, when adding a new column family, the check to detect whether the
HTableDescriptor is updated isn't enough. Tests that add a new column family
run the risk of flapping when number of regions on the table are high (since
the column family has to be added to all the regions). We can possibly decrease
chances of such tests from flapping by reducing number of regions/pre-splits
and possibly configuring hbase.online.schema.update.enable to false in our
tests.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)