[midPoint-git] [Evolveum/midpoint] 1811b1: Stop failing tasks during start-then-stop seq
mederly
noreply at github.com
Tue Oct 17 20:57:17 CEST 2023
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 1811b180edfeb811b9f8c17c79a843745cccb66c
https://github.com/Evolveum/midpoint/commit/1811b180edfeb811b9f8c17c79a843745cccb66c
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2023-10-17 (Tue, 17 Oct 2023)
Changed paths:
M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/TaskManagerQuartzImpl.java
M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/UpAndDown.java
Log Message:
-----------
Stop failing tasks during start-then-stop seq
When midPoint service was stopped during service startup, task manager
misbehaved: it first paused the scheduler and then started it, with
midPoint being in the wrong state (going down). This caused tasks to be
closed because of a suspected misconfiguration.
This is now fixed: when the task manager notices it's going down, it
will refuse to start afterward.
This resolves MID-7331.
More information about the midPoint-svn
mailing list