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

Reflector store sometimes stores multiple instances of the same object #286

Closed
nightkr opened this issue Jul 23, 2020 · 1 comment · Fixed by #287
Closed

Reflector store sometimes stores multiple instances of the same object #286

nightkr opened this issue Jul 23, 2020 · 1 comment · Fixed by #287
Assignees
Labels
runtime controller runtime related

Comments

@nightkr
Copy link
Member

nightkr commented Jul 23, 2020

This seems to be a bug in dashmap 4.0.0-rc6 where an insert for an existing key may create a new entry rather than update the existing one.

@nightkr nightkr added the runtime controller runtime related label Jul 23, 2020
@nightkr nightkr self-assigned this Jul 23, 2020
@nightkr nightkr changed the title Reflector store sometimes stores multiple instances of the same key Reflector store sometimes stores multiple instances of the same object Jul 23, 2020
nightkr added a commit to Appva/kube-rs that referenced this issue Jul 23, 2020
nightkr added a commit to Appva/kube-rs that referenced this issue Jul 23, 2020
To ensure that kube-rs#286 doesn't pop back up
@clux
Copy link
Member

clux commented Jul 23, 2020

I might have been a bit hasty with the upgrade. The latest 3.X release should be easy to swap in with no code changes.

EDIT: Ah, see you are doing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
runtime controller runtime related
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants