Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis connection may be disconnected after a certain period of time #715

Closed
withsmilo opened this issue May 31, 2019 · 1 comment
Closed

Comments

@withsmilo
Copy link
Collaborator

withsmilo commented May 31, 2019

My teammate is testing Clipper with the private k8s cluster, he found a critical bug after some long tests.

The redis connections (redis - mgmt_frontend, redis - query_frontend) might be broken if there is no action during 30 minutes of starting Clipper cluster. The reason for this problem is that the session persistence time of SWLB is set to be short for our k8s cluster.

To resolve this problem, we have to turn on ‘tcp keepalive’ option in redox. I’m going to create a PR this monday.

@rkooo567
Copy link
Collaborator

rkooo567 commented Jun 4, 2019

Closed with #717

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants