rabbah commented on a change in pull request #3104: Add TID stride configuration
URL: 
https://github.com/apache/incubator-openwhisk/pull/3104#discussion_r161171795
 
 

 ##########
 File path: common/scala/src/main/resources/application.conf
 ##########
 @@ -82,4 +82,9 @@ whisk {
         activations-ddoc = "whisks.v2"
         activations-filter-ddoc = "whisks-filters.v2"
     }
+    # transaction ID related configuration
+    transactions {
+        stride = 1
+        stride = ${?CONTROLLER_INSTANCES}
 
 Review comment:
   since this is in the common conf, it feels wrong to have this tied to 
controller instances.
   ` +        stride = ${?CONTROLLER_INSTANCES} `
   
   i don't have a better suggestion short of factoring out the tid entirely out 
(to nginx say and use `$request_id`).
   

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

Reply via email to