[infinispan-issues] [JBoss JIRA] Resolved: (ISPN-434) Creating a new distributed cache on a non-coordinator node causes rehashing to hang
Manik Surtani (JIRA)
jira-events at lists.jboss.org
Thu Sep 29 11:34:26 EDT 2011
[ https://issues.jboss.org/browse/ISPN-434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Manik Surtani resolved ISPN-434.
--------------------------------
Fix Version/s: (was: 5.1.0.BETA1)
(was: 5.1.0.FINAL)
Resolution: Rejected
This will become a non-issue after we have ISPN-658
> Creating a new distributed cache on a non-coordinator node causes rehashing to hang
> -----------------------------------------------------------------------------------
>
> Key: ISPN-434
> URL: https://issues.jboss.org/browse/ISPN-434
> Project: Infinispan
> Issue Type: Bug
> Components: Distributed Cache
> Affects Versions: 4.1.0.ALPHA3
> Reporter: Manik Surtani
> Assignee: Manik Surtani
> Priority: Minor
>
> If a cluster is already formed (perhaps due to another cache instance being started, such as a replicated one) and subsequently a distributed cache is created and started, first on a non-coordinator node, the startup sequence will hang until the cache is also started on the coordinator.
> E.g.,
> 1. C1 (coord) starts replicated cache
> 2. C2 starts replicated cache
> 3. C2 starts distributed cache
> 4. C1 starts distributed cache
> Step 3 will hang until step 4 completes. So unless these happen in different threads - on different servers - this rehash will hang.
--
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