[infinispan-issues] [JBoss JIRA] (ISPN-1508) Failures during hotrod server cluster formation
Michal Linhard (Issue Comment Edited) (JIRA)
jira-events at lists.jboss.org
Wed Nov 30 13:58:44 EST 2011
[ https://issues.jboss.org/browse/ISPN-1508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646823#comment-12646823 ]
Michal Linhard edited comment on ISPN-1508 at 11/30/11 1:58 PM:
----------------------------------------------------------------
I have this special case when I use jprofiler on node1 in 4 node cluster, where the cluster won't form even for 4 minutes:
https://hudson.qa.jboss.com/hudson/view/EDG6/view/EDG-REPORTS-PERF/job/edg-60-perf-client-stress-test-hotrod/125/
(the node01 never ends joining and state transfer)
I've set up my test to ignore following error patterns:
{code}
ERROR \\[org\\.infinispan\\.cacheviews\\.CacheViewsManagerImpl\\].*Failed to prepare view .*
ERROR \\[org\\.infinispan\\.cacheviews\\.CacheViewsManagerImpl\\].*ISPN000166.*
ERROR \\[org\\.infinispan\\.cacheviews\\.CacheViewInfo\\].*ISPN000164.*
ERROR \\[org\\.infinispan\\.cacheviews\\.CacheViewsManagerImpl\\].*Error recovering views from the cluster members.*
{code}
When I don't use jprofiler (and the ignore patterns are the same) the cluster forms well:
https://hudson.qa.jboss.com/hudson/view/EDG6/view/EDG-REPORTS-PERF/job/edg-60-perf-client-stress-test-hotrod/126/
was (Author: mlinhard):
I have this special case when I use jprofiler on node1 in 4 node cluster, where the cluster won't form even for 4 minutes:
https://hudson.qa.jboss.com/hudson/view/EDG6/view/EDG-REPORTS-PERF/job/edg-60-perf-client-stress-test-hotrod/125/
(the node01 never ends joining and state transfer)
I've set up my test to ignore following error patterns:
ERROR \\[org\\.infinispan\\.cacheviews\\.CacheViewsManagerImpl\\].*Failed to prepare view .*
ERROR \\[org\\.infinispan\\.cacheviews\\.CacheViewsManagerImpl\\].*ISPN000166.*
ERROR \\[org\\.infinispan\\.cacheviews\\.CacheViewInfo\\].*ISPN000164.*
ERROR \\[org\\.infinispan\\.cacheviews\\.CacheViewsManagerImpl\\].*Error recovering views from the cluster members.*
When I don't use jprofiler (and the ignore patterns are the same) the cluster forms well:
https://hudson.qa.jboss.com/hudson/view/EDG6/view/EDG-REPORTS-PERF/job/edg-60-perf-client-stress-test-hotrod/126/
> Failures during hotrod server cluster formation
> -----------------------------------------------
>
> Key: ISPN-1508
> URL: https://issues.jboss.org/browse/ISPN-1508
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 5.1.0.BETA3
> Reporter: Michal Linhard
> Assignee: Dan Berindei
> Priority: Critical
> Fix For: 5.1.0.BETA5
>
>
> failing build: https://hudson.qa.jboss.com/hudson/job/edg-60-client-stress-test/87
> server logs: https://hudson.qa.jboss.com/hudson/job/edg-60-client-stress-test/87/artifact/report/run1/serverlogs.zip
> in this test I'm starting 4 standalone infinispan hotrod servers (startServer.sh style)
> and they take too long to form a cluster (more than 2 min)
> there errors related to CacheViewControlCommand
> the infinispan version is 5.1.0-SNAPSHOT (c642be2c8a64c13e7e74283f38e2037cef9a362f) + a quick patch for ISPN-1498
--
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