[infinispan-issues] [JBoss JIRA] (ISPN-2629) Dist Exec testsuite fails in case of TopologyAware nodes.
Anna Manukyan (JIRA)
jira-events at lists.jboss.org
Fri Dec 14 08:08:17 EST 2012
[ https://issues.jboss.org/browse/ISPN-2629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12741451#comment-12741451 ]
Anna Manukyan commented on ISPN-2629:
-------------------------------------
OK, so for DistributedExecutorWithTopologyAwareNodesTest & ReplSyncDistributedExecutorWithTopologyAwareNodesTest classes, the following tests are failing:
testTaskCancellation() & testCancelAndGet() with the error:
Target node DistributedExecutorWithTopologyAwareNodesTest-Node^-48466(test2) is not a cluster member, members are [DistributedExecutorWithTopologyAwareNodesTest-Node]-49148(test1)]
The tests are failing also on Jenkins. I've looked/debugged the code a bit and seems that, in case of TopologyAware nodes, the rpcManager.getMembers() and rpcManager.getTransport().getMembers() return 2 different lists - the first one contains only the current node, and the 2nd one contains both nodes.
> Dist Exec testsuite fails in case of TopologyAware nodes.
> ---------------------------------------------------------
>
> Key: ISPN-2629
> URL: https://issues.jboss.org/browse/ISPN-2629
> Project: Infinispan
> Issue Type: Bug
> Components: Distributed Execution and Map/Reduce
> Reporter: Anna Manukyan
> Assignee: Vladimir Blagojevic
> Attachments: DistributedExecutorWithTopologyAwareNodesTest.java, TEST-org.infinispan.distexec.DistributedExecutorWithTopologyAwareNodesTest.xml
>
>
> Many tests from dist exec test suite fail in case of TopologyAware nodes.
> It has been found that with both types of Cache configuration (old and new API), the issue appears.
> You can find the test and the stacktraces attached.
--
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