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 "Takanobu Asanuma (Jira)" <ji...@apache.org> on 2020/05/11 10:04:00 UTC

[jira] [Created] (HDFS-15350) Set dfs.client.failover.random.order to true as default

Takanobu Asanuma created HDFS-15350:
---------------------------------------

             Summary: Set dfs.client.failover.random.order to true as default
                 Key: HDFS-15350
                 URL: https://issues.apache.org/jira/browse/HDFS-15350
             Project: Hadoop HDFS
          Issue Type: Improvement
          Components: hdfs-client
            Reporter: Takanobu Asanuma
            Assignee: Takanobu Asanuma


{noformat}
Currently, the default value of dfs.client.failover.random.order is
false. If it's true, clients access to NameNodes random order instead
of the configured order which is defined in hdfs-site.xml.

Setting dfs.client.failover.random.order=true is very important for
RBF if there are multiple routers. If it's false, all the clients
point to the same router because routers are always active.

And I think dfs.client.failover.random.order=true would be good manner
for normal HA(two-NameNodes) Cluster too. If it's false and the first
NameNode is standby, clients always access to standby NameNode at
first.

So I'd like to set dfs.client.failover.random.order to true as default
from 3.4. Does anyone have any concerns?
{noformat}
https://lists.apache.org/thread.html/ra79dde30235a1d302ea82120de8829c0aa7d6c0789f4613430610b8a%40%3Chdfs-dev.hadoop.apache.org%3E




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org