[ 
https://issues.apache.org/jira/browse/IGNITE-2496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15123363#comment-15123363
 ] 

Alexey Stelmak edited comment on IGNITE-2496 at 1/29/16 11:33 AM:
------------------------------------------------------------------

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) and run it.


was (Author: astelmak):
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)

Reply via email to