Skip to content
Unverified Commit b9f8090c authored by ysaito1001's avatar ysaito1001 Committed by GitHub
Browse files

Ensure cache miss logging works in concurrent setting (#2391)



This commit ensures that logging for cache miss should be displayed
properly when multiple threads execute `get_or_load` concurrently.
Specifically, the log should be displayed only once for the first thread
that succeeds in populating a cache value.

Co-authored-by: default avatarYuki Saito <awsaito@amazon.com>
parent 52b07c2b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment