-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Don't hard-code resourceVersion in watches #705
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
Don't hard-code resourceVersion in watches #705
Conversation
Remove hard-coding of "0" in watches used for reflectors in deployment controller setup. Doing so will cause every watch event to start over from the beginning of time.
|
@smarterclayton @pmorie PTAL |
|
LGTM [merge] |
|
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_requests_openshift3/653/) (Image: devenv-fedora_567) |
|
@ironcladlou shouldn't this apply to builds as well? See here, here and here |
|
@smarterclayton why yes, yes we did https://github.com/openshift/origin/tree/master/assets#debugging-travis-failures @liggitt fixed the current failure here #714 |
Good catch, yes. A separate PR would be good. |
|
[merge] |
|
Evaluated for origin up to d32733d |
|
@ironcladlou OK will do so. |
Merged by openshift-bot
Remove hard-coding of "0" in watches used for reflectors in deployment
controller setup. Doing so will cause every watch event to start over
from the beginning of time.