You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/08/24 19:50:10 UTC

[GitHub] Juice10 opened a new pull request #151: Change config to work with 0.9.0

Juice10 opened a new pull request #151: Change config to work with 0.9.0
URL: https://github.com/apache/incubator-openwhisk-devtools/pull/151
 
 
   `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)
   ```

----------------------------------------------------------------
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