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

Duo Zhang resolved HBASE-27702.
-------------------------------
    Fix Version/s: 2.6.0
                   3.0.0-alpha-4
     Hadoop Flags: Reviewed
     Release Note: 
Changed the configuration names to 'hbase.regionserver.wal.writer.impl' and 
'hbase.regionserver.wal.async.writer.impl', which are mainly used for unit 
testing. End users should not use them.

Removed 'SecureProtobufLogWriter' and 'SecureAsyncProtobufLogWriter'. You can 
now use ProtobufLogWriter and AsyncProtobufLogWriter to write encrypted data 
directly. Since the configuration names have changed, there will be no problems 
if users’ old configuration files contain SecureProtobufLogWriter and 
SecureAsyncProtobufLogWriter, as they will never be loaded. But we still 
suggest that you remove these unused configurations from your configuration 
file.
       Resolution: Fixed

Pushed to master and branch-2.

Thanks [~zghao] for reviewing!

> Remove 'hbase.regionserver.hlog.writer.impl' config
> ---------------------------------------------------
>
>                 Key: HBASE-27702
>                 URL: https://issues.apache.org/jira/browse/HBASE-27702
>             Project: HBase
>          Issue Type: Task
>          Components: wal
>            Reporter: Duo Zhang
>            Assignee: Duo Zhang
>            Priority: Major
>             Fix For: 2.6.0, 3.0.0-alpha-4
>
>
> We do not support sequence file based WAL file any more, and we should also 
> automatically choose SecureProtobufWALWriter if WAL entryption is enabled.
> This is a follow up issue for HBASE-27632.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to