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

[flagd] validate race conditions of in-process provider #623

Closed
Kavindu-Dodan opened this issue Jan 9, 2024 · 0 comments · Fixed by #635
Closed

[flagd] validate race conditions of in-process provider #623

Kavindu-Dodan opened this issue Jan 9, 2024 · 0 comments · Fixed by #635
Assignees
Labels
enhancement New feature or request

Comments

@Kavindu-Dodan
Copy link
Collaborator

Kavindu-Dodan commented Jan 9, 2024

As suggested by this comment, our concurrency logic needs to be validated for race conditions. Though we expect initialization to be called once, there could be edge cases such as multiple provider registrations which could invoke unwanted initialization attempts.

Acceptance Criteria

In-process provider implementation is validated for potential race conditions and fixed.

@Kavindu-Dodan Kavindu-Dodan added the enhancement New feature or request label Jan 9, 2024
@Kavindu-Dodan Kavindu-Dodan self-assigned this Jan 12, 2024
DBlanchard88 pushed a commit to DBlanchard88/java-sdk-contrib that referenced this issue Apr 29, 2024
…ure#623)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant