Fórum

Quartz Clustering 5.2 SP4

thumbnail
Chris Whittle, modificado 13 Anos atrás.

Quartz Clustering 5.2 SP4

Expert Postagens: 462 Data de Entrada: 17/09/08 Postagens Recentes
Is there any documentation on what needs to be done to implement?
Here is what I have added and it seems to work but it seems like one server always does the job (LDAPImport) and if it's down the other never attempts it again...
## QUARTZ ##
##Used to keep Quartz processes from running on multiple servers
org.quartz.jobStore.isClustered=true
##Needed because I am using SQLServer 
org.quartz.jobStore.selectWithLockSQL = SELECT * FROM {0}LOCKS UPDLOCK WHERE LOCK_NAME = ?
## END QUARTZ ##


This system was not using it before and I just turned it on when I upgrade to 5.2.4
thumbnail
Mika Koivisto, modificado 13 Anos atrás.

RE: Quartz Clustering 5.2 SP4

Liferay Legend Postagens: 1519 Data de Entrada: 07/08/06 Postagens Recentes
If you already had Quartz tables in your database before setting isClustered to true then drop the tables starting with QUARTZ_ and restart Liferay. That should do it.