[
https://issues.apache.org/jira/browse/HBASE-21598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-21598:
--------------------------
Fix Version/s: (was: 2.1.2)
(was: 2.1.1)
2.1.3
> 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: Recovery, wal
> Affects Versions: 2.1.1
> Reporter: Y. SREENIVASULU REDDY
> Priority: Major
> Fix For: 2.1.3
>
>
> 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)