[ 
https://issues.apache.org/jira/browse/HBASE-21598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16872040#comment-16872040
 ] 

Y. SREENIVASULU REDDY edited comment on HBASE-21598 at 6/25/19 6:02 AM:
------------------------------------------------------------------------

Thanks [~pankaj2461] For looking into this issue.
Please proceed with patch.


was (Author: sreenivasulureddy):
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
>            Assignee: Pankaj Kumar
>            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)

Reply via email to