[jboss-jira] [JBoss JIRA] (WFLY-3923) Option for suppressing thread interruption during JDBC driver operations
David Lloyd (JIRA)
issues at jboss.org
Mon Dec 8 11:50:39 EST 2014
[ https://issues.jboss.org/browse/WFLY-3923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13025970#comment-13025970 ]
David Lloyd commented on WFLY-3923:
-----------------------------------
All the blockers for this issue are cleared and the JBoss Threads API is now available (see the JBossThread class). This feature should be implementable now.
After discussion with the transactions team, it seems that the safer tactic would be to assume that no drivers are interrupt-safe until proven otherwise. We can pursue OSS drivers directly as time permits.
> Option for suppressing thread interruption during JDBC driver operations
> ------------------------------------------------------------------------
>
> Key: WFLY-3923
> URL: https://issues.jboss.org/browse/WFLY-3923
> Project: WildFly
> Issue Type: Enhancement
> Components: JCA
> Reporter: David Lloyd
> Assignee: Jesper Pedersen
> Fix For: 9.0.0.CR1
>
>
> The data source and JCA subsystems should provide a facility to suppress thread interruption during driver operations. The data source attribute should have values "on", "off", and "auto", where "auto" indicates that the subsystem should make a decision based on the driver.
> A list of drivers which are known to fail in the presence of interruption is forthcoming.
> A facility in JBoss Threads to suppress interruption for the duration of a task is forthcoming.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
More information about the jboss-jira
mailing list