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
when the property has column annotation it create a new AnnotatedCassandraConstructorProperty and eventually check if it has a converter in the cache in CachingPropertyValueConverterFactory class which will return null for every new AnnotatedCassandraConstructorProperty and save it in the cache. The heap will start to grow and never reclaimed and the service started to hung up and eventually OOM.
i searched if this issue already exist but i could not found any.
sorry if i am not very clear.
The text was updated successfully, but these errors were encountered:
…and properties.
We now provide equals/hashCode and selective caching for derived properties and entities derived from embedded properties and constructor-annotated properties to avoid memory leaks using properties and entities as cache keys.
Closes#1471
…and properties.
We now provide equals/hashCode and selective caching for derived properties and entities derived from embedded properties and constructor-annotated properties to avoid memory leaks using properties and entities as cache keys.
Closes#1471
Environment:
Hi when i use @column in my entities like below
i saw the heap started to grow and not claimed again. i tried to investigate as much as i could and found that in MappingCassandraConverter class
when the property has column annotation it create a new AnnotatedCassandraConstructorProperty and eventually check if it has a converter in the cache in CachingPropertyValueConverterFactory class which will return null for every new AnnotatedCassandraConstructorProperty and save it in the cache. The heap will start to grow and never reclaimed and the service started to hung up and eventually OOM.
i searched if this issue already exist but i could not found any.
sorry if i am not very clear.
The text was updated successfully, but these errors were encountered: