You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/08/22 18:19:26 UTC

[GitHub] [openwhisk] rabbah commented on a change in pull request #4586: Pass transactionId to action container

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:
users@infra.apache.org


With regards,
Apache Git Services