[jboss-jira] [JBoss JIRA] (AS7-2984) Add wait attribute to rehashing element of distributed caches
RH Bugzilla Integration (JIRA)
jira-events at lists.jboss.org
Tue Mar 20 05:00:47 EDT 2012
[ https://issues.jboss.org/browse/AS7-2984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12677892#comment-12677892 ]
RH Bugzilla Integration commented on AS7-2984:
----------------------------------------------
Michal Linhard <mlinhard at redhat.com> made a comment on [bug 765759|https://bugzilla.redhat.com/show_bug.cgi?id=765759]
Yesterday I had a chat with dberindei on this. The problem here is that this is not an exception that occurs due to exceeded timeout while waiting on state transfer lock. In our tests we have the timeout set to 10 minutes and e.g. in the resilience test no state transfer took more than 10 sec.
This happens when the lock is denied immediately as a result of state transfer being started with different delays on different nodes (as explained in ISPN-1610) to prevent deadlock:
https://github.com/infinispan/infinispan/blob/master/core/src/main/java/org/infinispan/statetransfer/StateTransferLockImpl.java#L296
The situation that causes this exception to appear is quite normal and expected, but the exception and the error message by which it is reported is not a suitable one.
> Add wait attribute to rehashing element of distributed caches
> -------------------------------------------------------------
>
> Key: AS7-2984
> URL: https://issues.jboss.org/browse/AS7-2984
> Project: Application Server 7
> Issue Type: Enhancement
> Components: Clustering
> Affects Versions: 7.1.0.Beta1b
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Minor
> Fix For: 7.1.0.CR1
>
>
> Infinispan 5.1.0 has introduced the wait attribute for rehashing. Make sure the Infinispan subsystem supports it.
--
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 jboss-jira
mailing list