[teiid-issues] [JBoss JIRA] (TEIID-2086) Local result set cache is not transactionally consistent

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Tue Aug 28 19:19:14 EDT 2012


    [ https://issues.jboss.org/browse/TEIID-2086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12714418#comment-12714418 ] 

Steven Hawkins commented on TEIID-2086:
---------------------------------------

If TEIID-2158 is worked, then this should be resolved.  We don't really care about transactionality with the preparedplan cache, so we could also see about relaxing awareness.
                
> Local result set cache is not transactionally consistent
> --------------------------------------------------------
>
>                 Key: TEIID-2086
>                 URL: https://issues.jboss.org/browse/TEIID-2086
>             Project: Teiid
>          Issue Type: Quality Risk
>          Components: Query Engine
>    Affects Versions: 7.0
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>             Fix For: 8.2
>
>
> Local result set cache entries are stored in a DefaultCache instance, which has no notion of on-going transactions.  This makes session or less deterministic entries read uncommitted and possibly invalid if populated during a roll-back scenario.
> We should either add transaction aware logic or switch the local cache to a memory based infinispan instance.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list