[jboss-jira] [JBoss JIRA] Commented: (JBCACHE-842) Optimistic Locking improvements - validation on read-only transactions

Manik Surtani (JIRA) jira-events at jboss.com
Tue Nov 14 18:20:41 EST 2006


    [ http://jira.jboss.com/jira/browse/JBCACHE-842?page=comments#action_12347044 ] 
            
Manik Surtani commented on JBCACHE-842:
---------------------------------------

Not fundamentally a flaw but more of an enhancement.

> Optimistic Locking improvements - validation on read-only transactions
> ----------------------------------------------------------------------
>
>                 Key: JBCACHE-842
>                 URL: http://jira.jboss.com/jira/browse/JBCACHE-842
>             Project: JBoss Cache
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 1.4.0.SP1
>            Reporter: Manik Surtani
>         Assigned To: Manik Surtani
>             Fix For: 2.0.0.GA, 1.4.1.GA
>
>
> Don't bother validating workspace nodes at commit time if none of the nodes have been modified in the tx.  Throws unnecessary exceptions.
> E.g.:
>   Transaction A reads object 1
>     Transaction B modifies object 1
>     Transaction B commits
>     Transaction A commits
>    Will throw an exception, which is probably not desired.

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

        



More information about the jboss-jira mailing list