[infinispan-issues] [JBoss JIRA] (ISPN-1319) topology changes makes entire cluster inconsistent

Mircea Markus (JIRA) jira-events at lists.jboss.org
Tue May 7 10:54:54 EDT 2013


     [ https://issues.jboss.org/browse/ISPN-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mircea Markus resolved ISPN-1319.
---------------------------------

    Resolution: Out of Date


should work in 5.2.
                
> topology changes makes entire cluster inconsistent
> --------------------------------------------------
>
>                 Key: ISPN-1319
>                 URL: https://issues.jboss.org/browse/ISPN-1319
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Distributed Cache
>    Affects Versions: 5.0.0.FINAL
>         Environment: linux / devel environment / 1.6.0_26
>            Reporter: Jan Slezak
>            Assignee: Manik Surtani
>            Priority: Blocker
>
> Invoke timeout exception in replicated or distributed environment (the issue occurred in both) during topology change on producer node - after that the data may end up in inconsistent state on other nodes (in my case n+1 entities on some of the nodes). I tried that with many TM / ISPN  configurations in sync mode using DummyTransactionManagerLookup. Same behavior using invocation batching ...  
> example xml: 
> <infinispan
>         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>         xsi:schemaLocation="urn:infinispan:config:5.0 http://www.infinispan.org/schemas/infinispan-config-5.0.xsd"
>         xmlns="urn:infinispan:config:5.0">
>     <global>
>         <transport clusterName="ifprotocluster"/>
>     </global>
>     <default>
>         <clustering mode="distribution">
>             <l1 enabled="false"/>
>             <hash numOwners="100" rehashRpcTimeout="120000" />
>             <sync/>
>         </clustering>
>         <transaction
>                 transactionManagerLookupClass="org.infinispan.transaction.lookup.DummyTransactionManagerLookup"
>                 syncRollbackPhase="true"
>                 syncCommitPhase="true"
>                 useEagerLocking="true"
>                 />
>     </default>
> </infinispan>

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