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/06/29 13:38:26 UTC

[GitHub] markusthoemmes opened a new issue #2442: Implement loadbalancer home stickyness

markusthoemmes opened a new issue #2442: Implement loadbalancer home stickyness
URL: https://github.com/apache/incubator-openwhisk/issues/2442
 
 
   The current loadbalancing algorithm computes the home invoker for an action/namespace pair each time it tries to dispatch it. If an invoker goes unhealthy between two invocations, the whole home-invoker assignment changes for all actions causing a "rebalancing" of all actions throughout the system. That causes cold-invocations for everyone and is not desirable.
   
   We should store the first computed home-invoker for each action and only recompute it, if the chosen invoker is not available anymore.
 
----------------------------------------------------------------
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