[infinispan-issues] [JBoss JIRA] Commented: (ISPN-832) TimeoutException with 2 or more nodes when there are Entity inserts, updates or removes.
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Mon Dec 20 04:16:18 EST 2010
[ https://issues.jboss.org/browse/ISPN-832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12571302#comment-12571302 ]
Galder Zamarreño commented on ISPN-832:
---------------------------------------
Hmmm, it seems like evictAll() calls that modify one of the caches are resulting in unnecessary remote get calls. Since we don't need previous values, this could be skipped simply with Flag.SKIP_CACHE_LOAD. If it all looks good, I'll add this change and you can pick it from the Hibernate code as before.
Cyrille, for any further comments, please open up a user forum post in http://community.jboss.org/en/infinispan?view=discussions
User forums are a much better place to discuss this and avoid polluting JIRA issues.
> TimeoutException with 2 or more nodes when there are Entity inserts, updates or removes.
> ----------------------------------------------------------------------------------------
>
> Key: ISPN-832
> URL: https://issues.jboss.org/browse/ISPN-832
> Project: Infinispan
> Issue Type: Bug
> Components: State transfer
> Affects Versions: 4.2.0.CR3
> Environment: Windows XP + Hibernate 3.6.1-SNAPSHOT + OpenEjb 3.2-SNAPSHOT
> Reporter: Cyrille Charron
> Assignee: Galder Zamarreño
> Attachments: InfiniSpanTest.zip
>
>
> Hello,
> I have some difficulties to run more than one Node
> with Infinispan as a JPA Level2 cache (default configuration)
> with Hibernate as JPA provider and
> with OpenEjb as JEE container.
> There are a lot of Locks between Nodes when I try to insert entities,
> even if each Node insert entities with a unique ID.
--
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