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/06/12 02:33:45 UTC

[GitHub] rabbah opened a new issue #3749: managed and blackbox invoker counts are wrong when adding new invokers

rabbah opened a new issue #3749: managed and blackbox invoker counts are wrong when adding new invokers
URL: https://github.com/apache/incubator-openwhisk/issues/3749
 
 
   If you deploy additional invokers, they will register with the load balancer but will not get assigned additional load. 
   
   https://github.com/apache/incubator-openwhisk/blob/6a5ef98d80c5b1f857ef8baaef93b522662a88ef/core/controller/src/main/scala/whisk/core/loadBalancer/ShardingContainerPoolBalancer.scala#L427-L428
   
   Need to `floor` and `ceil` these expressions.

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