You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/08/31 16:58:06 UTC

[GitHub] dgrove-oss commented on issue #2680: do not use InstanceId.int within TransactionCounter

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,...
 
----------------------------------------------------------------
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