print spawned eval in monitor

This commit is contained in:
Alex Dadgar
2016-05-19 13:16:10 -07:00
parent 6deadf1ccd
commit 9f5ab6648f

View File

@@ -306,6 +306,11 @@ func (m *monitor) monitor(evalID string, allowPrefix bool) int {
m.ui.Output(fmt.Sprintf("Task Group %q (failed to place %d %s):", tg, metrics.CoalescedFailures+1, noun))
dumpAllocMetrics(m.ui, metrics, false)
}
if eval.SpawnedBlockedEval != "" {
m.ui.Output(fmt.Sprintf("Spawned follow up blocked evaluation %q to place remainder",
limit(eval.SpawnedBlockedEval, m.length)))
}
}
default:
// Wait for the next update