[midPoint-git] [Evolveum/midpoint] 421130: Store estimated number of buckets in the task

Pavol Mederly mederly at evolveum.com
Mon Mar 19 13:57:56 CET 2018


  Branch: refs/heads/feature/multinode-tasks
  Home:   https://github.com/Evolveum/midpoint
  Commit: 42113050fb02fe21da1f9234d58528aa895560db
      https://github.com/Evolveum/midpoint/commit/42113050fb02fe21da1f9234d58528aa895560db
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2018-03-19 (Mon, 19 Mar 2018)

  Changed paths:
    M infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd
    M repo/task-quartz-impl/pom.xml
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/work/WorkStateManager.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/work/segmentation/ExplicitWorkSegmentationStrategy.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/work/segmentation/NumericWorkSegmentationStrategy.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/work/segmentation/SingleNullWorkSegmentationStrategy.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/work/segmentation/StringWorkSegmentationStrategy.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/work/segmentation/WorkSegmentationStrategy.java
    M repo/task-quartz-impl/src/test/java/com/evolveum/midpoint/task/quartzimpl/AbstractTaskManagerTest.java
    M repo/task-quartz-impl/src/test/java/com/evolveum/midpoint/task/quartzimpl/TestWorkBucketStrategies.java
    M repo/task-quartz-impl/src/test/java/com/evolveum/midpoint/task/quartzimpl/TestWorkDistribution.java

  Log Message:
  -----------
  Store estimated number of buckets in the task

In order to display (approximate) task progress we need to know
how many buckets are there in total. This is now stored/updated in
the task state when buckets are obtained. Also fixed maven dependencies.




More information about the midPoint-svn mailing list