Bug 1021846
Summary: | JGroups: Intermittent failures in ConnectStressTest | ||
---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Richard Janík <rjanik> |
Component: | Clustering | Assignee: | Bela Ban <bela> |
Status: | CLOSED WONTFIX | QA Contact: | Jitka Kozana <jkudrnac> |
Severity: | medium | Docs Contact: | Russell Dickenson <rdickens> |
Priority: | unspecified | ||
Version: | 6.2.0 | CC: | rachmato |
Target Milestone: | ER1 | ||
Target Release: | EAP 6.4.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | JGroups testsuite | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-10-14 10:30:51 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Richard Janík
2013-10-22 08:18:05 UTC
I'm not seeing these any longer in EAP 6.3 DR6. I've seen it with 6.3.0.ER2. https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/eap-6x-manu-jgroups-rhel/jdk=java16_default,label_exp=RHEL6%20%26%26%20x86/50/testReport/org.jgroups.tests/ConnectStressTest/testConcurrentJoining/ Error Message view doesn't have size of 20 (has 7): [19|1] [19, 3, 6, 10, 2, 12, 16] Stacktrace java.lang.AssertionError at org.jgroups.tests.ConnectStressTest.testConcurrentJoining(ConnectStressTest.java:91) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84) at org.testng.internal.Invoker.invokeMethod(Invoker.java:714) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:901) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1231) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) at java.lang.Thread.run(Thread.java:662) -- snippet from standard output: 2583 [WARN] GMS: - there was more than 1 candidate for coordinator: {4=1, 19=1} 2605 [WARN] GMS: - there was more than 1 candidate for coordinator: {4=1, 19=1} 2680 [WARN] GMS: - there was more than 1 candidate for coordinator: {4=1, 19=1} channel[0].view has 13 members (expected: 20) 5884 [DEBUG] MERGE2: - 4 found different views : [4|2], [19|1]; sending up MERGE event with merge participants [4, 19]. Discovery results: [16]: coord=19 [19]: coord=19 [4]: coord=4 channel[0].view has 20 members (expected: 20) thread #1: size=20, view-id: [4|3] thread #2: size=7, view-id: [19|1] thread #3: size=7, view-id: [19|1] thread #4: size=20, view-id: [4|3] thread #5: size=20, view-id: [4|3] thread #6: size=7, view-id: [19|1] thread #7: size=20, view-id: [4|3] thread #8: size=13, view-id: [4|2] thread #9: size=20, view-id: [4|3] thread #10: size=7, view-id: [19|1] thread #11: size=20, view-id: [4|3] thread #12: size=7, view-id: [19|1] thread #13: size=20, view-id: [4|3] thread #14: size=20, view-id: [4|3] thread #15: size=20, view-id: [4|3] thread #16: size=7, view-id: [19|1] thread #17: size=20, view-id: [4|3] thread #18: size=20, view-id: [4|3] thread #19: size=20, view-id: [4|3] thread #20: size=20, view-id: [4|3] Last seen in 6.3.0.ER10 (GA). An upstream testsuite stabilization issue has been opened (JGRP-1891). |