You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/12/05 18:31:14 UTC

[GitHub] rabbah commented on a change in pull request #4159: Add additional debug information to Loadbalancer.

rabbah commented on a change in pull request #4159: Add additional debug information to Loadbalancer.
URL: https://github.com/apache/incubator-openwhisk/pull/4159#discussion_r239184577
 
 

 ##########
 File path: core/controller/src/main/scala/org/apache/openwhisk/core/loadBalancer/ShardingContainerPoolBalancer.scala
 ##########
 @@ -265,6 +268,9 @@ class ShardingContainerPoolBalancer(
     chosen
       .map { invoker =>
         setupActivation(msg, action, invoker)
+        logging.info(
+          this,
+          s"activation ${msg.activationId} of $actionType-action '${msg.action.asString}' invoked by namespace '${msg.user.namespace.name.asString}' with memory-limit of ${action.limits.memory.megabytes} MB will be executed on invoker${invoker.toInt}")
 
 Review comment:
   small tweak suggested:
   
   ```
   s"activation ${msg.activationId} for '${msg.action.asString}' by namespace '${msg.user.namespace.name.asString}' with memory limit ${action.limits.memory.megabytes}MB assigned to $actionType $invoker"
   ``` 

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