[jboss-jira] [JBoss JIRA] Created: (JBCACHE-1348) Use of replication queue and transactions may cause modifications not to be applied on remote nodes
Manik Surtani (JIRA)
jira-events at lists.jboss.org
Thu May 15 11:55:27 EDT 2008
Use of replication queue and transactions may cause modifications not to be applied on remote nodes
---------------------------------------------------------------------------------------------------
Key: JBCACHE-1348
URL: http://jira.jboss.com/jira/browse/JBCACHE-1348
Project: JBoss Cache
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Replication, Transactions
Affects Versions: 2.1.1.GA
Reporter: Manik Surtani
Assigned To: Manik Surtani
Priority: Critical
Fix For: 2.2.0.GA, 2.1.X
When prepare method calls are created, they receive a reference to the modification list of the transaction.
On transaction completion, however, the context is cleaned (JBCACHE-1326) which means the modification list is emptied.
This was not a problem in 2.1.0 since 2.1.0 didn't scrub contexts after transaction completion (thus creating a class loader leak - see JBCACHE-1326).
--
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