Replies: 5 comments 7 replies
-
Add some monitoring capture information. kong worker lua vm usage by node kong proxy container memory usage Do you need any more information from me? |
Beta Was this translation helpful? Give feedback.
-
Kong 3.x uses lua-resty-events as its event propagation mechanism, this library works with unix domain socket, the error message you saw are lua-resty-events generated, because frequently rebooting interrupt socket communication. I think that it will not harm kong's working. |
Beta Was this translation helpful? Give feedback.
-
Here is the blog post: https://konghq.com/blog/engineering/nginx-openresty-event-handling-strategy-for-cpu-efficiency |
Beta Was this translation helpful? Give feedback.
-
It seems that the k8s' health probe restarts kong gateway frequently, perhaps we should check this. |
Beta Was this translation helpful? Give feedback.
-
I am sure that the unavailable backend service will not cause Kong to restart, you should check why k8s health probe fails. |
Beta Was this translation helpful? Give feedback.
-
Hi everyone..
When kong receives a large number of long-term connection requests. Kong will keep restarting. I see a lot of errors like this in the logs. What causes it?
My kong config
ingress
Beta Was this translation helpful? Give feedback.
All reactions