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

watcher.go:208] watch chan error: EOF #463

Closed
deas opened this issue May 9, 2019 · 9 comments
Closed

watcher.go:208] watch chan error: EOF #463

deas opened this issue May 9, 2019 · 9 comments
Assignees
Labels
kind/bug Something isn't working
Milestone

Comments

@deas
Copy link

deas commented May 9, 2019

Describe the bug
With version 0.5 I frequently see errors

E0509 10:29:42.477736   30937 watcher.go:208] watch chan error: EOF

They originate here in kvsql

I don't remember them appearing with 0.4, so it seems to be a regression.

I did not yet observe any downstream errors yet. However, events don't get send so I assume they are there. ;)

@galal-hussein
Copy link
Contributor

@deas Its not really a regression, klog errors/warnings were displayed in 0.5, I still can reproduce the error logs in 0.4 if I start k3s with debug enabled

@galal-hussein galal-hussein added the kind/bug Something isn't working label May 9, 2019
@deniseschannon deniseschannon added this to the v0.6.0 milestone May 15, 2019
@andypost
Copy link

it happens every 1-3 seconds on mostly empty setup

@chenliu1993
Copy link

chenliu1993 commented May 25, 2019

I got this issue along with the error info below, too. Does this error mean k3s server is failing? Or just print the error information to the screen?

Failed to get system container stats for "/docker/328bcee8bbc949ccccbb0d68508a5949212e6e1305e0ecaf774ecfc39da41f2a/kube-proxy": failed to get cgroup stats for "/docker/328bcee8bbc949ccccbb0d68508a5949212e6e1305e0ecaf774ecfc39da41f2a/kube-proxy": failed to get container info for "/docker/328bcee8bbc949ccccbb0d68508a5949212e6e1305e0ecaf774ecfc39da41f2a/kube-proxy": unknown container "/docker/328bcee8bbc949ccccbb0d68508a5949212e6e1305e0ecaf774ecfc39da41f2a/kube-proxy"

@torvitas
Copy link

I got this issue along with the error info below, too. Does this error mean k3s server is failing? Or just print the error information to the screen?

Failed to get system container stats for "/docker/328bcee8bbc949ccccbb0d68508a5949212e6e1305e0ecaf774ecfc39da41f2a/kube-proxy": failed to get cgroup stats for "/docker/328bcee8bbc949ccccbb0d68508a5949212e6e1305e0ecaf774ecfc39da41f2a/kube-proxy": failed to get container info for "/docker/328bcee8bbc949ccccbb0d68508a5949212e6e1305e0ecaf774ecfc39da41f2a/kube-proxy": unknown container "/docker/328bcee8bbc949ccccbb0d68508a5949212e6e1305e0ecaf774ecfc39da41f2a/kube-proxy"

I am not seeing this kind of errors.

@chenliu1993
Copy link

chenliu1993 commented May 27, 2019

I got this issue along with the error info below, too. Does this error mean k3s server is failing? Or just print the error information to the screen?
Failed to get system container stats for "/docker/328bcee8bbc949ccccbb0d68508a5949212e6e1305e0ecaf774ecfc39da41f2a/kube-proxy": failed to get cgroup stats for "/docker/328bcee8bbc949ccccbb0d68508a5949212e6e1305e0ecaf774ecfc39da41f2a/kube-proxy": failed to get container info for "/docker/328bcee8bbc949ccccbb0d68508a5949212e6e1305e0ecaf774ecfc39da41f2a/kube-proxy": unknown container "/docker/328bcee8bbc949ccccbb0d68508a5949212e6e1305e0ecaf774ecfc39da41f2a/kube-proxy"

I am not seeing this kind of errors.

Ok, maybe this is an environment problem because I am running 'k3s server' inside self-build container. Although such errors appear, the container is initiailized as one server and make deployments. For now it does not have negative effects.

@yrn1
Copy link

yrn1 commented May 27, 2019

I'm seeing this too. Vanilla k3s installation with --docker option on Centos 7.6.1810

k3s[7480]: E0527 09:33:06.693874 7480 watcher.go:208] watch chan error: EOF

every 3 to 4 seconds.

@therealmikz
Copy link

Happens for me too, containerd, standard single-machine installation, it's all over my logs, every few second 24/7.

@tfiduccia
Copy link

Version - 0.6.0-rc3
Verified fixed

Comments: the "watch chan error" is no longer showing up in the logs. Ran journalctl -f and compared v0.6.0-rc2 to v0.6.0-rc3 to ensure error has gone away.

@TylerBrock
Copy link

@tfiduccia any chance to backport it for v0.5.x before v0.6x is released?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests