[Logo] Terracotta Discussion Forums
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
[Expert]
Issue with recover flag in Clustered Environment  XML
Forum Index -> Quartz
Author Message
DAG87001

neo

Joined: 07/31/2012 10:50:25
Messages: 4
Offline

Issue: Due to build promotion servers get restarted and there were on job running on one server. Since it has recover flag true ,when servers came up ,this job started running on all server.
Note usually one job runs on only one server but above case is only happens when we restart all servers.

Environment:
We have three clusters and each has one JVM .Quartz scheduler is on each JVM.
org.quartz.jobStore.clusterCheckinInterval = 20000

Quartz Version : Quartz 1.6

Appreciate your help, thanks in advance
jhouse

seraphim
[Avatar]
Joined: 11/06/2009 15:29:56
Messages: 1654
Online

1.6 is very very old. Anyway to upgrade to at least 1.6.6 (which is also very old, but the most stable in the 1.6.x line).

Are you sure with your build promotion you didn't have a problem with the quartz configuration such that a different config (such as the one built into the quartz jar to use RAMJobStore) was picked up?

Are you sure that it is the recovery trigger that fired the job? (and if so, how)?
DAG87001

neo

Joined: 07/31/2012 10:50:25
Messages: 4
Offline

Thanks! for your help.

We are upgrading to 1.8.6. I successfully upgraded on my local machine.

Could you please brief me about benefit of 1.8.6 over1.6?
 
Forum Index -> Quartz
Go to:   
Powered by JForum 2.1.7 © JForum Team