You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/10/05 22:47:11 UTC

[GitHub] tysonnorris closed pull request #4054: use "nodejs:default" for health action (instead of "nodejs:6")

tysonnorris closed pull request #4054: use "nodejs:default" for health action (instead of "nodejs:6")
URL: https://github.com/apache/incubator-openwhisk/pull/4054
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/core/controller/src/main/scala/whisk/core/loadBalancer/InvokerSupervision.scala b/core/controller/src/main/scala/whisk/core/loadBalancer/InvokerSupervision.scala
index 98e6cd4a7d..7e76f016ac 100644
--- a/core/controller/src/main/scala/whisk/core/loadBalancer/InvokerSupervision.scala
+++ b/core/controller/src/main/scala/whisk/core/loadBalancer/InvokerSupervision.scala
@@ -269,7 +269,7 @@ object InvokerPool {
 
   /** An action to use for monitoring invoker health. */
   def healthAction(i: ControllerInstanceId): Option[WhiskAction] =
-    ExecManifest.runtimesManifest.resolveDefaultRuntime("nodejs:6").map { manifest =>
+    ExecManifest.runtimesManifest.resolveDefaultRuntime("nodejs:default").map { manifest =>
       new WhiskAction(
         namespace = healthActionIdentity.namespace.name.toPath,
         name = EntityName(s"invokerHealthTestAction${i.asString}"),


 

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