[jira] [Updated] (HBASE-21181) Use the same filesystem for wal archive directory and wal directory

2018-09-11 Thread Andrew Purtell (JIRA)


 [ 
https://issues.apache.org/jira/browse/HBASE-21181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Purtell updated HBASE-21181:
---
   Resolution: Fixed
 Hadoop Flags: Reviewed
Fix Version/s: 2.0.3
   2.1.1
   2.2.0
   3.0.0
   Status: Resolved  (was: Patch Available)

> Use the same filesystem for wal archive directory and wal directory
> ---
>
> Key: HBASE-21181
> URL: https://issues.apache.org/jira/browse/HBASE-21181
> Project: HBase
>  Issue Type: Bug
>Affects Versions: 3.0.0, 2.1.1
>Reporter: Tak Lon (Stephen) Wu
>Assignee: Tak Lon (Stephen) Wu
>Priority: Major
> Fix For: 3.0.0, 2.2.0, 2.1.1, 2.0.3
>
> Attachments: HBASE-21181.master.001.patch
>
>
> when {{hbase.wal.dir}} is set to any filesystem other than the same 
> filesystem used by rootDir e.g. {{hbase.wal.dir}} set to 
> {{hdfs://something/wal}} and {{hbase.rootdir}} set to {{s3://something}}, 
> before this change, WAL archive directory ({{walArchiveDir}}) cannot be 
> created and failed the WALProcedureStore on HMaster.
> The issue is that WAL archive directory was considered to be collocated with 
> {{hbase.rootdir}} and creates a subdirectory under it. this logic needs to be 
> updated.



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


[jira] [Updated] (HBASE-21181) Use the same filesystem for wal archive directory and wal directory

2018-09-10 Thread Tak Lon (Stephen) Wu (JIRA)


 [ 
https://issues.apache.org/jira/browse/HBASE-21181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tak Lon (Stephen) Wu updated HBASE-21181:
-
Status: Patch Available  (was: Open)

> Use the same filesystem for wal archive directory and wal directory
> ---
>
> Key: HBASE-21181
> URL: https://issues.apache.org/jira/browse/HBASE-21181
> Project: HBase
>  Issue Type: Bug
>Affects Versions: 3.0.0, 2.1.1
>Reporter: Tak Lon (Stephen) Wu
>Assignee: Tak Lon (Stephen) Wu
>Priority: Major
> Attachments: HBASE-21181.master.001.patch
>
>
> when {{hbase.wal.dir}} is set to any filesystem other than the same 
> filesystem used by rootDir e.g. {{hbase.wal.dir}} set to 
> {{hdfs://something/wal}} and {{hbase.rootdir}} set to {{s3://something}}, 
> before this change, WAL archive directory ({{walArchiveDir}}) cannot be 
> created and failed the WALProcedureStore on HMaster.
> The issue is that WAL archive directory was considered to be collocated with 
> {{hbase.rootdir}} and creates a subdirectory under it. this logic needs to be 
> updated.



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


[jira] [Updated] (HBASE-21181) Use the same filesystem for wal archive directory and wal directory

2018-09-10 Thread Tak Lon (Stephen) Wu (JIRA)


 [ 
https://issues.apache.org/jira/browse/HBASE-21181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tak Lon (Stephen) Wu updated HBASE-21181:
-
Attachment: HBASE-21181.master.001.patch

> Use the same filesystem for wal archive directory and wal directory
> ---
>
> Key: HBASE-21181
> URL: https://issues.apache.org/jira/browse/HBASE-21181
> Project: HBase
>  Issue Type: Bug
>Affects Versions: 3.0.0, 2.1.1
>Reporter: Tak Lon (Stephen) Wu
>Assignee: Tak Lon (Stephen) Wu
>Priority: Major
> Attachments: HBASE-21181.master.001.patch
>
>
> when {{hbase.wal.dir}} is set to any filesystem other than the same 
> filesystem used by rootDir e.g. {{hbase.wal.dir}} set to 
> {{hdfs://something/wal}} and {{hbase.rootdir}} set to {{s3://something}}, 
> before this change, WAL archive directory ({{walArchiveDir}}) cannot be 
> created and failed the WALProcedureStore on HMaster.
> The issue is that WAL archive directory was considered to be collocated with 
> {{hbase.rootdir}} and creates a subdirectory under it. this logic needs to be 
> updated.



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