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

SharedIndexInformer delete event handled via resync does not update the indexer state #2994

Closed
shawkins opened this issue Apr 14, 2021 · 1 comment · Fixed by #2995
Closed

Comments

@shawkins
Copy link
Contributor

If for whatever reason a delete event is missed by the ReflectorWatcher, the delete event generated by DeltaFIFO.replace will not update the indexer state.

ppatierno pushed a commit to bf2fc6cc711aee1a0c2a/kas-fleetshard that referenced this issue Apr 16, 2021
#284)

* When Informer misses the delete event, on resync it does not clear the stored status correctly with system rather it keeps it around forever, the changes in this commit will do temoprary fix to delete the Informer local cache pending the fabric8 issue fabric8io/kubernetes-client#2994

* adding more information to debug log
@manusa
Copy link
Member

manusa commented May 5, 2021

Relates to: #2010

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.

2 participants