Fixed
Details
Assignee
Gunnar MorlingGunnar MorlingReporter
Sanne GrinoveroSanne GrinoveroComponents
Fix versions
Priority
Major
Details
Details
Assignee
Gunnar Morling
Gunnar MorlingReporter
Sanne Grinovero
Sanne GrinoveroComponents
Fix versions
Priority
Created February 15, 2016 at 9:32 PM
Updated September 5, 2016 at 6:42 PM
Resolved April 25, 2016 at 2:13 PM
During development of the Elasticsearch integration, a class
ConfigurationPropertiesProvider
was added as temporary helper to access all configuration properties in the scope of an IndexManager.We should avoid this and not keep references to the initial configuration Properties as they might contain rather large objects, including leaks when run in application servers.
I suspect we have other places which should be checked against this too.