markusthoemmes commented on issue #3272: improve loadbalancer's schedule 
algorithm
URL: 
https://github.com/apache/incubator-openwhisk/pull/3272#issuecomment-364846700
 
 
   As @rabbah would put it: Randomness generally helps against pathologies. 
Your `minBy` makes sense in homogenous load but once you start getting 
activations with different lengths, runtimes etc. using `minBy` might create a 
pathology.
   
   That said, it's the overflow case anyway so we cannot optimize that much. 
The overflow case will never be "perfect".

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to