[infinispan-issues] [JBoss JIRA] Commented: (ISPN-1233) Regression in ClusterIdGenerator
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Thu Jul 14 11:15:24 EDT 2011
[ https://issues.jboss.org/browse/ISPN-1233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12614211#comment-12614211 ]
Galder Zamarreño commented on ISPN-1233:
----------------------------------------
The problem is that by the time ClusterIdGenerator is created in AbstractProtocolServer.start(), the cache manager has already been started and a view has been defined. So, ClusterIdGenerator is waiting for a view change to set the base version but this does not happen since there's no view change after that. A solution could be to initialize ClusterIdGenerator with the current view if the cache manager is already started and a view is available (i.e. at least one of its caches has been started)
> Regression in ClusterIdGenerator
> --------------------------------
>
> Key: ISPN-1233
> URL: https://issues.jboss.org/browse/ISPN-1233
> Project: Infinispan
> Issue Type: Bug
> Components: Core API
> Affects Versions: 5.0.0.CR7
> Reporter: Trustin Lee
> Assignee: Galder Zamarreño
> Priority: Blocker
> Fix For: 5.0.0.FINAL
>
>
> Memcached replication tests show a regression
> https://hudson.qa.jboss.com/hudson/view/EDG6/job/edg-60-functional-dist-mode/24/testReport/org.jboss.test.cluster.datagrid.memcached/
> ClusterIdGenerator throws java.lang.IllegalStateException: If clustered, Version prefix cannot be 0. Rank calculator probably not in use.
> The issue exists in both CR6 and CR7.
--
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