From 9f5ab6648fc439b83b052d27323402dc5569c000 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Thu, 19 May 2016 13:16:10 -0700 Subject: [PATCH] print spawned eval in monitor --- command/monitor.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/command/monitor.go b/command/monitor.go index 62b6dc836..f5417f26a 100644 --- a/command/monitor.go +++ b/command/monitor.go @@ -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