[jbosscache-issues] [JBoss JIRA] Created: (JBCACHE-1563) With READ_COMMITTED, data from invalidated nodes is still visible to txs that read before the invalidation

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Wed Dec 23 14:09:31 EST 2009


With READ_COMMITTED, data from invalidated nodes is still visible to txs that read before the invalidation
----------------------------------------------------------------------------------------------------------

                 Key: JBCACHE-1563
                 URL: https://jira.jboss.org/jira/browse/JBCACHE-1563
             Project: JBoss Cache
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 3.2.1.GA
            Reporter: Brian Stansberry
            Assignee: Manik Surtani


With R_C, if a tx reads a node and then another, remote, tx invalidates that node, if the first tx reads the node again it sees the old, stale data. Basically, more of a REPEATABLE_READ behavior.

See Dec 23 discussion on the forum thread. This includes a test case.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosscache-issues mailing list