This PR solves #27 . It Introduces a new PartitionPlacementStrategy which always tries to select the local worker first. For scenarios where network bandwidth is the bottleneck, this can save network bandwidth.
Brief change log
Add a new PartitionPlacementStrategy which always tries to select the local worker first.
What is the purpose of the change
This PR solves #27 . It Introduces a new PartitionPlacementStrategy which always tries to select the local worker first. For scenarios where network bandwidth is the bottleneck, this can save network bandwidth.
Brief change log
Add a new PartitionPlacementStrategy which always tries to select the local worker first.
Verifying this change
This change added tests.