[teiid-issues] [JBoss JIRA] (TEIID-2751) Add safer passthrough behavior wrt cancel/close

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Fri Nov 22 15:52:05 EST 2013


     [ https://issues.jboss.org/browse/TEIID-2751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins resolved TEIID-2751.
-----------------------------------

    Resolution: Done


Refined the reauth to:

not be performed is there is no current session
not be performed if it's a cancel call
log an info message and logoff the old session if a new identity is associated with the thread

If connection pooling is used with passthough and the info log is to be avoided, then explicit reauth handling would be required.
                
> Add safer passthrough behavior wrt cancel/close
> -----------------------------------------------
>
>                 Key: TEIID-2751
>                 URL: https://issues.jboss.org/browse/TEIID-2751
>             Project: Teiid
>          Issue Type: Bug
>          Components: JDBC Driver
>    Affects Versions: 8.0
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>             Fix For: 8.6
>
>
> In pass through authentication mode if another thread uses the connection another session is created without closing the previous.  This may lead to unexpected behavior if attempting to use another thread to call close and creates an unnecessary session for cancel.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the teiid-issues mailing list