You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Valentin Kulichenko (JIRA)" <ji...@apache.org> on 2016/04/26 20:29:13 UTC

[jira] [Created] (IGNITE-3055) IgniteDataStreamer can't be timed out

Valentin Kulichenko created IGNITE-3055:
-------------------------------------------

             Summary: IgniteDataStreamer can't be timed out
                 Key: IGNITE-3055
                 URL: https://issues.apache.org/jira/browse/IGNITE-3055
             Project: Ignite
          Issue Type: Bug
          Components: streaming
    Affects Versions: 1.5.0.final
            Reporter: Valentin Kulichenko
            Assignee: Valentin Kulichenko
            Priority: Critical
             Fix For: 1.6


In current implementation there is no way to timeout the data streamer. Specifically, {{addData()}} can hang on the parallel operations semaphore and {{close()}} can infinitely wait on one of the futures to complete.

We should introduce the configurable timeout and fail any data streamer operation if it's exceeded.



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