429430431432433434435436
return chosenNode; } } } throw new NotEnoughReplicasException( "Not able to place enough replicas"); }
461462463464465466467468469
} } } if (numOfReplicas>0) { throw new NotEnoughReplicasException( "Not able to place enough replicas"); } }