Re: About the default value of dfs.client.failover.random.order.

2020-05-11 Thread Takanobu Asanuma
Hi, Seems there are no concerns for now. I created HDFS-15350 addressing it. If you have any concerns, please comment on the jira. Thanks, - Takanobu 2020年4月30日(木) 17:27 Takanobu Asanuma : > > Hi, > > Currently, the default value of dfs.client.failover.random.order is > false. If it's true, clie

About the default value of dfs.client.failover.random.order.

2020-04-30 Thread Takanobu Asanuma
Hi, 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 ro