[midPoint-git] [Evolveum/midpoint] f7a03b: Introduce RUNNING execution state
mederly
noreply at github.com
Tue Feb 23 17:45:53 CET 2021
Branch: refs/heads/feature/task-state-reporting
Home: https://github.com/Evolveum/midpoint
Commit: f7a03b7159699b20d6c2414ea4efec923f470bd1
https://github.com/Evolveum/midpoint/commit/f7a03b7159699b20d6c2414ea4efec923f470bd1
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2021-02-23 (Tue, 23 Feb 2021)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/dto/TaskDtoExecutionState.java
M infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd
M model/notifications-api/src/main/java/com/evolveum/midpoint/notifications/api/events/TaskEvent.java
M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/impl/events/TaskEventImpl.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/enums/RTaskExecutionState.java
M repo/task-api/src/main/java/com/evolveum/midpoint/task/api/Task.java
M repo/task-api/src/main/java/com/evolveum/midpoint/task/api/TaskRunResult.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/handlers/LightweightPartitioningTaskHandler.java
A repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/run/ConcurrentExecutionChecker.java
A repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/run/GroupLimitsChecker.java
M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/run/JobExecutor.java
A repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/run/StopJobException.java
A repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/run/StopTaskException.java
A repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/run/TaskCycleExecutor.java
M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/tasks/TaskPersister.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/MockCycleTaskHandler.java
M repo/task-quartz-impl/src/test/java/com/evolveum/midpoint/task/quartzimpl/TestTaskManagerBasic.java
M repo/task-quartz-impl/src/test/java/com/evolveum/midpoint/task/quartzimpl/TestWorkersManagement.java
Log Message:
-----------
Introduce RUNNING execution state
1) Now the execution state can be both RUNNABLE and RUNNING.
2) Refactored JobExecutor into smaller pieces.
3) Removed obsolete RESTART_REQUESTED, FINISHED_HANDLER task run result
statuses.
4) Removed SUSPENDING task execution state. We will not implement
it in this release.
Commit: 171f3bb34087d828b4c1a34b5831164e969128bc
https://github.com/Evolveum/midpoint/commit/171f3bb34087d828b4c1a34b5831164e969128bc
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2021-02-23 (Tue, 23 Feb 2021)
Changed paths:
M infra/schema/src/main/java/com/evolveum/midpoint/schema/util/ObjectTypeUtil.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/importer/ObjectImporter.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/OperationExecutionRecorderForClockwork.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/OperationalDataManager.java
M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/util/OperationExecutionRecorderForTasks.java
Log Message:
-----------
Fix recently introduced excessive cloning
Compare: https://github.com/Evolveum/midpoint/compare/b399e0ebc7eb...171f3bb34087
More information about the midPoint-svn
mailing list