You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2010/01/23 02:43:21 UTC

[jira] Created: (HDFS-917) Write pipeline heartbeat interval should be determined by client timeout, not DN

Write pipeline heartbeat interval should be determined by client timeout, not DN
--------------------------------------------------------------------------------

                 Key: HDFS-917
                 URL: https://issues.apache.org/jira/browse/HDFS-917
             Project: Hadoop HDFS
          Issue Type: Improvement
          Components: hdfs client
    Affects Versions: 0.22.0
            Reporter: Todd Lipcon


For the dfs client timeouts to be more effective, they should be communicated to the DN on the start of a write, so that the DN can send heartbeats at a fast enough rate. Currently, the pipeline heartbeats are half the datanode's socket timeout, so a DFS client with a very low timeout will fail if it's not continuously writing application data.

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