apache / openwhisk

Apache OpenWhisk is an open source serverless cloud platform
https://openwhisk.apache.org/
Apache License 2.0
6.56k stars 1.17k forks source link

[ERROR] [#tid_sid_unknown] [ContainerProxy] Failed during use of warm container Some(ContainerId(wskowdev-invoker-00-33-guest-wskread)), queued activations will be resent. #5407

Open QWQyyy opened 1 year ago

QWQyyy commented 1 year ago

We use openwhisk-deploy-kube deploy openwhisk in my K8s clusterm, and deploy some function, we will test the openwhisk performance in K8s with K6, But warm start look like all faild? image What I mean is, although the function can return the result correctly sometimes, the performance is too bad, even only single digit TPS, I can guarantee that my hardware resources are sufficient, but I can't get the ideal test result. We find the logs in owsk-invoker: image very much errors:2023-05-08T14:52:50.890Z] [ERROR] [#tid_sid_unknown] [ContainerProxy] Failed during use of warm container Some(ContainerId(wskowdev-invoker-00-33-guest-wskread)), queued activations will be resent.

style95 commented 1 year ago

Whenever the error happens, the container will be removed and it will cause poor performance.

QWQyyy commented 1 year ago

Whenever the error happens, the container will be removed and it will cause poor performance.

How should we avoid this problem and achieve better performance, maybe I should do some proper configuration on helm?