Details
-
Improvement
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
5.1.0
-
None
-
None
-
1
-
Platform 168
Description
CMS-10970 will add support for delegating closing a LockResource to a different thread, which allows then also using the LockManager for the RepositoryScheduler (specifically: the JcrJobStore).
The jobs to be executed are created, executed and released through Quartz background threads. Which all may be different threads (per job), so locking and releasing of such jobs requires the above capability.
The LockResource object will be passed onto Quartz, and retrieved again, via the Quartz OperableTrigger#jobDataMap object.
Attachments
Issue Links
- is backported by
-
REPO-1879 [Backport 12.0] Implement new LockManager service and replace all deprecated HippoLock and HippoLockManager usages
- Closed