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

[R4R] remove GetValidator caching to fix concurrency error #261

Merged
merged 1 commit into from
Jan 4, 2022

Conversation

forcodedancing
Copy link
Contributor

Description

This pr fixes a concurrency error in GetValidator function.

Rationale

There is a concurrency error in GetValidator function. And, at the same time, there is no performance gain with the cache.

Example

n/a

Changes

  • changed GetValidator method to remove caching

@forcodedancing forcodedancing changed the title [R4R]: remove GetValidator caching to fix concurrency error [R4R] remove GetValidator caching to fix concurrency error Dec 28, 2021
@forcodedancing forcodedancing merged commit 743bbf8 into master Jan 4, 2022
@forcodedancing forcodedancing deleted the fix_concurrent_validator_issue branch May 18, 2022 06:38
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.

3 participants