You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwhisk.apache.org by gi...@git.apache.org on 2017/05/15 08:57:59 UTC

[GitHub] markusthoemmes commented on a change in pull request #2205: Add ability to deploy a "hot-standby" controller

markusthoemmes commented on a change in pull request #2205: Add ability to deploy a "hot-standby" controller
URL: https://github.com/apache/incubator-openwhisk/pull/2205#discussion_r116440730
 
 

 ##########
 File path: core/controller/src/main/scala/whisk/core/loadBalancer/InvokerSupervision.scala
 ##########
 @@ -189,7 +189,7 @@ object InvokerPool {
  * This finite state-machine represents an Invoker in its possible
  * states "Healthy" and "Offline".
  */
-class InvokerActor extends FSM[InvokerState, InvokerInfo] {
+class InvokerActor(instance: Int) extends FSM[InvokerState, InvokerInfo] {
 
 Review comment:
   Want to rename this to `controllerInstance`?
 
----------------------------------------------------------------
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