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/16 09:38:25 UTC

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

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

 ##########
 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:
   Addressed in 51f45abb96297b9c6dd2885f0c00f94c7b060156
 
----------------------------------------------------------------
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