[infinispan-issues] [JBoss JIRA] (ISPN-3147) Fix test ReplCommandForwardingTest.testForwardToJoinerNonTransactional
Dan Berindei (JIRA)
jira-events at lists.jboss.org
Wed Jul 3 08:54:21 EDT 2013
[ https://issues.jboss.org/browse/ISPN-3147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12787288#comment-12787288 ]
Dan Berindei commented on ISPN-3147:
------------------------------------
I'm not sure the failures are really caused by ISPN-2772. I saw in one log that it takes > 10 seconds to initialize the JGroups channel on the joiner:
{noformat}
19:27:53,887 INFO (testng-ReplCommandForwardingTest:___defaultcache) [JGroupsTransport] ISPN000078: Starting JGroups Channel
19:28:04,043 DEBUG (testng-ReplCommandForwardingTest:___defaultcache) [Configurator] set property TCP.diagnostics_addr to default value /224.0.75.75
19:28:04,242 DEBUG (testng-ReplCommandForwardingTest:___defaultcache) [FRAG2] received CONFIG event: {bind_addr=/127.0.0.1}
19:28:04,258 TRACE (testng-ReplCommandForwardingTest:___defaultcache) [CommandAwareRpcDispatcher] setting local_addr (null) to NodeD-9963
19:28:04,324 DEBUG (testng-ReplCommandForwardingTest:___defaultcache) [GMS] address=NodeD-9963, cluster=ISPN, physical address=127.0.0.1:8103
19:28:04,369 TRACE (testng-ReplCommandForwardingTest:___defaultcache) [TEST_PING] Discoveries for DiscoveryKey{clusterName='ISPN', testName='org.infinispan.statetransfer.ReplCommandForwardingTest'} are : {NodeA-48008=TEST_PING at NodeA-48008, NodeC-19557=TEST_PING at NodeC-19557, NodeB-13554=TEST_PING at NodeB-13554}
{noformat}
This is before the channel even started the discovery process, and there were other threads making progress at the time, so I think we can exclude network or GC induced delays.
> Fix test ReplCommandForwardingTest.testForwardToJoinerNonTransactional
> ----------------------------------------------------------------------
>
> Key: ISPN-3147
> URL: https://issues.jboss.org/browse/ISPN-3147
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite
> Affects Versions: 5.3.0.CR1
> Reporter: Adrian Nistor
> Assignee: Dan Berindei
> Fix For: 6.0.0.Alpha1, 6.0.0.Final
>
>
> This test is broken by ISPN-2772.
--
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
More information about the infinispan-issues
mailing list