place-labs / k8s-helm

Helm charts for PlaceOS on Kubernetes
0 stars 2 forks source link

rethinkdb-proxy becomes disconnected from rethinkdb-cluster #13

Closed viv-4 closed 2 years ago

viv-4 commented 3 years ago

Describe the bug Several times in GKE deployments, and Openshift, the dev-rethinkdb-proxy container has become disconnected from dev-rethinkdb-cluster and does not recover until the pod is manually recreated.

Disconnected from server "dev_rethinkdb_cluster_0"

Your environment rethinkdb-proxy: chart: rethinkdb-1.1.4 image: codylundquist/helm-rethinkdb-cluster:0.1.0 rethinkdb-cluster: chart: rethinkdb-1.1.4 image: codylundquist/helm-rethinkdb-cluster:0.1.0

To Reproduce To reproduce deploy to GKE/Openshift and wait. It has taken weeks to happen.

Expected behavior rethinkdb-proxy to recover should it lose connection to rethinkdb-cluster

Screenshots image

Additional context Have seen this same issue caused by rethinkdb-cluster restarting. In these cases though there isn't any visible issue with rethinkdb-cluster.