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

mederly noreply at github.com
Wed Jan 26 17:40:28 CET 2022


  Branch: refs/heads/support-4.4
  Home:   https://github.com/Evolveum/midpoint
  Commit: f2f5180111216ac84a797275f3d1346cb81769c2
      https://github.com/Evolveum/midpoint/commit/f2f5180111216ac84a797275f3d1346cb81769c2
  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: e059542b125af99cec1eacf9b3410a4a553a7743
      https://github.com/Evolveum/midpoint/commit/e059542b125af99cec1eacf9b3410a4a553a7743
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2022-01-26 (Wed, 26 Jan 2022)

  Changed paths:
    M gui/admin-gui/src/main/resources/static/js/midpoint/ace-editor.js

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/support-4.4' into support-4.4


Compare: https://github.com/Evolveum/midpoint/compare/f1a765f1e5fc...e059542b125a


More information about the midPoint-svn mailing list