markusthoemmes commented on issue #2747: Use non-blocking UUID generation in controller URL: https://github.com/apache/incubator-openwhisk/issues/2747#issuecomment-329523782 Very good find, there will definitly be contention going on when having multiple cores and thus largely parallel requests. Good find! One thing to keep in mind as well is that activation ids need to be unique in the domain of one namespace only, not necessarily globally which might reduce the need for "secure" randomization. ---------------------------------------------------------------- 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: [email protected]
With regards, Apache Git Services
