rabbah commented on a change in pull request #4586: Pass transactionId to
action container
URL: https://github.com/apache/openwhisk/pull/4586#discussion_r316819393
##########
File path:
core/invoker/src/main/scala/org/apache/openwhisk/core/containerpool/ContainerProxy.scala
##########
@@ -572,6 +572,7 @@ class ContainerProxy(
"namespace" -> job.msg.user.namespace.name.toJson,
"action_name" -> job.msg.action.qualifiedNameWithLeadingSlash.toJson,
"activation_id" -> job.msg.activationId.toString.toJson,
+ "transaction_id" -> tid.id.toJson,
Review comment:
Should this be `job.msg.transid.id` instead? In principle that should be the
same as `tid`.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services