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

[FIXED] Make sure tmpAccounts does not accidentally have duplicates. #5588

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

derekcollison
Copy link
Member

With this change we do not need lookup from tmpAccounts on import processing.
Needed to fix data races from same tmpAccount entry now be re-used.

Signed-off-by: Derek Collison derek@nats.io

With this change did not need lookup from tmpAccounts on import processing.

Signed-off-by: Derek Collison <derek@nats.io>
@derekcollison derekcollison requested a review from a team as a code owner June 25, 2024 04:38
Copy link
Member

@wallyqs wallyqs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@wallyqs wallyqs merged commit f0a9e94 into imports-reconnect Jun 25, 2024
3 checks passed
@wallyqs wallyqs deleted the tmp-accounts-fix branch June 25, 2024 04:45
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.

2 participants