Details
Description
In HDFS-14162, we made it so that the Balancer could function when ObserverReadProxyProvider was in use. However, the Balancer would still read from the active NameNode, because getBlocks wasn't annotated as @ReadOnly. This task is to enable the Balancer to actually read from the Observer Node to alleviate load from the active NameNode.
Attachments
Attachments
Issue Links
- is related to
-
HDFS-14162 Balancer should work with ObserverNode
- Resolved
-
HDFS-14973 Balancer getBlocks RPC dispersal does not function properly
- Resolved
- relates to
-
HDFS-15032 Balancer crashes when it fails to contact an unavailable NN via ObserverReadProxyProvider
- Resolved