Skip to content

Commit

Permalink
Debug output #10
Browse files Browse the repository at this point in the history
  • Loading branch information
tillrohrmann committed Jan 17, 2015
1 parent 5f1b950 commit e701702
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ protected SimpleSlot getFreeSubSlotForTask(ExecutionVertex vertex,
// we need potentially to loop multiple times, because there may be false positives
// in the set-with-available-instances
while (true) {
System.out.println("Get free sub slot for " + vertex + " constraint " + constraint);
Pair<Instance, Locality> instanceLocalityPair = findInstance(requestedLocations);

if(instanceLocalityPair == null){
Expand Down

0 comments on commit e701702

Please sign in to comment.