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

Avoid repeated calls to getState in AbstractDependentConfig #732

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

kilink
Copy link
Member

@kilink kilink commented Sep 23, 2024

The getState method was called repeatedly in various AbstractDependentConfig methods, which could incur repeated volatile reads or correctness issues in edge cases.

The getState method was called repeatedly in various AbstractDependentConfig methods, which could
incur repeated volatile reads or correctness issues in edge cases.
@kilink kilink force-pushed the dependent-config-cached-state-read branch from 592bcd9 to 4e92434 Compare September 23, 2024 21:20
@rgallardo-netflix rgallardo-netflix merged commit 4f3bcd6 into 2.x Sep 24, 2024
10 checks passed
@kilink kilink deleted the dependent-config-cached-state-read branch September 24, 2024 18:34
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