[
https://issues.apache.org/jira/browse/HBASE-18015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16001806#comment-16001806
]
Hudson commented on HBASE-18015:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #2975 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/2975/])
HBASE-18015 Storage class aware block placement for procedure v2 WALs
(apurtell: rev 3dc38a4ff1210e662f3d08fe768def9b79f008e9)
* (edit) hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
> Storage class aware block placement for procedure v2 WALs
> ---------------------------------------------------------
>
> Key: HBASE-18015
> URL: https://issues.apache.org/jira/browse/HBASE-18015
> Project: HBase
> Issue Type: Improvement
> Affects Versions: 2.0.0
> Reporter: Andrew Purtell
> Assignee: Andrew Purtell
> Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HBASE-18015.patch
>
>
> After HBASE-14061, HBASE-15172, and HBASE-17538, we can specify storage class
> placement policies for store files and WAL files. However, we missed
> procedure v2 WALs aka "MasterProcWAL", opened and updated by the master. We
> should apply the same storage policy for procv2 WALs as we do for
> regionserver WALs, specified by the HConstants.WAL_STORAGE_POLICY
> configuration key, using HConstants.DEFAULT_WAL_STORAGE_POLICY as default.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)