Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Avoid repeated calls to getState in AbstractDependentConfig#732

Merged
rgallardo-netflix merged 1 commit into2.xfrom
dependent-config-cached-state-read
Sep 24, 2024
Merged

Avoid repeated calls to getState in AbstractDependentConfig#732
rgallardo-netflix merged 1 commit into2.xfrom
dependent-config-cached-state-read

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
@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

Comments