Apache9 commented on PR #5096:
URL: https://github.com/apache/hbase/pull/5096#issuecomment-1471522871

   Changed the configuration names to `hbase.regionserver.wal.writer.impl` and 
`hbase.regionserver.wal.async.writer.impl`, which are mainly used for unit 
testing.
   
   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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to