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

Hudson commented on HDFS-10772:
-------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #10339 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/10339/])
HDFS-10772. Reduce byte/string conversions for get listing. Contributed 
(kihwal: rev a1f3293762dddb0ca953d1145f5b53d9086b25b8)
* (edit) 
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirStatAndListingOp.java


> Reduce byte/string conversions for get listing
> ----------------------------------------------
>
>                 Key: HDFS-10772
>                 URL: https://issues.apache.org/jira/browse/HDFS-10772
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: hdfs
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>             Fix For: 2.9.0, 3.0.0-alpha2
>
>         Attachments: HDFS-10772.patch
>
>
> {{FSDirectory.getListingInt}} does a byte/string conversion for the byte[] 
> startAfter just to determine if it should be resolved as an inode path.  This 
> is not the common case but rather for NFS support so it should be avoided.  
> When the resolution is necessary the conversions may be reduced.



--
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