-
Bug
-
Resolution: Done
-
Major
-
9.2.0.Final
-
None
The Netty rest server upon each connection will install the Http20RequestHandler that in turn creates a new instance of CacheOperations and RestCacheManager objects.
The RestCacheManager on every connection, among other things, will create hashmaps to keep cache instances, and will try to register every time a new RestSourceMigrator which gets accumulated in the RollingUpgradeManager.
Those objects should be shared across all channels so that they can efficiently cache resources and avoid creating lots of garbage.
- blocks
-
ISPN-8456 Regression in rest reads performance
-
- Closed
-