You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.
Opsview hangs after some unknown (longer) time displaying only the top menu (color and sort options) and no cluster anymore.
netstat in the kubeopsview container shows >2500 establisched connections to the redis pod:
netstat|grep kube-ops-view-6b6b5b6964-mhccj|wc -l
2554
[..]
tcp 2458306 0 kube-ops-view-6b6b5b6964-mhccj:57588 kube-ops-view-redis.ocp-ops-view.svc.cluster.local:6379 ESTABLISHED
tcp 1658433 0 kube-ops-view-6b6b5b6964-mhccj:52628 kube-ops-view-redis.ocp-ops-view.svc.cluster.local:6379 ESTABLISHED
Active UNIX domain sockets (w/o servers)
Proto RefCnt Flags Type State I-Node Path
Runtime is Openshit 3.11 (Kubernetes 1.11) with increased redis memory limits compared to the original deployment.
The text was updated successfully, but these errors were encountered:
Some more debugging:
ops-view is starting with 3 established connections to redis.
Every time the browser window is reloaded (either by reload button or the reload option) a new established connection appears. It seems that connections never terminate and consume resources until it crashes/hangs.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Opsview hangs after some unknown (longer) time displaying only the top menu (color and sort options) and no cluster anymore.
netstat in the kubeopsview container shows >2500 establisched connections to the redis pod:
netstat|grep kube-ops-view-6b6b5b6964-mhccj|wc -l
2554
[..]
tcp 2458306 0 kube-ops-view-6b6b5b6964-mhccj:57588 kube-ops-view-redis.ocp-ops-view.svc.cluster.local:6379 ESTABLISHED
tcp 1658433 0 kube-ops-view-6b6b5b6964-mhccj:52628 kube-ops-view-redis.ocp-ops-view.svc.cluster.local:6379 ESTABLISHED
Active UNIX domain sockets (w/o servers)
Proto RefCnt Flags Type State I-Node Path
Runtime is Openshit 3.11 (Kubernetes 1.11) with increased redis memory limits compared to the original deployment.
The text was updated successfully, but these errors were encountered: