[midPoint-git] [Evolveum/midpoint] 1a9cd3: Fix bulk action OOME (MID-4479)

Pavol Mederly mederly at evolveum.com
Wed Feb 28 19:46:56 CET 2018


  Branch: refs/heads/support-3.7
  Home:   https://github.com/Evolveum/midpoint
  Commit: 1a9cd392b4c320f0eb8314473d120026caf85585
      https://github.com/Evolveum/midpoint/commit/1a9cd392b4c320f0eb8314473d120026caf85585
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2018-02-28 (Wed, 28 Feb 2018)

  Changed paths:
    M infra/schema/src/main/resources/xml/ns/public/model/scripting/scripting-3.xsd
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/scripting/expressions/SearchEvaluator.java

  Log Message:
  -----------
  Fix bulk action OOME (MID-4479)

Existing behavior (quite counter-intuitive) is that when having
search.scriptingExpression in bulk actions, results of individual
evaluations of that expression are ultimately collected into output
pipeline - which can consume a lot of memory. Introduced
"aggregateOutput" parameter that can turn this off.




More information about the midPoint-svn mailing list