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

Manik Surtani (JIRA) jira-events at jboss.com
Fri Nov 10 06:50:41 EST 2006


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


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