Skip to content

Commit

Permalink
HDDS-9343. (addendum) Shift sortDatanodes logic to OM (#5391)
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroszlai committed Mar 7, 2024
1 parent 140c5de commit a145dd5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ public class TestGetClusterTreeInformation {
public static void init() throws IOException, TimeoutException,
InterruptedException {
conf = new OzoneConfiguration();
cluster = MiniOzoneCluster.newBuilder(conf)
.setNumDatanodes(numOfDatanodes)
cluster = MiniOzoneCluster.newHABuilder(conf)
.setNumOfOzoneManagers(3)
.setNumOfStorageContainerManagers(3)
.setNumDatanodes(numOfDatanodes)
.build();
cluster.waitForClusterToBeReady();
scm = cluster.getStorageContainerManager();
Expand Down

0 comments on commit a145dd5

Please sign in to comment.