Replies: 1 comment
-
|
Adding these two configuration parameters "--timeout", "300", "--keep-alive", "10" on the server solved the problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone..
I've got a weird problem here.
My KONG setup
kong:3.1
kong-ingress-controller:2.8
Current Behavior
Our two services are accessed across k8s clusters, routed through the kong gateway. Now we have captured the following error information in the production environment.
Client error:
I captured the TCP packet when the connection was closed.

Gateway ip: 10.116.212.39
Server ip: 10.116.186.204
I don't quite understand why the server has already responded to fin, and then kong sent another post?
service config:
I have tried the following configuration changes, but to no avail.
This phenomenon is sporadic and may only occur once or twice a day.
Beta Was this translation helpful? Give feedback.
All reactions