apiserver/Godeps
Kubernetes Publisher 0e7eb02c02 Merge pull request #68065 from wojtek-t/fix_unnecessary_too_old_rv_errors
Automatic merge from submit-queue (batch tested with PRs 68051, 68130, 67211, 68065, 68117). If you want to cherry-pick this change to another branch, please follow the instructions here: https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md.

Fix unnecessary too-old-errors from watch cache

When initializing watch cache via LIST, we set its resource version to the RV of the list request.
However, before this PR, the first incoming watch event (updating the watch cache) was moving the "smallest oldest known version" to RV of that watch event. So watch requests passing rv equal to the RV returned from the initial list were failing with "too old resource version".
That is not needed, because we know that in the meantime there weren't any other watch events.

This PR is addressing that issue.

/assign @liggitt

Kubernetes-commit: 3966b8bbcc072cb48508d151c284241a26c45ede
2018-09-01 04:04:33 +00:00
..
Godeps.json Merge pull request #68065 from wojtek-t/fix_unnecessary_too_old_rv_errors 2018-09-01 04:04:33 +00:00
OWNERS Remove dep-reviewers 2018-02-26 11:11:15 -08:00
Readme update godep.json files 2017-02-23 09:48:09 -05:00

Readme

This directory tree is generated automatically by godep.

Please do not edit.

See https://github.com/tools/godep for more information.