[infinispan-issues] [JBoss JIRA] (ISPN-1130) Eager locks acquired multiple times
Manik Surtani (Commented) (JIRA)
jira-events at lists.jboss.org
Tue Nov 22 06:11:40 EST 2011
[ https://issues.jboss.org/browse/ISPN-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12644661#comment-12644661 ]
Manik Surtani commented on ISPN-1130:
-------------------------------------
@Mircea: Is this still a problem? Could you pls check?
> Eager locks acquired multiple times
> -----------------------------------
>
> Key: ISPN-1130
> URL: https://issues.jboss.org/browse/ISPN-1130
> Project: Infinispan
> Issue Type: Bug
> Components: Transactions
> Affects Versions: 4.2.1.FINAL
> Reporter: Mircea Markus
> Assignee: Mircea Markus
> Priority: Critical
> Labels: optimization
> Fix For: 5.1.0.CR1, 5.1.0.FINAL
>
>
> If eager locking is enabled, a remote lock is acquired repeatedly.
> e.g.
> tx.begin()
> cache.put(k,v); //rpc acquiring lock on "k"
> ...
> cache.remove(k); // another rpc for acquiring lock on "k"
> tx.commit();
> the second rpc for acquiring lock is un-necessary.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list