dgrove-oss commented on issue #2680: do not use InstanceId.int within TransactionCounter URL: https://github.com/apache/incubator-openwhisk/pull/2680#issuecomment-326358311 to expand on what Rodric said: invoker0 would generate tids 0,0,0,... invoker1 would generate 1,2,3,... invoker2 would generate 2,4,6,... This fixes all of the invokers to generate tids 1,2,3,... (if they were actually to generate tids) ---------------------------------------------------------------- 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
