cbickel commented on issue #3671: Activation id in header
URL: 
https://github.com/apache/incubator-openwhisk/pull/3671#issuecomment-392002543
 
 
   @rabbah @ddragosd 
   I also thought about making tid and activationid the same, but I see the 
following problems:
   - If a trigger is invoked, you have a trigger activation and several action 
activations. Which of these activations should get the tid as activation id
   - Same for sequences. Which of the actions should get the tid as 
activation-id.
   - One of the ideas of sending the tid to the controller, was to generate the 
tid in one of the providers and pass it with the request. With this ability you 
would be able to trace a request from end to end. But this also adds the risk, 
that it could not be unique anymore.
   
   But maybe there is an easy solution for all of these concerns ;)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to