[infinispan-issues] [JBoss JIRA] (ISPN-3159) Implementing SERIALIZABLE isolation level based on GMU

Dan Berindei (JIRA) issues at jboss.org
Wed Dec 18 13:45:45 EST 2013


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

Dan Berindei updated ISPN-3159:
-------------------------------

    Fix Version/s: 7.0.0.Alpha1
                       (was: 6.0.1.Final)

    
> Implementing SERIALIZABLE isolation level based on GMU
> ------------------------------------------------------
>
>                 Key: ISPN-3159
>                 URL: https://issues.jboss.org/browse/ISPN-3159
>             Project: Infinispan
>          Issue Type: Feature Request
>          Components: Transactions
>            Reporter: Pedro Ruivo
>            Assignee: Pedro Ruivo
>             Fix For: 7.0.0.Alpha1
>
>
> Implementation based in GMU, a Cloud-TM project research (www.cloudtm.eu).
> GMU is a muti-version scheme that provides Update Serializability. It allows the read-only transaction to proceed without blocking, but they can observe an old value (but always a consistent value). 
> This scheme relies in Vector Clock to manage the snapshots to read and the transaction dependencies in each node in the cluster.
> Also, it is a genuine scheme, i.e., only the nodes involved in the transaction (that contains data read or write) are involved in the transaction commit.
> A paper describing GMU can be found here: http://ieeexplore.ieee.org/xpl/articleDetails.jsp?reload=true&arnumber=6258018

--
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 infinispan-issues mailing list