You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/01/02 22:20:39 UTC

[jira] [Commented] (FLINK-1870) Reintroduce Indexed reader functionality to streaming

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

ASF GitHub Bot commented on FLINK-1870:
---------------------------------------

GitHub user mjsax opened a pull request:

    https://github.com/apache/flink/pull/1483

    [FLINK-1870] Reintroduce indexed reader functionality to streaming

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mjsax/flink flink-1870-inputChannelIndex

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/1483.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1483
    
----
commit 5a8ef6cc8424dbf718e245a1e57845cc9b820059
Author: mjsax <mj...@informatik.hu-berlin.de>
Date:   2015-12-30T11:40:06Z

    [FLINK-1870] Reintroduce indexed reader functionality to streaming

----


> Reintroduce Indexed reader functionality to streaming
> -----------------------------------------------------
>
>                 Key: FLINK-1870
>                 URL: https://issues.apache.org/jira/browse/FLINK-1870
>             Project: Flink
>          Issue Type: Task
>          Components: Streaming
>            Reporter: Gyula Fora
>            Assignee: Matthias J. Sax
>            Priority: Minor
>
> The Indexed record reader classes (IndexedReaderIterator, IndexedMutableReader) were introduced to allow the streaming operators to access the index of the last read channel from the input gate. This was a necessary step toward future input sorting operators.
> Unfortunately this untested feature was patched away by the following commit:
> https://github.com/apache/flink/commit/5232c56b13b7e13e2cf10dbe818c221f5557426d
> At some point we need to reimplement these features with proper tests.



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