`CONFIG_whisk_loadbalancer_invokerBusyThreshold` has been replaced with 
`CONFIG_whisk_loadbalancer_invokerUserMemory`.

Before this fix the controller was triggering the following error:
```
[2018-08-24T19:26:24.437Z] [INFO] [#tid_sid_controller] [Controller] starting 
controller instance 0 [marker:controller_startup0_count:3021]
[2018-08-24T19:26:25.375Z] [INFO] [#tid_sid_dispatcher] [MessageFeed] handler 
capacity = 128, pipeline fill at = 128, pipeline depth = 256
Exception in thread "main" pureconfig.error.ConfigReaderException: Cannot 
convert configuration to a 
whisk.core.loadBalancer.ShardingContainerPoolBalancerConfig. Failures are:
  at 'whisk.loadbalancer':
    - Key not found: 'invoker-user-memory'.

        at pureconfig.package$.getResultOrThrow(package.scala:138)
        at pureconfig.package$.loadConfigOrThrow(package.scala:160)
        at 
whisk.core.loadBalancer.ShardingContainerPoolBalancer.<init>(ShardingContainerPoolBalancer.scala:159)
        at 
whisk.core.loadBalancer.ShardingContainerPoolBalancer$.instance(ShardingContainerPoolBalancer.scala:437)
        at whisk.core.controller.Controller.<init>(Controller.scala:117)
        at whisk.core.controller.Controller$.main(Controller.scala:258)
        at whisk.core.controller.Controller.main(Controller.scala)
```

[ Full content available at: 
https://github.com/apache/incubator-openwhisk-devtools/pull/151 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to