You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Denis Magda (JIRA)" <ji...@apache.org> on 2016/05/16 07:33:12 UTC

[jira] [Updated] (IGNITE-3137) IgniteDataStreamer silently hangs if exception happens on a remote side

     [ https://issues.apache.org/jira/browse/IGNITE-3137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Denis Magda updated IGNITE-3137:
--------------------------------
    Attachment: CacheDataStreamerExample.java
                ExampleNodeStartup.java

To reproduce:
- Start ExampleNodeStartup
- Start modified CacheDataStreamerExample

> IgniteDataStreamer silently hangs if exception happens on a remote side
> -----------------------------------------------------------------------
>
>                 Key: IGNITE-3137
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3137
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Denis Magda
>             Fix For: 1.7
>
>         Attachments: CacheDataStreamerExample.java, ExampleNodeStartup.java
>
>
> If an exception happens on a remote side during the streaming IgniteDataStreamer can either not receive an ack for a sent batch or not process an error response properly on a streaming side. 
> This will lead to the situation that the side that does streaming will hang indefinitely.
> Attaching a simple code that reproduces the issue. Please note that exception can be of other kind.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)