@@ -89,8 +89,8 @@ func fastBestFit(nodes []NodeStatus, tasks []Task) Allocation {
best = &nodes[i]
}
log.Info(task, " choose ", best.ClientID)
if best == nil {
allocation.Flags["valid"] = false
break
} else {
The note is not visible to the blocked user.