[midPoint-git] [Evolveum/midpoint] 62fdf8: Fix OOM for iterative tasks (MID-4959, MID-4615)
Pavol Mederly
mederly at evolveum.com
Mon Nov 5 17:16:19 CET 2018
Branch: refs/heads/support-3.7
Home: https://github.com/Evolveum/midpoint
Commit: 62fdf83c055be6c1caf13243c7a8a5cb65485e51
https://github.com/Evolveum/midpoint/commit/62fdf83c055be6c1caf13243c7a8a5cb65485e51
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2018-11-05 (Mon, 05 Nov 2018)
Changed paths:
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/controller/ModelController.java
Log Message:
-----------
Fix OOM for iterative tasks (MID-4959, MID-4615)
Model.searchObjectsIterative used thread-local repository cache.
Not completely wrong but when iterating through too many objects
the cache gets filled in. (And the data in it could get quite obsolete.)
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the midPoint-svn
mailing list