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:
[email protected]
With regards,
Apache Git Services