[midPoint-git] [Evolveum/midpoint] 260443: Improve operation execution recording

mederly noreply at github.com
Wed Feb 17 20:00:21 CET 2021


  Branch: refs/heads/feature/retry-using-op-execution
  Home:   https://github.com/Evolveum/midpoint
  Commit: 26044356d6895f751191b0498f547945c7bcd0bb
      https://github.com/Evolveum/midpoint/commit/26044356d6895f751191b0498f547945c7bcd0bb
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2021-02-17 (Wed, 17 Feb 2021)

  Changed paths:
    M infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/OperationExecutionRecorderForClockwork.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/reporting/TestTaskReporting.java
    M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/task/ItemProcessingGatekeeper.java
    M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/util/OperationExecutionRecorderForTasks.java
    M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/util/OperationExecutionWriter.java

  Log Message:
  -----------
  Improve operation execution recording

Now it is more suitable for keeping information objects that failed
processing in tasks:
1) separate simple/complex cleanup and recording options
2) keeping the simple/complex op. execution records from the last
task run only

Work in progress. Does not know of multi-task trees.




More information about the midPoint-svn mailing list