markusthoemmes commented on issue #2747: Use non-blocking UUID generation in controller URL: https://github.com/apache/incubator-openwhisk/issues/2747#issuecomment-330981476 Making up my mind, using `ThreadLocalRandom` seems like a bad idea. How does implementing `ThreadLocal[SecureRandom]` sound? As our dispatcher uses a fixed number of threads, the performance hit of generating a new `SecureRandom` instance should be negligible. ---------------------------------------------------------------- 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
