You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Biju Nair (JIRA)" <ji...@apache.org> on 2014/03/03 01:15:22 UTC

[jira] [Created] (HBASE-10654) Table meta data getting created and not cleaned eventhough the table creation process is incomplete

Biju Nair created HBASE-10654:
---------------------------------

             Summary: Table meta data getting created and not cleaned eventhough the table creation process is incomplete
                 Key: HBASE-10654
                 URL: https://issues.apache.org/jira/browse/HBASE-10654
             Project: HBase
          Issue Type: Bug
          Components: Admin
            Reporter: Biju Nair


Table was created when the space in the filesystem (in this case root filesystem) holding the HDFS/HBase log was full. Obviously unware of the space utilization. The table creation through HBase shell failed. Once the space situation was rectified and tried to create the table again, it fails since meta data was created in ZK from the prior failed table creation process. The solution required the entries to be deleted from ZK and ZK required a restart. It would be better to have the metadata updated after the whole table creation process is completed or at least clean the meta data if there is a failure in completing the table creation process. There is a past bug which was closed as incomplete. 
https://issues.apache.org/jira/browse/HBASE-6294



--
This message was sent by Atlassian JIRA
(v6.2#6252)