• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Technical issues regarding Quartz Scheduler

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We are facing some technical issues regarding Quartz Scheduler.

Set up :
We have 3 jboss app servers, which are load balanced and each having a quartz scheduler associated to them. These schedulers use JobStoreCMT way of storing the jobs and retrieving. We have a job say 'X'. We have a cron trigger associated with this job X to be scheduled daily at 0000 hrs.

Issue faced :
1) When this job X starts executing after sometime we see that another instance of the same job X is executing at a difference of 5 to 10 mins. 2) We have seen instances when misfire of job has occurred, still the job has started to execute as per the scheduled time.
3) At some instances we have found that when misfire occur, the scheduler returns the Trigger as SimpleTrigger rather than CronTrigger

Queries :
1) How is misfire triggered in a scheduler?
2) How do schedulers interact in a load balanced environment?
 
Sheriff
Posts: 22784
131
Eclipse IDE Spring VI Editor Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Let's move this to Other Open Source Projects.
 
author
Posts: 3285
13
Mac OS X Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Jonrand and Welcome to Javaranch. What version of Quartz are you using? Are you using the one bundled with Jboss?
 
reply
    Bookmark Topic Watch Topic
  • New Topic