-
Notifications
You must be signed in to change notification settings - Fork 41
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
Common: fix ClassCastException with multi-thread access #278
Comments
Migrated from snowplow/beam-enrich#37 (comments are auto-generated) |
One source of |
The commit is fairly overloaded. Reason of the exception was a race condition in scala-lru-map caused by workers trying to evict the same element from cache. As a workaround we had to replace own Scalacache provides its own way to abstract over effects and Also see #51 |
Version 1.2.0
The text was updated successfully, but these errors were encountered: