Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.1.0, 2.9.1, 3.0.1
-
None
-
Reviewed
Description
In the NamenodeBeanMetrics the router will invokes 'getDataNodeReport' periodically. And we can set the dfs.federation.router.dn-report.time-out and dfs.federation.router.dn-report.cache-expire to avoid time out. But when we start the router, the FederationMetrics will also invoke the method to get node usage. If time out error happened, we cannot adjust the parameter time_out. And the time_out in the FederationMetrics and NamenodeBeanMetrics should be the same.
Attachments
Attachments
Issue Links
- Blocked
-
HADOOP-15916 Upgrade Maven Surefire plugin to 3.0.0-M1
- Resolved
- is related to
-
HDFS-15432 RBF: Move cache datanode reports from NamenodeBeanMetrics to RouterRpcServer
- Open