[jboss-jira] [JBoss JIRA] Updated: (JBCACHE-871) Calling remove(FQN) inside a transaction destroys the node before the commit phase
Manik Surtani (JIRA)
jira-events at jboss.com
Tue Nov 28 20:20:55 EST 2006
[ http://jira.jboss.com/jira/browse/JBCACHE-871?page=all ]
Manik Surtani updated JBCACHE-871:
----------------------------------
Assignee: Manik Surtani (was: Brian Stansberry)
Priority: Critical (was: Major)
> Calling remove(FQN) inside a transaction destroys the node before the commit phase
> ----------------------------------------------------------------------------------
>
> Key: JBCACHE-871
> URL: http://jira.jboss.com/jira/browse/JBCACHE-871
> Project: JBoss Cache
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 1.4.0.SP1, 1.3.0.SP3
> Reporter: Galder Zamarreno
> Assigned To: Manik Surtani
> Priority: Critical
> Fix For: 1.3.0.SP4, 1.4.1.GA, 2.0.0.GA
>
> Attachments: Siemens00012761Test.java
>
>
> Removing a node that has been just been put inside a transaction
> (Pessimistic Locking, READ_COMMITTED) destroys the node
> without leaving any trace.
> Remove should not actually destroy until the commit has been
> executed.
> This allows for any paralell transactions to get a WL on this node
> as there's no any locks any more in this node (it was destroyed)
--
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