[midPoint-git] [Evolveum/midpoint] 2aac86: Fix activity statistics log records

mederly noreply at github.com
Wed Jan 26 18:05:44 CET 2022


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: 2aac86350bbc6e40292700637fb75a413a7b5839
      https://github.com/Evolveum/midpoint/commit/2aac86350bbc6e40292700637fb75a413a7b5839
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2022-01-26 (Wed, 26 Jan 2022)

  Changed paths:
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/tasks/imp/ImportActivityRun.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/tasks/recon/RemainingShadowsActivityRun.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/tasks/recon/ResourceObjectsReconciliationActivityRun.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/tasks/sync/LiveSyncActivityRun.java
    M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/activity/run/StatisticsLogger.java

  Log Message:
  -----------
  Fix activity statistics log records

1) The import, reconciliation, and live sync activities did not call
parent createReportingCharacteristics() method, so the upstream settings
(namely, creation of run records) was not applied. Therefore,
the wall-clock time and throughput was not measured for import
and reconciliation tasks. (For live sync the run records are not created
intentionally.)

2) When information about overall wall-clock time (obtained from run
records) is missing, no "null" values are logged.

This resolves MID-7585.


  Commit: 46062a83d02c1d7571100954966e3d6b64d3125e
      https://github.com/Evolveum/midpoint/commit/46062a83d02c1d7571100954966e3d6b64d3125e
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2022-01-26 (Wed, 26 Jan 2022)

  Changed paths:
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/tasks/recon/ReconciliationActivityHandler.java

  Log Message:
  -----------
  Fix "set recon start timestamp" log level

(From INFO to DEBUG.)


Compare: https://github.com/Evolveum/midpoint/compare/afcb0443e258...46062a83d02c


More information about the midPoint-svn mailing list