[ https://issues.apache.org/jira/browse/HDFS-7356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Li Lu reassigned HDFS-7356: --------------------------- Assignee: Li Lu > Use DirectoryListing.hasMore() directly in nfs > ---------------------------------------------- > > Key: HDFS-7356 > URL: https://issues.apache.org/jira/browse/HDFS-7356 > Project: Hadoop HDFS > Issue Type: Bug > Reporter: Haohui Mai > Assignee: Li Lu > Priority: Minor > > In NFS the following code path can be simplified using > {{DirectoryListing.hasMore()}}: > {code} > boolean eof = (n < fstatus.length) ? false : (dlisting > .getRemainingEntries() == 0); > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)