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

Optimize watch to avoid missing events #1011

Merged
merged 1 commit into from
Feb 15, 2018

Conversation

nicolaferraro
Copy link
Member

This Fixes #997 (that is a PR). Watchers did not specify the starting resourceVersion, so they started from "latest" and they could miss the readiness event.. relying on a timeout and a subsequent retry..

With this change, the watcher starts from latest observed "resourceVersion", so the readiness event is not missed and it is much faster.

@oscerd
Copy link
Member

oscerd commented Feb 15, 2018

[merge]

@fusesource-ci fusesource-ci merged commit 83eda0c into fabric8io:master Feb 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants