Skip to content

Commit 3a48228

Browse files
bdoyle0182Brendan Doyle
authored andcommitted
add container and creation ids to logs when queue attempts to stop for better debugging (apache#5324)
Co-authored-by: Brendan Doyle <[email protected]>
1 parent fe5993a commit 3a48228

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)