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

The resourceVersion for the provided watch is too old. #72187

Closed
jicki opened this issue Dec 19, 2018 · 3 comments
Closed

The resourceVersion for the provided watch is too old. #72187

jicki opened this issue Dec 19, 2018 · 3 comments
Labels
needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one.

Comments

@jicki
Copy link

jicki commented Dec 19, 2018

  • kubernetes 1.13.1
  • etcd Version: 3.2.24
Dec 19 14:20:18 kubernetes-1 etcd: finished scheduled compaction at 287899 (took 880.318µs)
Dec 19 14:20:42 kubernetes-1 kube-apiserver: E1219 14:20:42.734560   16692 watcher.go:208] watch chan error: etcdserver: mvcc: required revision has been compacted
Dec 19 14:20:42 kubernetes-1 kube-controller-manager: W1219 14:20:42.734797   16725 reflector.go:270] k8s.io/client-go/informers/factory.go:132: watch of *v1beta1.Event ended with: The resourceVersion for the provided watch is too old.
@k8s-ci-robot
Copy link
Contributor

@jicki: There are no sig labels on this issue. Please add a sig label by either:

  1. mentioning a sig: @kubernetes/sig-<group-name>-<group-suffix>
    e.g., @kubernetes/sig-contributor-experience-<group-suffix> to notify the contributor experience sig, OR

  2. specifying the label manually: /sig <group-name>
    e.g., /sig scalability to apply the sig/scalability label

Note: Method 1 will trigger an email to the group. See the group list.
The <group-suffix> in method 1 has to be replaced with one of these: bugs, feature-requests, pr-reviews, test-failures, proposals.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-ci-robot k8s-ci-robot added the needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. label Dec 19, 2018
@jicki jicki closed this as completed Dec 19, 2018
@jicki jicki reopened this Dec 19, 2018
@liggitt
Copy link
Member

liggitt commented Dec 19, 2018

this is working as designed. attempts to re-establish a watch from a resourceVersion that is no longer available return a 410 Gone error, prompting the caller to re-list objects and obtain a new current resourceVersion to watch from

/close

@k8s-ci-robot
Copy link
Contributor

@liggitt: Closing this issue.

In response to this:

this is working as designed. attempts to re-establish a watch from a resourceVersion that is no longer available return a 410 Gone error, prompting the caller to re-list objects and obtain a new current resourceVersion to watch from

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one.
Projects
None yet
Development

No branches or pull requests

3 participants