[GitHub] flink pull request #3669: [FLINK-6215] Make the StatefulSequenceSource scala...

2017-07-28 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/3669#discussion_r130080485 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/functions/source/StatefulSequenceSource.java --- @@ -61,52 +65,89 @@

[GitHub] flink pull request #3669: [FLINK-6215] Make the StatefulSequenceSource scala...

2017-07-28 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/3669#discussion_r130081876 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/functions/source/StatefulSequenceSource.java --- @@ -61,52 +65,89 @@

[GitHub] flink pull request #3669: [FLINK-6215] Make the StatefulSequenceSource scala...

2017-07-28 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/3669#discussion_r130081125 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/functions/source/StatefulSequenceSource.java --- @@ -61,52 +65,89 @@

[GitHub] flink pull request #3669: [FLINK-6215] Make the StatefulSequenceSource scala...

2017-04-04 Thread kl0u
GitHub user kl0u opened a pull request: https://github.com/apache/flink/pull/3669 [FLINK-6215] Make the StatefulSequenceSource scalable. So far this source was computing all the elements to be emitted and stored them in memory. This could lead to out-of-memory problems for