Y. SREENIVASULU REDDY created HBASE-21598:
---------------------------------------------

             Summary: HBASE_WAL_DIR if not configured, recovered.edits 
directory's are sidelined from the table dir path.
                 Key: HBASE-21598
                 URL: https://issues.apache.org/jira/browse/HBASE-21598
             Project: HBase
          Issue Type: Bug
          Components: wal
    Affects Versions: 2.1.1
            Reporter: Y. SREENIVASULU REDDY
             Fix For: 2.1.2, 2.1.1


If HBASE_WAL_DIR if not configured, then 
recovered.edits dir path should be old method only.
If user is creating x no. of tables, in different namespaces, then all are 
creating in the "hbase.rootdir" path only.
{code}
/<hbase.rootdir>/data/<namespace>/<table>/<regionDir>/recovered.edits
eg:
/hbase/data/default/testTable/eaf343d35d3e66e6e5fd38106ba61c62/recovered.edits
{code}
But the format is currently. 
{code}
/<hbase.rootdir>/<namespace>/<table>/<regionDir>/recovered.edits
eg:
/hbase/default/testTable/eaf343d35d3e66e6e5fd38106ba61c62/recovered.edits
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to