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

Hudson commented on HDFS-4595:
------------------------------

Integrated in Hadoop-Yarn-trunk #155 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk/155/])
    HDFS-4595. When short circuit read is fails, DFSClient does not fallback to 
regular reads. Contributed by Suresh Srinivas. (Revision 1456047)

     Result = SUCCESS
suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1456047
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/BlockReaderLocal.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSClient.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSInputStream.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DistributedFileSystem.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestShortCircuitLocalRead.java

                
> When short circuit read is fails, DFSClient does not fallback to regular reads
> ------------------------------------------------------------------------------
>
>                 Key: HDFS-4595
>                 URL: https://issues.apache.org/jira/browse/HDFS-4595
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: hdfs-client
>    Affects Versions: 2.0.0-alpha
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 2.0.5-beta
>
>         Attachments: HDFS-4595.patch, HDFS-4595.patch, HDFS-4595.patch, 
> HDFS-4595.patch
>
>
> In 1.0, when short circuit is disallowed for a user, the DFSClient disables 
> short circuit and falls back to the regular socket based reads over 
> DataTransferProtocol. In release 2.0, this fallback functionality is not 
> working.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to