cbickel commented on a change in pull request #4011: Customize invoker use 
memory for memory based loadbalancing
URL: 
https://github.com/apache/incubator-openwhisk/pull/4011#discussion_r220062422
 
 

 ##########
 File path: 
core/controller/src/main/scala/whisk/core/loadBalancer/ShardingContainerPoolBalancer.scala
 ##########
 @@ -594,22 +604,10 @@ case class ShardingContainerPoolBalancerState(
     val actualSize = newSize max 1 // if a cluster size < 1 is reported, falls 
back to a size of 1 (alone)
     if (_clusterSize != actualSize) {
       _clusterSize = actualSize
-      val newTreshold = if (totalInvokerThreshold / actualSize < 
MemoryLimit.minMemory) {
-        logging.warn(
 
 Review comment:
   Can we keep this warning? I think that information is important, because it 
gives an indication, why the loadbalancer overloaded a single 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:
[email protected]


With regards,
Apache Git Services

Reply via email to