
|
If you were logged in you would be able to see more operations.
|
|
|
|
With the threading and locking re-work that occurred with 1.6.1 and 1.6.2, the locking during acquireNextTrigger() is theoretically no longer necessary.
Investigate and provide improvement if possible.
|
|
Description
|
With the threading and locking re-work that occurred with 1.6.1 and 1.6.2, the locking during acquireNextTrigger() is theoretically no longer necessary.
Investigate and provide improvement if possible.
|
Show » |
|
I am therefore going to commit the change, such that the performance improvement can be taken advantage of.
I added a new config property that can turn back on the explicit locking, for anyone who does happen to encounter an issue as a result of this change. The property is:
org.quartz.jobStore.acquireTriggersWithinLock
The default value is "false" - which means the explicit lock is not made, and performance is improved.