[
https://issues.apache.org/jira/browse/HBASE-15538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Duo Zhang updated HBASE-15538:
------------------------------
Resolution: Fixed
Hadoop Flags: Reviewed
Release Note:
Add the following config in hbase-site.xml if you want to use secure protobuf
wal writer together with AsyncFSWAL
{code}
<property>
<name>hbase.regionserver.hlog.async.writer.impl</name>
<value>org.apache.hadoop.hbase.regionserver.wal.SecureAsyncProtobufLogWriter</value>
</property>
<property>
{code}
Status: Resolved (was: Patch Available)
Pushed to master. Thanks [~stack] for reviewing.
> Implement secure async protobuf wal writer
> ------------------------------------------
>
> Key: HBASE-15538
> URL: https://issues.apache.org/jira/browse/HBASE-15538
> Project: HBase
> Issue Type: Sub-task
> Reporter: Duo Zhang
> Assignee: Duo Zhang
> Fix For: 2.0.0
>
> Attachments: HBASE-15538-v1.patch, HBASE-15538-v2.patch,
> HBASE-15538.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)