You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cb...@apache.org on 2018/03/08 09:48:15 UTC

[incubator-openwhisk] branch master updated: Use ShardingContainerPoolBalancer as the default. (#3400)

This is an automated email from the ASF dual-hosted git repository.

cbickel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new b163f80  Use ShardingContainerPoolBalancer as the default. (#3400)
b163f80 is described below

commit b163f805c428af7c87d1ac8b78e0283619ce75ec
Author: Markus Thömmes <ma...@me.com>
AuthorDate: Thu Mar 8 10:48:13 2018 +0100

    Use ShardingContainerPoolBalancer as the default. (#3400)
---
 common/scala/src/main/resources/reference.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/scala/src/main/resources/reference.conf b/common/scala/src/main/resources/reference.conf
index 4530aef..9821b8f 100644
--- a/common/scala/src/main/resources/reference.conf
+++ b/common/scala/src/main/resources/reference.conf
@@ -3,5 +3,5 @@ whisk.spi{
   MessagingProvider = whisk.connector.kafka.KafkaMessagingProvider
   ContainerFactoryProvider = whisk.core.containerpool.docker.DockerContainerFactoryProvider
   LogStoreProvider = whisk.core.containerpool.logging.DockerToActivationLogStoreProvider
-  LoadBalancerProvider = whisk.core.loadBalancer.ContainerPoolBalancer
+  LoadBalancerProvider = whisk.core.loadBalancer.ShardingContainerPoolBalancer
 }

-- 
To stop receiving notification emails like this one, please contact
cbickel@apache.org.