[
https://issues.jboss.org/browse/WFLY-4448?page=com.atlassian.jira.plugin....
]
Cheng Fang commented on WFLY-4448:
----------------------------------
They are still backed by the same data store, right? Now that the repository cache and
data store can contain different data, we must be careful not to pollute each
application's JdbcRepository from running jdbc queries.
Using separate JdbcRepository gives better isolation, but can be difficult to work with
from admin side. How do you show job data in admin console or CLI? Group them by
application so each application can just display its own jobs, or aggregate them from all
JdbcRepository?
Batch creates a JdbcJobRepository per deployment where only one
global repository should be used
------------------------------------------------------------------------------------------------
Key: WFLY-4448
URL:
https://issues.jboss.org/browse/WFLY-4448
Project: WildFly
Issue Type: Bug
Components: Batch
Reporter: James Perkins
Assignee: James Perkins
When the batch subsystem is configured to use a JDBC job repository a new
{{JdbcJobRepository}} is created for each application deployed. A global
{{JdbcJobRepository}} should be used.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)