Francesco Chicchiriccò created SYNCOPE-1285:
-----------------------------------------------
Summary: Quartz db init on HA environments occurs on all nodes
Key: SYNCOPE-1285
URL: https://issues.apache.org/jira/browse/SYNCOPE-1285
Project: Syncope
Issue Type: Bug
Components: core
Affects Versions: 2.0.8
Reporter: Francesco Chicchiriccò
Assignee: Francesco Chicchiriccò
Fix For: 2.0.9, 2.1.0
Quartz database initialization - which currently involves dropping and creating
several {{QRTZ_}} tables - is executed at startup, regardless of the fact that
tables are already present.
This can lead to problematic situations, especially in HA environments, where
the quartz tables might get dropped by node2 startup while node1 is actually
running a job.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)