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

Jan Slezak (JIRA) jira-events at lists.jboss.org
Mon Aug 8 08:52:24 EDT 2011


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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the infinispan-issues mailing list