[infinispan-issues] [JBoss JIRA] (ISPN-1319) topology changes makes entire cluster inconsistent
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Fri Mar 2 07:57:36 EST 2012
[ https://issues.jboss.org/browse/ISPN-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12673148#comment-12673148 ]
Galder Zamarreño commented on ISPN-1319:
----------------------------------------
@Jan, we've made some improvements around locking in Infinispan 5.1.x, can you try with 5.1.2.CR1?
> 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: 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