[
https://issues.apache.org/jira/browse/HBASE-15407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15213459#comment-15213459
]
Ted Yu commented on HBASE-15407:
--------------------------------
Please address checkstyle warning, if you haven't:
./hbase-server/src/main/java/org/apache/hadoop/hbase/util/FanOutOneBlockAsyncDFSOutputHelper.java:489:
for (ChannelHandler handler; (handler = p.removeLast()) != null;)
{:49: error: Inner assignments should be avoided.
.
> Add SASL support for fan out OutputStream
> -----------------------------------------
>
> Key: HBASE-15407
> URL: https://issues.apache.org/jira/browse/HBASE-15407
> Project: HBase
> Issue Type: Sub-task
> Reporter: Duo Zhang
> Assignee: Duo Zhang
> Attachments: HBASE-15407-v1.patch, HBASE-15407-v2.patch,
> HBASE-15407-v3.patch, HBASE-15407-v4.patch, HBASE-15407-v5.patch,
> HBASE-15407.patch
>
>
> Otherwise we can not use it in secure environment.
> Should be a netty handler, but see
> https://github.com/netty/netty/issues/1966
> I do not think it will be available in the near future, so we need to do it
> by ourselves.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)