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 "Arun C Murthy (JIRA)" <ji...@apache.org> on 2009/01/27 09:40:59 UTC

[jira] Created: (HADOOP-5132) Allow MAX_XCEIVER_COUNT to be configured

Allow MAX_XCEIVER_COUNT to be configured
----------------------------------------

                 Key: HADOOP-5132
                 URL: https://issues.apache.org/jira/browse/HADOOP-5132
             Project: Hadoop Core
          Issue Type: Improvement
          Components: dfs
    Affects Versions: 0.20.0
            Reporter: Arun C Murthy
             Fix For: 0.21.0


Currently DataXcieverServer.java hardcodes MAX_XCEIVER_COUNT to 256. 

I ran a randomwriter with 4k maps and output replication set to 40 - all write pipelines failed since each DataNode hit the above limit and refused connections.

Should we consider making it configurable?

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