You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Chris Douglas (JIRA)" <ji...@apache.org> on 2016/03/02 04:09:18 UTC

[jira] [Updated] (HADOOP-12827) WebHdfs socket timeouts should be configurable

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

Chris Douglas updated HADOOP-12827:
-----------------------------------
    Attachment: HADOOP-12827.003.patch

bq. In hdfs-dfault.xml, can rephrase the following into something like "Value is recommended to followed by a unit specifier.... If no unit specified is given, the default will be milliseconds."

The user should always provide a unit, as {{Configuration::getTimeDuration}} complains if it is not provided. Would you mind if the default unit remained unspecified?

bq. In WebHDFS.md, I don't think we should put the dfs.webhdfs.socket.connect-timeout and dfs.webhdfs.socket.read-timeout in the oauth2 table. Can you add a new section with its own anchor for them?

Updated patch, grouped the timeouts with other WebHDFS properties.

The patch looks good to me. [~xyao], anything else before commit?

> WebHdfs socket timeouts should be configurable
> ----------------------------------------------
>
>                 Key: HADOOP-12827
>                 URL: https://issues.apache.org/jira/browse/HADOOP-12827
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: fs
>         Environment: all
>            Reporter: Austin Donnelly
>            Assignee: Austin Donnelly
>              Labels: easyfix, newbie
>         Attachments: HADOOP-12827.001.patch, HADOOP-12827.002.patch, HADOOP-12827.002.patch, HADOOP-12827.002.patch, HADOOP-12827.003.patch
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> WebHdfs client connections use sockets with fixed timeouts of 60 seconds to connect, and 60 seconds for reads.
> This is a problem because I am trying to use WebHdfs to access an archive storage system which can take minutes to hours to return the requested data over WebHdfs.
> The fix is to add new configuration file options to allow these 60s defaults to be customised in hdfs-site.xml.
> If the new configuration options are not present, the behavior is unchanged from before.



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