Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.0
-
Reviewed
Description
As with HDFS-13183, NameNodeConnector#getLiveDatanodeStorageReport() can also request to SNN to reduce the ANN load.
There are two points that need to be mentioned:
1. FSNamesystem#getDatanodeStorageReport() is OperationCategory.UNCHECKED, so we can access SNN directly.
2. We can share the same UT(testBalancerRequestSBNWithHA) with NameNodeConnector#getBlocks().
Attachments
Attachments
Issue Links
- links to