[midPoint-git] [Evolveum/midpoint] 2ad6cd: Fix OOM for iterative tasks (MID-4959, MID-4615)
Pavol Mederly
mederly at evolveum.com
Mon Nov 5 17:14:15 CET 2018
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 2ad6cd5cdfb57a93160456097e2283c5768d7397
https://github.com/Evolveum/midpoint/commit/2ad6cd5cdfb57a93160456097e2283c5768d7397
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
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/ClockworkMedic.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