You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Greg Hogan (JIRA)" <ji...@apache.org> on 2015/12/02 19:27:11 UTC

[jira] [Commented] (FLINK-2897) Use distinct initial indices for OutputEmitter round-robin

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

Greg Hogan commented on FLINK-2897:
-----------------------------------

I've been out for a while but I see this is still open and uncommitted.

> Use distinct initial indices for OutputEmitter round-robin
> ----------------------------------------------------------
>
>                 Key: FLINK-2897
>                 URL: https://issues.apache.org/jira/browse/FLINK-2897
>             Project: Flink
>          Issue Type: Improvement
>          Components: Distributed Runtime
>    Affects Versions: 0.10.0
>            Reporter: Greg Hogan
>            Assignee: Greg Hogan
>
> Currently, when performing a round-robin partitioning each task will sequentially partition starting with partition "1". This is fine in the usual case where the number of partitioned objects greatly exceeds the number of channels. However, in the case where the number of objects is relatively few (each, perhaps, requiring a large computation or access to an external system) it would be much better to begin partitioning at distinct indices (the task index).



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