-
Bug
-
Resolution: Done
-
Blocker
-
7.3.0.GA
-
None
-
OpenShift rhpam73-authoring-ha template
-
CR1
-
-
-
-
-
-
CR2
-
https://github.com/jboss-container-images/rhpam-7-openshift-image/pull/238, https://github.com/jboss-container-images/rhpam-7-openshift-image/pull/239, https://github.com/kiegroup/kie-cloud-operator/pull/86, https://github.com/kiegroup/kie-cloud-operator/pull/87, https://github.com/ansibleplaybookbundle/rhpam-apb/pull/46, https://github.com/ansibleplaybookbundle/rhpam-apb/pull/47
-
2019 Week 08-10, 2019 Week 11-13
The HA template is using org.hibernate.dialect.MySQLDialect as MySQL dialect [1], however the correct value is org.hibernate.dialect.MySQL5Dialect [2].
Using wrong dialect causes Kie server to fail initializing jBPM extension and periodically restart.
Also there is no TIMER_SERVICE_DATA_STORE [3] environment variable present.
[1] https://github.com/jboss-container-images/rhpam-7-openshift-image/blob/master/templates/rhpam73-authoring-ha.yaml#L1193
[2] https://github.com/jboss-container-images/rhpam-7-openshift-image/blob/master/templates/rhpam73-kieserver-mysql.yaml#L688
[3] https://github.com/jboss-container-images/rhpam-7-openshift-image/blob/master/templates/rhpam73-kieserver-mysql.yaml#L697