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

Xiaoyu Yao commented on HDFS-10535:
-----------------------------------

Thanks [~szetszwo] for working on this. The patch looks good to me and just two 
unit test issues below.

TestAsyncDFS.java 
{code}
return cluster.getFileSystem().getAsyncDistributedFileSystem(); ==>
return cluster.getFileSystem().getNonblockingCalls(); 
{code}

TestAsyncHDFSWithHA.java
{code}
dfs.getAsyncDistributedFileSystem() ==>
dfs.getNonblockingCalls()
{code}


> Rename AsyncDistributedFileSystem
> ---------------------------------
>
>                 Key: HDFS-10535
>                 URL: https://issues.apache.org/jira/browse/HDFS-10535
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: hdfs-client
>            Reporter: Tsz Wo Nicholas Sze
>            Assignee: Tsz Wo Nicholas Sze
>         Attachments: h10535_20160616.patch
>
>
> Per discussion in HDFS-9924, AsyncDistributedFileSystem is not a good name 
> since we only support nonblocking calls for the moment.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to