2021-07-13 07:01:53 UTC - Michele Sciabarra: Hi all I force pushed my PR for
the python runtime but the travis build does not start
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1626159713078300
----
2021-07-13 07:01:54 UTC - Michele Sciabarra:
<https://github.com/apache/openwhisk-runtime-python/pull/110>
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1626159714078500
----
2021-07-13 07:02:09 UTC - Michele Sciabarra: Travis CI - Pull Request
_Expected_ — _Waiting for status to be reported_
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1626159729078700
----
2021-07-13 07:02:26 UTC - Michele Sciabarra: Not sure what to do to run the
checks
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1626159746079000
----
2021-07-13 17:02:24 UTC - Ben Carver: Hello all. I've been using OpenWhisk just
fine for a while now, but all of a sudden my GKE deployment stopped working.
Many of the pods are unable to reach the `Running` status/state, and I am
seeing some errors on the controller when I look at the logs.
```[2021-07-13T16:58:15.543Z] [ERROR] [#tid_sid_loadbalancer] [] [InvokerPool]
error creating test action for invoker health:
org.apache.openwhisk.core.database.PutException: Unexpected http response code:
500 Internal Server Error (details:
{"error":"unknown_error","reason":"undefined"})
Exception in thread "main" org.apache.openwhisk.core.database.PutException:
Unexpected http response code: 500 Internal Server Error (details:
{"error":"unknown_error","reason":"undefined"})
at
org.apache.openwhisk.core.database.CouchDbRestStore.$anonfun$put$11(CouchDbRestStore.scala:132)
at
org.apache.openwhisk.core.database.CouchDbRestStore$$Lambda$1675/00000000BC0CCC70.apply(Unknown
Source)
at scala.util.Success.$anonfun$map$1(Try.scala:255)
at scala.util.Success.map(Try.scala:213)
at scala.concurrent.Future.$anonfun$map$1(Future.scala:292)
at scala.concurrent.Future$$Lambda$595/00000000C800DB00.apply(Unknown
Source)
at scala.concurrent.impl.Promise.liftedTree1$1(Promise.scala:33)
at scala.concurrent.impl.Promise.$anonfun$transform$1(Promise.scala:33)
at
scala.concurrent.impl.Promise$$Lambda$171/00000000F51CCEA0.apply(Unknown Source)
at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:64)
at
akka.dispatch.BatchingExecutor$AbstractBatch.processBatch(BatchingExecutor.scala:55)
at
akka.dispatch.BatchingExecutor$BlockableBatch.$anonfun$run$1(BatchingExecutor.scala:92)
at
akka.dispatch.BatchingExecutor$BlockableBatch$$Lambda$1243/00000000C80116E0.apply$mcV$sp(Unknown
Source)
at
scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
at
scala.concurrent.BlockContext$.withBlockContext(BlockContext.scala:85)
at
akka.dispatch.BatchingExecutor$BlockableBatch.run(BatchingExecutor.scala:92)
at akka.dispatch.TaskInvocation.run(AbstractDispatcher.scala:41)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)```
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1626195744083000?thread_ts=1626195744.083000&cid=C3TPCAQG1
----