Deleting and recreating a table in a single process does not work
-----------------------------------------------------------------

                 Key: HBASE-843
                 URL: https://issues.apache.org/jira/browse/HBASE-843
             Project: Hadoop HBase
          Issue Type: Bug
    Affects Versions: 0.2.1, 0.18.0
            Reporter: Jonathan Gray


When you delete and then recreate/enable the same table in the same process, 
when you get the HTable reference to the new table you are actually given the 
old table.

The connection information is never deleted/invalidated.

To fix, we add a call to HConnectionManager.deleteConnectionInfo(conf) at the 
end of HBaseAdmin.deleteTable().  This information will then be re-loaded with 
the latest table references once the client asks for it.

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