[
https://issues.apache.org/jira/browse/IGNITE-2496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15123363#comment-15123363
]
Alexey Stelmak commented on IGNITE-2496:
----------------------------------------
The attach contains unit test which reproduces this problem. It is necessary to
put in the folder with the unit tests for the module "core"
(modules/core/src/test/java/org/apache/ignite/messaging).
> MESSAGING: Add new remote listener on а сlientNode must be performed
> synchronously
> ----------------------------------------------------------------------------------
>
> Key: IGNITE-2496
> URL: https://issues.apache.org/jira/browse/IGNITE-2496
> Project: Ignite
> Issue Type: Bug
> Components: messaging
> Reporter: Alexey Stelmak
> Attachments: IgniteMessagingRemoteListenOnClientTest.java
>
>
> Current behavior: When you add a new remote listener on the client node, the
> addition takes place asynchronously, without waiting for confirmation from
> the client node.
> Required behavior: When you add a new listener on the client node, we need to
> wait for confirmation from the client node (as well as it works for the
> server node).
> It is necessary to create test (or modify IgniteMessagingWithClientTest) ,
> which would reproduce this bug.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)