[infinispan-issues] [JBoss JIRA] (ISPN-3805) Extended statistics test failures caused by ISPN-3422

Dan Berindei (JIRA) jira-events at lists.jboss.org
Tue Dec 10 06:13:05 EST 2013


    [ https://issues.jboss.org/browse/ISPN-3805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12929779#comment-12929779 ] 

Dan Berindei commented on ISPN-3805:
------------------------------------

The change that caused the failures is that we now wrap the entry in the invocation context even if the key does not exist on the originator. TxDistributionInterceptor sees that there is already an entry in the context and doesn't acquire a local lock after the remote get.

The only command that can cause a lock acquisition after the remote get is now ReplaceCommand without a value, so we should change BaseTxClusterExtendedStatisticLogicTest to only expect a lock for that command.

In the future, we should remove the lock acquisition from TxDistributionInterceptor completely (ISPN-3237), and we should also wrap the entry regardless of the command.
                
> Extended statistics test failures caused by ISPN-3422
> -----------------------------------------------------
>
>                 Key: ISPN-3805
>                 URL: https://issues.jboss.org/browse/ISPN-3805
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Test Suite
>    Affects Versions: 6.0.0.Final
>            Reporter: Dan Berindei
>            Assignee: Dan Berindei
>              Labels: testsuite_stability
>             Fix For: 7.0.0.Alpha1
>
>
> The ISPN-3422 fix caused a lot of failures in the extended statistics module's test suite.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the infinispan-issues mailing list