[ 
https://issues.apache.org/jira/browse/HBASE-15264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15146518#comment-15146518
 ] 

Duo Zhang commented on HBASE-15264:
-----------------------------------

Let me try addressing the hadoop version issue...

For checkstyle, "total was 0", is it possible? And yeah I could fix some, but 
this one

{noformat}
./hbase-server/src/main/java/org/apache/hadoop/hbase/util/FanOutOneBlockAsyncDFSOutput.java:159:33:
 error: Inner assignments should be avoided.
{noformat}

{code:title=FanOutOneBlockAsyncDFSOutput.java}
for (Callback cb; (cb = waitingAckQueue.peekFirst()) != null;) {
{code}

I think this is a standard pattern? How do I fix this...

Thanks.

> Implement a fan out HDFS OutputStream
> -------------------------------------
>
>                 Key: HBASE-15264
>                 URL: https://issues.apache.org/jira/browse/HBASE-15264
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Duo Zhang
>            Assignee: Duo Zhang
>         Attachments: HBASE-15264.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to