-
Notifications
You must be signed in to change notification settings - Fork 144
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
fix: use concurrent hashmap instead of synchroniztion for recordcache #11112
Conversation
Node: HAPI Test (Crypto) Results209 tests +209 208 ✔️ +208 21m 37s ⏱️ + 21m 37s For more details on these failures, see this check. Results for commit 654c1fb. ± Comparison against base commit 12c2ff0. ♻️ This comment has been updated with latest results. |
hedera-node/hedera-app-spi/src/main/java/com/hedera/node/app/spi/state/ReadableKVStateBase.java
Outdated
Show resolved
Hide resolved
hedera-node/hedera-app-spi/src/main/java/com/hedera/node/app/spi/state/ReadableKVStateBase.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Lev Povolotsky <[email protected]>
Signed-off-by: Lev Povolotsky <[email protected]>
Signed-off-by: Lev Povolotsky <[email protected]>
Signed-off-by: Lev Povolotsky <[email protected]>
9d62e50
to
35dad2a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ! Thanks @povolev15
This PR fix the ReadableKVStateBase.readCache is not properly synchronized
Related issue(s):
Fixes #10127