You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org> on 2008/11/26 12:14:44 UTC

[jira] Updated: (HADOOP-4732) connectionTimeout and readTimeout are passed in wrong order in ReduceTask.java

     [ https://issues.apache.org/jira/browse/HADOOP-4732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu updated HADOOP-4732:
--------------------------------------------

    Status: Patch Available  (was: Open)

>  connectionTimeout and readTimeout are passed in wrong order in ReduceTask.java
> -------------------------------------------------------------------------------
>
>                 Key: HADOOP-4732
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4732
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>            Priority: Minor
>             Fix For: 0.20.0
>
>         Attachments: patch-4732.txt
>
>
> In ReduceTask.java, The parameters for method calls for getInputStream(URLConnection connection,  int connectionTimeout,  int readTimeout) should be in that order. Now it is
> {code}
>         InputStream input = getInputStream(connection, DEFAULT_READ_TIMEOUT, 
>                                            STALLED_COPY_TIMEOUT);
> {code}
> It works now because both DEFAULT_READ_TIMEOUT and STALLED_COPY_TIMEOUT have the same value.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.