markusthoemmes commented on a change in pull request #3211: implement
ContainerFactory.cpuShare to fix #3110
URL:
https://github.com/apache/incubator-openwhisk/pull/3211#discussion_r170878622
##########
File path:
core/invoker/src/main/scala/whisk/core/containerpool/ContainerPool.scala
##########
@@ -147,7 +145,7 @@ class ContainerPool(childFactory: ActorRefFactory =>
ActorRef,
logging.error(
this,
s"Rescheduling Run message, too many message in the pool,
freePoolSize: ${freePool.size}, " +
- s"busyPoolSize: ${busyPool.size}, maxActiveContainers
$maxActiveContainers, " +
+ s"busyPoolSize: ${busyPool.size}, maxActiveContainers
$poolConfig.maxActiveContainers, " +
Review comment:
Needs braces around poolConfig.maxActiveContainers
----------------------------------------------------------------
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