You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Yi Mei (JIRA)" <ji...@apache.org> on 2019/08/13 08:05:00 UTC

[jira] [Created] (HBASE-22842) Tmp directory should not be deleted when master restart used for user scan snapshot feature

Yi Mei created HBASE-22842:
------------------------------

             Summary: Tmp directory should not be deleted when master restart used for user scan snapshot feature
                 Key: HBASE-22842
                 URL: https://issues.apache.org/jira/browse/HBASE-22842
             Project: HBase
          Issue Type: Sub-task
            Reporter: Yi Mei


When create table, table directories are firstly created in tmp directory and then move to data directory. So HDFS ACLs are set at the following tmp directories used for ACLs inherited:

{hbase-rootdir}/.tmp/data
{hbase-rootdir}/.tmp/data/\{namespace}
{hbase-rootdir}/.tmp/data/\{namespace}/\{table}

When master restart, it will delete tmp directory and this will break this feature.

 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)