style95 commented on code in PR #5278:
URL: https://github.com/apache/openwhisk/pull/5278#discussion_r928360615
##########
core/scheduler/src/main/scala/org/apache/openwhisk/core/scheduler/Scheduler.scala:
##########
@@ -289,6 +292,11 @@ object Scheduler {
implicit val logger = new
AkkaLogging(akka.event.Logging.getLogger(actorSystem, this))
+ if (useClusterBootstrap) {
+ AkkaManagement(actorSystem).start()
+ ClusterBootstrap(actorSystem).start()
+ }
Review Comment:
The `ShardingContaienrPoolBalancer` considers both seed-nodes-based and
discovery-based approaches.
It looks this is to support both ansible-based deployment and deployment on
K8S.
https://github.com/apache/openwhisk/pull/3548
I believe discovery would work with Ansible too but it would be great to
keep options for those who are using seed nodes.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]