Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.16.0
-
None
-
Unknown
Description
I'm having a karaf application (4.0.2)in which i have multiple blueprint projects.Each of them have multiple quartz2 job.
Each time i install the application,Quartz add new rows in the qrtz_triggers table.
The sched_name takes the name of the bundle and append a counter.
Each time i install a new version of my application it creates a new rows with the same mecanism(bundleName+Counter).
Now suppose i have a misfire say for example for MyBundle-23.After many installation there is a risk that the new created row in qrtz_triggers will be same as MyBundle-23 and thus triggering an old misfire.