rabbah edited a comment on issue #4988: URL: https://github.com/apache/openwhisk/issues/4988#issuecomment-766284811
Thanks @emilchitas - indeed this is a bug in the Invoker supervision which eagerly goes to healthy at startup when not enough canary activations have been accumulated. https://github.com/apache/openwhisk/blob/a1ba98778e3db80a06fe707c47c5f4c05d8b85ee/core/controller/src/main/scala/org/apache/openwhisk/core/loadBalancer/InvokerSupervision.scala#L389-L397 when the supervisor has accumulated only failures, it should not go to the healthy state (line 396). ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
