[
https://issues.apache.org/jira/browse/HBASE-21688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16754370#comment-16754370
]
Zach York commented on HBASE-21688:
-----------------------------------
I was just looking at AbstractFSWALProvider[1] and noticed this was using
.getFileSystem which we shouldn't be using (We should explicitly call out which
FS we are using via the FSUtils methods). This wasn't added in this patch, but
should be fixed if we are hardening the FS here.
[1]
https://github.com/apache/hbase/blob/master/hbase-server/src/main/java/org/apache/hadoop/hbase/wal/AbstractFSWALProvider.java#L477
> Address WAL filesystem issues
> -----------------------------
>
> Key: HBASE-21688
> URL: https://issues.apache.org/jira/browse/HBASE-21688
> Project: HBase
> Issue Type: Bug
> Components: Filesystem Integration, wal
> Reporter: Vladimir Rodionov
> Assignee: Vladimir Rodionov
> Priority: Major
> Labels: s3
> Fix For: 3.0.0
>
> Attachments: HBASE-21688-amend.2.patch, HBASE-21688-amend.patch,
> HBASE-21688-v1.patch
>
>
> Scan and fix code base to use new way of instantiating WAL File System.
> https://issues.apache.org/jira/browse/HBASE-21457?focusedCommentId=16734688&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16734688
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)