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 2018/08/08 11:40:09 UTC

[GitHub] style95 commented on issue #3671: Activation id in header

style95 commented on issue #3671: Activation id in header
URL: https://github.com/apache/incubator-openwhisk/pull/3671#issuecomment-411376673
 
 
   I think the point is, if we allow activationID generation in multiple components(nginx, controller), we cannot guarantee the activationID is unique(though the possibility of duplicate activationID is less.)
   
   To use the same ID for `TransactionID` and `ActivationID`, it should be generated in nginx.
   But also, ActivationID should be generated in controllers as a trigger is fired by controllers.
   

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


With regards,
Apache Git Services