[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88865433 --- Diff: flink-streaming-java/src/test/java/org/apache/flink/streaming/api/operators/async/AsyncWaitOperatorTest.java --- @@ -0,0 +1,359 @@ +/*

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88721238 --- Diff: flink-tests/src/test/java/org/apache/flink/test/streaming/api/StreamingOperatorsITCase.java --- @@ -195,6 +202,70 @@ public Integer

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88861278 --- Diff: flink-streaming-java/src/test/java/org/apache/flink/streaming/api/operators/async/AsyncCollectorBufferTest.java --- @@ -0,0 +1,277 @@ +/*

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88858547 --- Diff: flink-streaming-java/src/test/java/org/apache/flink/streaming/api/operators/async/AsyncCollectorBufferTest.java --- @@ -0,0 +1,277 @@ +/*

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88857262 --- Diff: flink-streaming-java/src/test/java/org/apache/flink/streaming/api/operators/async/AsyncCollectorBufferTest.java --- @@ -0,0 +1,277 @@ +/*

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88858824 --- Diff: flink-streaming-java/src/test/java/org/apache/flink/streaming/api/operators/async/AsyncCollectorBufferTest.java --- @@ -0,0 +1,277 @@ +/*

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88867574 --- Diff: flink-streaming-java/src/test/java/org/apache/flink/streaming/api/operators/async/AsyncWaitOperatorTest.java --- @@ -0,0 +1,359 @@ +/*

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88869857 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/async/AsyncCollectorBuffer.java --- @@ -0,0 +1,453 @@ +/*

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88865801 --- Diff: flink-streaming-java/src/test/java/org/apache/flink/streaming/api/operators/async/AsyncWaitOperatorTest.java --- @@ -0,0 +1,359 @@ +/*

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88867234 --- Diff: flink-tests/src/test/java/org/apache/flink/test/streaming/api/StreamingOperatorsITCase.java --- @@ -195,6 +202,70 @@ public Integer

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88715262 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/async/AsyncCollectorBuffer.java --- @@ -0,0 +1,453 @@ +/*

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88868024 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/async/AsyncWaitOperator.java --- @@ -0,0 +1,224 @@ +/* +

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88719571 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/async/AsyncWaitOperator.java --- @@ -0,0 +1,224 @@ +/* +

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88718820 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/async/AsyncWaitOperator.java --- @@ -0,0 +1,224 @@ +/* +

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88869631 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/async/AsyncCollectorBuffer.java --- @@ -0,0 +1,453 @@ +/*

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88714941 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/async/AsyncCollectorBuffer.java --- @@ -0,0 +1,453 @@ +/*

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88701332 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/async/AsyncCollectorBuffer.java --- @@ -0,0 +1,453 @@ +/*

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88872044 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/async/AsyncCollectorBuffer.java --- @@ -0,0 +1,453 @@ +/*

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88714017 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/async/AsyncCollectorBuffer.java --- @@ -0,0 +1,453 @@ +/*

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88857479 --- Diff: flink-streaming-java/src/test/java/org/apache/flink/streaming/api/operators/async/AsyncCollectorBufferTest.java --- @@ -0,0 +1,277 @@ +/*

[jira] [Commented] (FLINK-2254) Add Bipartite Graph Support for Gelly

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683270#comment-15683270 ] ASF GitHub Bot commented on FLINK-2254: --- Github user vasia commented on the issue:

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683322#comment-15683322 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88865406 --- Diff: flink-streaming-java/src/test/java/org/apache/flink/streaming/api/operators/async/AsyncWaitOperatorTest.java --- @@ -0,0 +1,359 @@ +/*

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683286#comment-15683286 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88715005 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/async/AsyncCollectorBuffer.java --- @@ -0,0 +1,453 @@ +/*

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683325#comment-15683325 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683289#comment-15683289 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683330#comment-15683330 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683326#comment-15683326 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683283#comment-15683283 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683271#comment-15683271 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88718312 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/async/AsyncWaitOperator.java --- @@ -0,0 +1,224 @@ +/* +

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683279#comment-15683279 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683304#comment-15683304 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88866589 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/async/AsyncWaitOperator.java --- @@ -0,0 +1,224 @@ +/* +

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683276#comment-15683276 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683302#comment-15683302 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88707755 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/async/AsyncCollectorBuffer.java --- @@ -0,0 +1,453 @@ +/*

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683285#comment-15683285 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683316#comment-15683316 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88712042 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/async/AsyncCollectorBuffer.java --- @@ -0,0 +1,453 @@ +/*

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683294#comment-15683294 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88711691 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/async/AsyncCollectorBuffer.java --- @@ -0,0 +1,453 @@ +/*

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88701684 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/async/AsyncCollectorBuffer.java --- @@ -0,0 +1,453 @@ +/*

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88707924 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/async/AsyncCollectorBuffer.java --- @@ -0,0 +1,453 @@ +/*

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683281#comment-15683281 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683291#comment-15683291 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683317#comment-15683317 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683329#comment-15683329 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683290#comment-15683290 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683298#comment-15683298 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683327#comment-15683327 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683319#comment-15683319 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683299#comment-15683299 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88716757 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/async/AsyncWaitOperator.java --- @@ -0,0 +1,224 @@ +/* +

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683318#comment-15683318 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683275#comment-15683275 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683313#comment-15683313 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683292#comment-15683292 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683305#comment-15683305 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683301#comment-15683301 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683295#comment-15683295 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683328#comment-15683328 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683296#comment-15683296 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683311#comment-15683311 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683315#comment-15683315 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683312#comment-15683312 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683307#comment-15683307 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683300#comment-15683300 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683310#comment-15683310 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683320#comment-15683320 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683321#comment-15683321 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683303#comment-15683303 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683324#comment-15683324 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683309#comment-15683309 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683306#comment-15683306 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683288#comment-15683288 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683293#comment-15683293 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683282#comment-15683282 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683287#comment-15683287 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683323#comment-15683323 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683308#comment-15683308 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683297#comment-15683297 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683314#comment-15683314 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683273#comment-15683273 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683274#comment-15683274 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683278#comment-15683278 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683277#comment-15683277 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683280#comment-15683280 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88714777 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/async/AsyncCollectorBuffer.java --- @@ -0,0 +1,453 @@ +/*

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683284#comment-15683284 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4391) Provide support for asynchronous operations over streams

2016-11-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15683272#comment-15683272 ] ASF GitHub Bot commented on FLINK-4391: --- Github user tillrohrmann commented on a diff in the pull

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88720498 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/OperatorChain.java --- @@ -116,7 +116,12 @@ public

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88714544 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/async/AsyncCollectorBuffer.java --- @@ -0,0 +1,453 @@ +/*

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88680681 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/async/AsyncCollector.java --- @@ -0,0 +1,103 @@ +/* + *

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88712552 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/async/AsyncCollectorBuffer.java --- @@ -0,0 +1,453 @@ +/*

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88676202 --- Diff: flink-examples/flink-examples-streaming/src/main/java/org/apache/flink/streaming/examples/async/AsyncIOExample.java --- @@ -0,0 +1,194 @@

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88676904 --- Diff: flink-examples/flink-examples-streaming/src/main/java/org/apache/flink/streaming/examples/async/AsyncIOExample.java --- @@ -0,0 +1,219 @@

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88707416 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/async/AsyncCollectorBuffer.java --- @@ -0,0 +1,453 @@ +/*

[GitHub] flink pull request #2629: [FLINK-4391] Provide support for asynchronous oper...

2016-11-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2629#discussion_r88680162 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/datastream/AsyncDataStream.java --- @@ -0,0 +1,135 @@ +/* + *

<    1   2   3   4   >