You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should remove the .synchronized for caching metrics, as it shouldn't be used in Java21+, and replace it with some kind of a concurrent data structure (or improve the cache in general)
We should remove the
.synchronized
for caching metrics, as it shouldn't be used in Java21+, and replace it with some kind of a concurrent data structure (or improve the cache in general)Slightly more details in #2145
The text was updated successfully, but these errors were encountered: