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:
[email protected]


With regards,
Apache Git Services

Reply via email to