[midPoint-git] [Evolveum/midpoint] ae99d6: Close all progress when task finishes
mederly
noreply at github.com
Mon Mar 22 17:39:47 CET 2021
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: ae99d682fbe5ee635f7e636c5411b6b0b503df6f
https://github.com/Evolveum/midpoint/commit/ae99d682fbe5ee635f7e636c5411b6b0b503df6f
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2021-03-22 (Mon, 22 Mar 2021)
Changed paths:
M infra/schema/src/main/java/com/evolveum/midpoint/schema/statistics/StructuredProgressCollector.java
M infra/schema/src/main/java/com/evolveum/midpoint/schema/statistics/StructuredTaskProgress.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/TestProgressReporting.java
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/asserter/StructuredTaskProgressAsserter.java
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/asserter/TaskPartProgressAsserter.java
M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/RunningTaskQuartzImpl.java
M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/run/BucketAwareHandlerExecution.java
M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/statistics/Statistics.java
Log Message:
-----------
Close all progress when task finishes
This commit fixes the problem that progress items were left in "open"
state even when task was completely done.
It is actually a workaround, until more serious solution consisting of
swapping bucketing and internal task partitioning is available.
This resolves MID-6905.
More information about the midPoint-svn
mailing list