[JBoss JIRA] (JGRP-1801) DuplicateTest fails when testing OOB multicast to all three senders
by Richard Achmatowicz (JIRA)
[ https://issues.jboss.org/browse/JGRP-1801?page=com.atlassian.jira.plugin.... ]
Richard Achmatowicz commented on JGRP-1801:
-------------------------------------------
For an example of the failure: https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/EAP6/view/EAP6-JGro...
> DuplicateTest fails when testing OOB multicast to all three senders
> -------------------------------------------------------------------
>
> Key: JGRP-1801
> URL: https://issues.jboss.org/browse/JGRP-1801
> Project: JGroups
> Issue Type: Bug
> Affects Versions: 3.2.13
> Environment: Windows (18), Solaris (2), RHEL(1) where (x) is the number of failures seen
> Reporter: Richard Achmatowicz
> Assignee: Bela Ban
> Fix For: 3.2.13
>
>
> DuplicateTest does the following:
> - creates three channels containing the DUPL layer called c1, c2, c3
> - DUPL is used to duplicate messages sent
> - channel receiver for channel each keeps a map of messages received from each sender
> - channels send messages: regular, OOB, or mixed
> - the test checks that the messages received by each channel are correct in number and in order
> The test testOOBMuloticastToAll3Senders is failing regularly on multple platforms. The test makes each of the channels send OOB multicast messages to the group, but only two of three members ever end up receiving the multicast messages. Al example of the failure:
> {noformat}
> Error Message
> expected size=3, msgs: [C2, C1]
> Stacktrace
> java.lang.AssertionError
> at org.jgroups.tests.DuplicateTest.check(DuplicateTest.java:217)
> at org.jgroups.tests.DuplicateTest.testOOBMulticastToAll3Senders(DuplicateTest.java:123)
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 10 months
[JBoss JIRA] (JGRP-1801) DuplicateTest fails when testing OOB multicast to all three senders
by Richard Achmatowicz (JIRA)
[ https://issues.jboss.org/browse/JGRP-1801?page=com.atlassian.jira.plugin.... ]
Richard Achmatowicz updated JGRP-1801:
--------------------------------------
Description:
DuplicateTest does the following:
- creates three channels containing the DUPL layer called c1, c2, c3
- DUPL is used to duplicate messages sent
- channel receiver for channel each keeps a map of messages received from each sender
- channels send messages: regular, OOB, or mixed
- the test checks that the messages received by each channel are correct in number and in order
The test testOOBMuloticastToAll3Senders is failing regularly on multple platforms. The test makes each of the channels send OOB multicast messages to the group, but only two of three members ever end up receiving the multicast messages. Al example of the failure:
{noformat}
Error Message
expected size=3, msgs: [C2, C1]
Stacktrace
java.lang.AssertionError
at org.jgroups.tests.DuplicateTest.check(DuplicateTest.java:217)
at org.jgroups.tests.DuplicateTest.testOOBMulticastToAll3Senders(DuplicateTest.java:123)
{noformat}
was:
DuplicateTest does the following:
- creates three channels containing the DUPL layer called c1, c2, c3 (DUPL is used to duplicate messages sent)
- channel receiver for each keeps a map of messages received from each sender
- channels send messages: regular, OOB, or mixed
- the test checks that the messages received by each channel are correct in number and in order
The test testOOBMuloticastToAll3Senders is failing regularly on multple platforms. The test makes each of the channels send OOB multicast messages to the group, but only two of three members ever end up receiving the multicast messages. Al example of the failure:
{noformat}
Error Message
expected size=3, msgs: [C2, C1]
Stacktrace
java.lang.AssertionError
at org.jgroups.tests.DuplicateTest.check(DuplicateTest.java:217)
at org.jgroups.tests.DuplicateTest.testOOBMulticastToAll3Senders(DuplicateTest.java:123)
{noformat}
> DuplicateTest fails when testing OOB multicast to all three senders
> -------------------------------------------------------------------
>
> Key: JGRP-1801
> URL: https://issues.jboss.org/browse/JGRP-1801
> Project: JGroups
> Issue Type: Bug
> Affects Versions: 3.2.13
> Environment: Windows (18), Solaris (2), RHEL(1) where (x) is the number of failures seen
> Reporter: Richard Achmatowicz
> Assignee: Bela Ban
> Fix For: 3.2.13
>
>
> DuplicateTest does the following:
> - creates three channels containing the DUPL layer called c1, c2, c3
> - DUPL is used to duplicate messages sent
> - channel receiver for channel each keeps a map of messages received from each sender
> - channels send messages: regular, OOB, or mixed
> - the test checks that the messages received by each channel are correct in number and in order
> The test testOOBMuloticastToAll3Senders is failing regularly on multple platforms. The test makes each of the channels send OOB multicast messages to the group, but only two of three members ever end up receiving the multicast messages. Al example of the failure:
> {noformat}
> Error Message
> expected size=3, msgs: [C2, C1]
> Stacktrace
> java.lang.AssertionError
> at org.jgroups.tests.DuplicateTest.check(DuplicateTest.java:217)
> at org.jgroups.tests.DuplicateTest.testOOBMulticastToAll3Senders(DuplicateTest.java:123)
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 10 months
[JBoss JIRA] (JGRP-1801) DuplicateTest fails when testing OOB multicast to all three senders
by Richard Achmatowicz (JIRA)
Richard Achmatowicz created JGRP-1801:
-----------------------------------------
Summary: DuplicateTest fails when testing OOB multicast to all three senders
Key: JGRP-1801
URL: https://issues.jboss.org/browse/JGRP-1801
Project: JGroups
Issue Type: Bug
Affects Versions: 3.2.13
Environment: Windows (18), Solaris (2), RHEL(1) where (x) is the number of failures seen
Reporter: Richard Achmatowicz
Assignee: Bela Ban
Fix For: 3.2.13
DuplicateTest does the following:
- creates three channels containing the DUPL layer called c1, c2, c3 (DUPL is used to duplicate messages sent)
- channel receiver for each keeps a map of messages received from each sender
- channels send messages: regular, OOB, or mixed
- the test checks that the messages received by each channel are correct in number and in order
The test testOOBMuloticastToAll3Senders is failing regularly on multple platforms. The test makes each of the channels send OOB multicast messages to the group, but only two of three members ever end up receiving the multicast messages. Al example of the failure:
{noformat}
Error Message
expected size=3, msgs: [C2, C1]
Stacktrace
java.lang.AssertionError
at org.jgroups.tests.DuplicateTest.check(DuplicateTest.java:217)
at org.jgroups.tests.DuplicateTest.testOOBMulticastToAll3Senders(DuplicateTest.java:123)
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 10 months
[JBoss JIRA] (JBJCA-1147) Modify permits under lock
by Jesper Pedersen (JIRA)
Jesper Pedersen created JBJCA-1147:
--------------------------------------
Summary: Modify permits under lock
Key: JBJCA-1147
URL: https://issues.jboss.org/browse/JBJCA-1147
Project: IronJacamar
Issue Type: Bug
Components: Core
Affects Versions: 1.1.3.Final
Reporter: Jesper Pedersen
Assignee: Jesper Pedersen
Priority: Critical
Fix For: 1.1.4.Final, 1.2.0.Beta1
The permits needs to be locked when releasing a permit in SemaphoreArrayListManagedConnectionPool
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 10 months