[midPoint-git] [Evolveum/midpoint] 90736e: Change reports to iterative search mode
mederly
noreply at github.com
Tue Mar 15 23:38:37 CET 2022
Branch: refs/heads/tmp/mid-7737
Home: https://github.com/Evolveum/midpoint
Commit: 90736e7178d27d1745db1c92426b0e693f5113ae
https://github.com/Evolveum/midpoint/commit/90736e7178d27d1745db1c92426b0e693f5113ae
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2022-03-15 (Tue, 15 Mar 2022)
Changed paths:
M model/report-impl/src/main/java/com/evolveum/midpoint/report/impl/activity/ExportActivitySupport.java
M model/report-impl/src/main/java/com/evolveum/midpoint/report/impl/controller/ContainerableReportDataSource.java
Log Message:
-----------
Change reports to iterative search mode
Reports were executed by gathering objects via full-run (non-iterative)
search method - for audit records, objects, and containers. Here we
change the execution mode for the first two of them to iterative search.
This should partially resolve MID-7737 by lifting the limit of 10000
processed objects.
Experimental: the TestCsvReportExportClassic fails!
More information about the midPoint-svn
mailing list