[jboss-jira] [JBoss JIRA] (WFLY-4448) Batch creates a JdbcJobRepository per deployment where only one global repository should be used
Cheng Fang (JIRA)
issues at jboss.org
Tue Apr 14 12:19:19 EDT 2015
[ https://issues.jboss.org/browse/WFLY-4448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13058946#comment-13058946 ]
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)
More information about the jboss-jira
mailing list