[infinispan-issues] [JBoss JIRA] (ISPN-2933) MixedModeTest.testMixedMode fails intermittently

Mircea Markus (JIRA) jira-events at lists.jboss.org
Wed May 8 13:46:53 EDT 2013


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

Mircea Markus commented on ISPN-2933:
-------------------------------------

Whilst the patch (I think) will fix the intermittent failure I'm not sure there's no underlying problem caused by state transfer.
We don't wait for the cluster to form and on a INVALIDATION SYNC cache we do:
c.withFlag(LOCAL).put(k,v);
c.get(k); //this returns null, but as I've mentioned the cluster is still forming
I'm not sure how state transfer and invalidation works precisely, but I'd expect entries not to be shuffled around and c.get above not to be null - [~dan.berindei] can you please confirm?
If that's the case please close this JIRA (and the intermittent failure) and open a new one describing the specific problem.
                
> MixedModeTest.testMixedMode fails intermittently
> ------------------------------------------------
>
>                 Key: ISPN-2933
>                 URL: https://issues.jboss.org/browse/ISPN-2933
>             Project: Infinispan
>          Issue Type: Bug
>    Affects Versions: 5.2.5.Final
>            Reporter: Adrian Nistor
>            Assignee: Mircea Markus
>             Fix For: 5.3.0.Final
>
>         Attachments: MixedModeTest.log
>
>
> {noformat}
> 2013-03-19 00:19:26,917 ERROR [org.infinispan.test.fwk.UnitTestTestNGListener] (testng-MixedModeTest) Test testMixedMode(org.infinispan.api.MixedModeTest) failed.
> java.lang.NullPointerException
> 	at org.infinispan.api.MixedModeTest.testMixedMode(MixedModeTest.java:72)
> {noformat}

--
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