You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Yakov Zhdanov (JIRA)" <ji...@apache.org> on 2017/07/14 12:02:00 UTC

[jira] [Comment Edited] (IGNITE-5658) Optimizations for data streamer

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

Yakov Zhdanov edited comment on IGNITE-5658 at 7/14/17 12:01 PM:
-----------------------------------------------------------------

I have changed the streamer to process requests in striped pool for requests from remote nodes.
Branch: origin/ignite-5658

Left:
* add more tests
* check per-add() operation futures
* apply the same for requests mapped locally
* remove todos
* remaining items in the original list


was (Author: yzhdanov):
I have changed the streamer to process requests in striped pool for requests from remote nodes.

Left:
* add more tests
* check per-add() operation futures
* apply the same for requests mapped locally
* remove todos

> Optimizations for data streamer
> -------------------------------
>
>                 Key: IGNITE-5658
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5658
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Yakov Zhdanov
>            Assignee: Yakov Zhdanov
>              Labels: performance
>             Fix For: 2.2
>
>
> Data streamer can be improved with this:
> -batch on per-partition basis and send batches to striped pool (for allowOverwirte=false)
> -New default - perNodeParallelOps should be twice CPU count of a remote node (if not set by user, if set then parallelOps for every node is the value provided by user)
> -wait stable topology error should be output as warn



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)