[ https://issues.apache.org/jira/browse/IGNITE-14909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17364189#comment-17364189 ]
Aleksandr Polovtcev edited comment on IGNITE-14909 at 6/16/21, 10:15 AM: ------------------------------------------------------------------------- ??changing server name to local address doesn't really changes anything, because scalecube cluster node uses it only for server name and not actually do any binding to local addr.?? Yes, but the test in question also uses this external address to retrieve the cluster members, which are bound to the local address. ??what wrong in binding to real addr ??? The problem is that the member map inside the Topology Service gets filled with addresses like "127.0.0.1:5003", while {{getMyIp}} returns addresses like "192.168.45.94:5003". Therefore these tests fail 100% of the time on my local machine. I don't know why these tests pass on TC, though... ??all client nodes seem to correctly shutdown if test is finished without any error.?? Can you clarify, please, I don't understand how is this related to the fix? was (Author: apolovtcev): ??changing server name to local address doesn't really changes anything, because scalecube cluster node uses it only for server name and not actually do any binding to local addr.?? Yes, but the test in question also uses this external address to retrieve the cluster members, which are bound to the local address. ??what wrong in binding to real addr ??? The problem is that the member map inside the Topology Service gets filled with addresses like "127.0.0.1:5003", while {{getMyIp}} returns addresses like "192.168.45.94:5003". Therefore these tests fail 100% of the time on my local machine. I don't know why these tests pass on TC, though... ??all client nodes seem to correctly shutdown if test is finished without any error.?? Can you clarify, please, I don't understand how is this related to the fix? > IgniteRpcTest fails locally > --------------------------- > > Key: IGNITE-14909 > URL: https://issues.apache.org/jira/browse/IGNITE-14909 > Project: Ignite > Issue Type: Bug > Reporter: Ivan Bessonov > Assignee: Aleksandr Polovtcev > Priority: Major > Labels: ignite-3 > Fix For: 3.0.0-alpha3 > > Attachments: IgniteRpcTest.log > > Time Spent: 20m > Remaining Estimate: 0h > > See attached log file. -- This message was sent by Atlassian Jira (v8.3.4#803005)