Skip to content

Commit cf08c3b

Browse files
author
Brendan Doyle
committed
add container and creation ids to logs when queue attempts to stop for better debugging
1 parent 138f3d9 commit cf08c3b

File tree

1 file changed

+1
-1
lines changed
  • core/scheduler/src/main/scala/org/apache/openwhisk/core/scheduler/queue

1 file changed

+1
-1
lines changed

core/scheduler/src/main/scala/org/apache/openwhisk/core/scheduler/queue/MemoryQueue.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ class MemoryQueue(private val etcdClient: EtcdClient,
242242
} else {
243243
logging.info(
244244
this,
245-
s"[$invocationNamespace:$action:$stateName] The queue is timed out but there are still ${queue.size} activation messages or (running: ${containers.size}, in-progress: ${creationIds.size}) containers")
245+
s"[$invocationNamespace:$action:$stateName] The queue is timed out but there are still ${queue.size} activation messages or (running: ${containers.size} -> ${containers.toString}, in-progress: ${creationIds.size} -> ${creationIds.toString}) containers")
246246
stay
247247
}
248248

0 commit comments

Comments
 (0)