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

Missing events from relist #3318

Closed
shawkins opened this issue Jul 14, 2021 · 0 comments · Fixed by #3319
Closed

Missing events from relist #3318

shawkins opened this issue Jul 14, 2021 · 0 comments · Fixed by #3319
Assignees

Comments

@shawkins
Copy link
Contributor

Something that was in the original implementation was treating relist add/updates as synchronization:

this.processor.distribute(new ProcessorListener.AddNotification(delta.getValue()), isSync);

This was carried into the refactoring, but that does need changed. It should only be a sync event if it's an update where the resourceVersion is unchanged.

shawkins added a commit to shawkins/kubernetes-client that referenced this issue Jul 14, 2021
shawkins added a commit to shawkins/kubernetes-client that referenced this issue Jul 14, 2021
@shawkins shawkins linked a pull request Jul 14, 2021 that will close this issue
11 tasks
shawkins added a commit to shawkins/kubernetes-client that referenced this issue Jul 14, 2021
shawkins added a commit to shawkins/kubernetes-client that referenced this issue Jul 14, 2021
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 a pull request may close this issue.

1 participant