Description
Implement a new container placement policy implementation based datanode's network topology. It follows the same rule as HDFS.
By default with 3 replica, two replica will be on the same rack, the third replica and all the remaining replicas will be on different racks.
Attachments
Attachments
Issue Links
- causes
-
HDDS-1599 Fix TestReplicationManager and checkstyle issues.
- Resolved