[
https://issues.apache.org/jira/browse/HBASE-21598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16872040#comment-16872040
]
Y. SREENIVASULU REDDY commented on HBASE-21598:
-----------------------------------------------
Thanks [~pankaj2461] For looking into this issue after a long time.
Please proceed with patch.
> 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
>
> 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)