[jira] [Closed] (FLINK-2404) LongCounters should have an "addValue()" method for primitive longs

2015-07-28 Thread Sachin Goel (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sachin Goel closed FLINK-2404. -- > LongCounters should have an "addValue()" method for primitive longs >

[jira] [Commented] (FLINK-2404) LongCounters should have an "addValue()" method for primitive longs

2015-07-28 Thread Sachin Goel (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14645267#comment-14645267 ] Sachin Goel commented on FLINK-2404: Fixed via 571084152f81f984fa4cdfc2122c3edcf5b62ab

[jira] [Created] (FLINK-2424) InstantiationUtil.serializeObject(Object) does not close output stream

2015-07-28 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-2424: -- Summary: InstantiationUtil.serializeObject(Object) does not close output stream Key: FLINK-2424 URL: https://issues.apache.org/jira/browse/FLINK-2424 Project: Flink

[jira] [Commented] (FLINK-1984) Integrate Flink with Apache Mesos

2015-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14645199#comment-14645199 ] ASF GitHub Bot commented on FLINK-1984: --- Github user uce commented on the pull reque

[GitHub] flink pull request: [FLINK-1984] Integrate Flink with Apache Mesos

2015-07-28 Thread uce
Github user uce commented on the pull request: https://github.com/apache/flink/pull/948#issuecomment-125782171 Hey Ankur! Welcome to the Flink community. I didn't have a proper look at your PR yet, but regarding the question you've asked in the issue: @StephanEwen kicked off a discuss

[jira] [Commented] (FLINK-1984) Integrate Flink with Apache Mesos

2015-07-28 Thread Ankur Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14645190#comment-14645190 ] Ankur Chauhan commented on FLINK-1984: -- I just opened a pull request https://github.c

[jira] [Commented] (FLINK-1984) Integrate Flink with Apache Mesos

2015-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14645173#comment-14645173 ] ASF GitHub Bot commented on FLINK-1984: --- GitHub user ankurcha opened a pull request:

[GitHub] flink pull request: [FLINK-1984] Integrate Flink with Apache Mesos

2015-07-28 Thread ankurcha
GitHub user ankurcha opened a pull request: https://github.com/apache/flink/pull/948 [FLINK-1984] Integrate Flink with Apache Mesos This pull requests adds a mesos scheduler and an executor (inspired from the work done in, now abandoned, PR #251). The highlights are as follows:

[jira] [Commented] (FLINK-992) Create CollectionDataSets by reading (client) local files.

2015-07-28 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14645055#comment-14645055 ] Fabian Hueske commented on FLINK-992: - Hi [~nrai], thanks for picking up this issue.

[jira] [Commented] (FLINK-2406) Abstract BarrierBuffer to an exchangeable BarrierHandler

2015-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14645035#comment-14645035 ] ASF GitHub Bot commented on FLINK-2406: --- Github user uce commented on the pull reque

[GitHub] flink pull request: [FLINK-2406] [FLINK-2402] Abstract the Barrier...

2015-07-28 Thread uce
Github user uce commented on the pull request: https://github.com/apache/flink/pull/938#issuecomment-125751865 Out of curiosity: why was it failing sometimes on Travis and not locally? And how did you discover this? From the program level logs? Another thing that came to my mi

[jira] [Commented] (FLINK-2419) DataStream sinks lose key information

2015-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644962#comment-14644962 ] ASF GitHub Bot commented on FLINK-2419: --- GitHub user gyfora opened a pull request:

[GitHub] flink pull request: [FLINK-2419] Add test for sinks after keyBy an...

2015-07-28 Thread gyfora
GitHub user gyfora opened a pull request: https://github.com/apache/flink/pull/947 [FLINK-2419] Add test for sinks after keyBy and groupBy Adds a missing test for FLINK-2419 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gyfora/f

[jira] [Commented] (FLINK-2399) Fail when actor versions don't match

2015-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644933#comment-14644933 ] ASF GitHub Bot commented on FLINK-2399: --- Github user sachingoel0101 commented on the

[GitHub] flink pull request: [FLINK-2399] Version checks for Job Manager an...

2015-07-28 Thread sachingoel0101
Github user sachingoel0101 commented on the pull request: https://github.com/apache/flink/pull/945#issuecomment-125734265 I had decided to work with my own understanding of what version means since nobody replied to the JIRA comment. getClass.getPackage.getImplementationVersion wou

[GitHub] flink pull request: [FLINK-2399] Version checks for Job Manager an...

2015-07-28 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/945#issuecomment-125732043 I think we need to decide first what we actually mean by version and what is supposed to match what. What is actually the value `getClass().getPackage().getI

[jira] [Commented] (FLINK-2399) Fail when actor versions don't match

2015-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644909#comment-14644909 ] ASF GitHub Bot commented on FLINK-2399: --- Github user StephanEwen commented on the pu

[jira] [Commented] (FLINK-2406) Abstract BarrierBuffer to an exchangeable BarrierHandler

2015-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644884#comment-14644884 ] ASF GitHub Bot commented on FLINK-2406: --- Github user StephanEwen commented on the pu

[GitHub] flink pull request: [FLINK-2406] [FLINK-2402] Abstract the Barrier...

2015-07-28 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/938#issuecomment-125726012 Think I found it. It actually sometimes failed infinitely often on close() calls (due to outdated sanity checks) and recovered every time, so the test took longer tha

[jira] [Commented] (FLINK-992) Create CollectionDataSets by reading (client) local files.

2015-07-28 Thread niraj rai (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644819#comment-14644819 ] niraj rai commented on FLINK-992: - Hi Fabian, Can you please provide more details about thi

[jira] [Commented] (FLINK-2406) Abstract BarrierBuffer to an exchangeable BarrierHandler

2015-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644787#comment-14644787 ] ASF GitHub Bot commented on FLINK-2406: --- Github user gyfora commented on the pull re

[GitHub] flink pull request: [FLINK-2406] [FLINK-2402] Abstract the Barrier...

2015-07-28 Thread gyfora
Github user gyfora commented on the pull request: https://github.com/apache/flink/pull/938#issuecomment-125700729 Unfortunately I also cannot reproduce it locally. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your p

[GitHub] flink pull request: [FLINK-2406] [FLINK-2402] Abstract the Barrier...

2015-07-28 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/938#issuecomment-125692765 It is strange that some tests take forever now. I cannot see why this test causes this. I also cannot reproduce this locally, it only occurs on Travis. But I

[jira] [Commented] (FLINK-2406) Abstract BarrierBuffer to an exchangeable BarrierHandler

2015-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644754#comment-14644754 ] ASF GitHub Bot commented on FLINK-2406: --- Github user StephanEwen commented on the pu

[jira] [Commented] (FLINK-2406) Abstract BarrierBuffer to an exchangeable BarrierHandler

2015-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644692#comment-14644692 ] ASF GitHub Bot commented on FLINK-2406: --- Github user gyfora commented on the pull re

[GitHub] flink pull request: [FLINK-2406] [FLINK-2402] Abstract the Barrier...

2015-07-28 Thread gyfora
Github user gyfora commented on the pull request: https://github.com/apache/flink/pull/938#issuecomment-125684625 But if you think this is some random issue occuring for me, go ahead. It looks good and is a critical fix. --- If your project is set up for it, you can reply to this ema

[jira] [Commented] (FLINK-2406) Abstract BarrierBuffer to an exchangeable BarrierHandler

2015-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644679#comment-14644679 ] ASF GitHub Bot commented on FLINK-2406: --- Github user gyfora commented on the pull re

[GitHub] flink pull request: [FLINK-2406] [FLINK-2402] Abstract the Barrier...

2015-07-28 Thread gyfora
Github user gyfora commented on the pull request: https://github.com/apache/flink/pull/938#issuecomment-125683207 That it causes the issue i wrote :P --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does no

[jira] [Commented] (FLINK-2406) Abstract BarrierBuffer to an exchangeable BarrierHandler

2015-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644676#comment-14644676 ] ASF GitHub Bot commented on FLINK-2406: --- Github user StephanEwen commented on the pu

[GitHub] flink pull request: [FLINK-2406] [FLINK-2402] Abstract the Barrier...

2015-07-28 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/938#issuecomment-125682711 Any reservations against merging this? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[jira] [Commented] (FLINK-2419) DataStream sinks lose key information

2015-07-28 Thread Gyula Fora (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644674#comment-14644674 ] Gyula Fora commented on FLINK-2419: --- I added an issue for this: https://issues.apache.or

[jira] [Created] (FLINK-2423) Properly test checkpoint notifications

2015-07-28 Thread Gyula Fora (JIRA)
Gyula Fora created FLINK-2423: - Summary: Properly test checkpoint notifications Key: FLINK-2423 URL: https://issues.apache.org/jira/browse/FLINK-2423 Project: Flink Issue Type: Improvement

[jira] [Commented] (FLINK-2419) DataStream sinks lose key information

2015-07-28 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644666#comment-14644666 ] Robert Metzger commented on FLINK-2419: --- I see that its tricky to implement a test f

[jira] [Updated] (FLINK-2411) Add basic graph summarization algorithm

2015-07-28 Thread Martin Junghanns (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Junghanns updated FLINK-2411: Description: Graph summarization determines a structural grouping of similar vertices and e

[jira] [Commented] (FLINK-2422) Web client is showing a blank page if "Meta refresh" is disabled in browser

2015-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644585#comment-14644585 ] ASF GitHub Bot commented on FLINK-2422: --- Github user rmetzger commented on the pull

[GitHub] flink pull request: [FLINK-2422] [web client] adding redirect link

2015-07-28 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/946#issuecomment-125665625 Thank you for the contribution. +1 to merge. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[jira] [Commented] (FLINK-2422) Web client is showing a blank page if "Meta refresh" is disabled in browser

2015-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644584#comment-14644584 ] ASF GitHub Bot commented on FLINK-2422: --- GitHub user buzdin opened a pull request:

[GitHub] flink pull request: [FLINK-2422] [web client] adding redirect link

2015-07-28 Thread buzdin
GitHub user buzdin opened a pull request: https://github.com/apache/flink/pull/946 [FLINK-2422] [web client] adding redirect link - added explicit link in case browser is not redirecting properly You can merge this pull request into a Git repository by running: $ git pull https

[jira] [Commented] (FLINK-2406) Abstract BarrierBuffer to an exchangeable BarrierHandler

2015-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644581#comment-14644581 ] ASF GitHub Bot commented on FLINK-2406: --- Github user uce commented on the pull reque

[GitHub] flink pull request: [FLINK-2406] [FLINK-2402] Abstract the Barrier...

2015-07-28 Thread uce
Github user uce commented on the pull request: https://github.com/apache/flink/pull/938#issuecomment-125664433 It's the same problem I guess, if you look at this Thread: ``` "Custom Source (6/6)" daemon prio=10 tid=0x7f96a80c9800 nid=0x112cf runnable [0x7f9684

[jira] [Commented] (FLINK-2361) flatMap + distinct gives erroneous results for big data sets

2015-07-28 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644576#comment-14644576 ] Stephan Ewen commented on FLINK-2361: - A fast way to check this is to run a variant wh

[jira] [Commented] (FLINK-2406) Abstract BarrierBuffer to an exchangeable BarrierHandler

2015-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644565#comment-14644565 ] ASF GitHub Bot commented on FLINK-2406: --- Github user gyfora commented on the pull re

[GitHub] flink pull request: [FLINK-2406] [FLINK-2402] Abstract the Barrier...

2015-07-28 Thread gyfora
Github user gyfora commented on the pull request: https://github.com/apache/flink/pull/938#issuecomment-125660687 You can observe it on this build for instance: https://travis-ci.org/gyfora/flink/builds/73018512 --- If your project is set up for it, you can reply to this email and ha

[GitHub] flink pull request: [FLINK-2105] Implement Sort-Merge Outer Join a...

2015-07-28 Thread jkovacs
Github user jkovacs commented on the pull request: https://github.com/apache/flink/pull/907#issuecomment-125657216 Thanks @fhueske and @chiwanpark for the comprehensive review. I have pushed our updated branch, addressing your comments. @r-pogalz will also contribute a microbenchmark

[jira] [Commented] (FLINK-2105) Implement Sort-Merge Outer Join algorithm

2015-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644554#comment-14644554 ] ASF GitHub Bot commented on FLINK-2105: --- Github user jkovacs commented on the pull r

[jira] [Updated] (FLINK-2404) LongCounters should have an "addValue()" method for primitive longs

2015-07-28 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maximilian Michels updated FLINK-2404: -- Assignee: Sachin Goel > LongCounters should have an "addValue()" method for primitive lo

[jira] [Commented] (FLINK-2404) LongCounters should have an "addValue()" method for primitive longs

2015-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644531#comment-14644531 ] ASF GitHub Bot commented on FLINK-2404: --- Github user sachingoel0101 commented on the

[GitHub] flink pull request: [FLINK-2404]Primitive add methods for Accumula...

2015-07-28 Thread sachingoel0101
Github user sachingoel0101 commented on the pull request: https://github.com/apache/flink/pull/942#issuecomment-125654972 Sure. :) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[jira] [Updated] (FLINK-2422) Web client is showing a blank page if "Meta refresh" is disabled in browser

2015-07-28 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger updated FLINK-2422: -- Summary: Web client is showing a blank page if "Meta refresh" is disabled in browser (was: Web

[jira] [Created] (FLINK-2422) Web client is showing a blank page if "Meta refresh" is disabled

2015-07-28 Thread Robert Metzger (JIRA)
Robert Metzger created FLINK-2422: - Summary: Web client is showing a blank page if "Meta refresh" is disabled Key: FLINK-2422 URL: https://issues.apache.org/jira/browse/FLINK-2422 Project: Flink

[jira] [Updated] (FLINK-2422) Web client is showing a blank page if "Meta refresh" is disabled in browser

2015-07-28 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger updated FLINK-2422: -- Labels: starter (was: ) > Web client is showing a blank page if "Meta refresh" is disabled in b

[jira] [Resolved] (FLINK-2404) LongCounters should have an "addValue()" method for primitive longs

2015-07-28 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maximilian Michels resolved FLINK-2404. --- Resolution: Fixed > LongCounters should have an "addValue()" method for primitive long

[GitHub] flink pull request: [FLINK-2404]Primitive add methods for Accumula...

2015-07-28 Thread mxm
Github user mxm commented on the pull request: https://github.com/apache/flink/pull/942#issuecomment-125653547 Thanks for the pull request! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have thi

[jira] [Commented] (FLINK-2404) LongCounters should have an "addValue()" method for primitive longs

2015-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644527#comment-14644527 ] ASF GitHub Bot commented on FLINK-2404: --- Github user asfgit closed the pull request

[GitHub] flink pull request: [FLINK-2404]Primitive add methods for Accumula...

2015-07-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/942 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

[jira] [Commented] (FLINK-2419) DataStream sinks lose key information

2015-07-28 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644510#comment-14644510 ] Robert Metzger commented on FLINK-2419: --- Okay, I suspect its this one: https://githu

[jira] [Commented] (FLINK-2419) DataStream sinks lose key information

2015-07-28 Thread Gyula Fora (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644526#comment-14644526 ] Gyula Fora commented on FLINK-2419: --- Alright, it's going to be a tricky test due to the

[jira] [Commented] (FLINK-2404) LongCounters should have an "addValue()" method for primitive longs

2015-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644528#comment-14644528 ] ASF GitHub Bot commented on FLINK-2404: --- Github user mxm commented on the pull reque

[jira] [Commented] (FLINK-2404) LongCounters should have an "addValue()" method for primitive longs

2015-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644523#comment-14644523 ] ASF GitHub Bot commented on FLINK-2404: --- Github user mxm commented on the pull reque

[GitHub] flink pull request: [FLINK-2404]Primitive add methods for Accumula...

2015-07-28 Thread mxm
Github user mxm commented on the pull request: https://github.com/apache/flink/pull/942#issuecomment-125652591 For the cases, where we add a primitive type on a Long/Int/DoubleCounter, the optimization will automatically be used. --- If your project is set up for it, you can reply to

[jira] [Reopened] (FLINK-2419) DataStream sinks lose key information

2015-07-28 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger reopened FLINK-2419: --- > DataStream sinks lose key information > - > >

[jira] [Commented] (FLINK-2419) DataStream sinks lose key information

2015-07-28 Thread Gyula Fora (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644503#comment-14644503 ] Gyula Fora commented on FLINK-2419: --- I added a test in my other PR for the sinks. > Dat

[jira] [Comment Edited] (FLINK-2419) DataStream sinks lose key information

2015-07-28 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644487#comment-14644487 ] Robert Metzger edited comment on FLINK-2419 at 7/28/15 2:59 PM:

[jira] [Commented] (FLINK-2419) DataStream sinks lose key information

2015-07-28 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644487#comment-14644487 ] Robert Metzger commented on FLINK-2419: --- Do you agree to reopen the issue until a te

[jira] [Resolved] (FLINK-2419) DataStream sinks lose key information

2015-07-28 Thread Gyula Fora (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gyula Fora resolved FLINK-2419. --- Resolution: Fixed https://github.com/apache/flink/commit/78fd2146dd00da1130910d9f23f09e2504854ef7 > D

[jira] [Created] (FLINK-2421) StreamRecordSerializer incorrectly duplicates and misses tests

2015-07-28 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-2421: --- Summary: StreamRecordSerializer incorrectly duplicates and misses tests Key: FLINK-2421 URL: https://issues.apache.org/jira/browse/FLINK-2421 Project: Flink I

[jira] [Commented] (FLINK-2412) Index Out of Bounds Exception

2015-07-28 Thread Ufuk Celebi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644458#comment-14644458 ] Ufuk Celebi commented on FLINK-2412: Thanks for reporting the issue. Looks like a bug

[jira] [Updated] (FLINK-2412) Index Out of Bounds Exception

2015-07-28 Thread Ufuk Celebi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ufuk Celebi updated FLINK-2412: --- Component/s: (was: Local Runtime) Distributed Runtime > Index Out of Bounds Excep

[jira] [Updated] (FLINK-2412) Index Out of Bounds Exception

2015-07-28 Thread Ufuk Celebi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ufuk Celebi updated FLINK-2412: --- Priority: Critical (was: Major) > Index Out of Bounds Exception > - > >

[jira] [Updated] (FLINK-2412) Index Out of Bounds Exception

2015-07-28 Thread Ufuk Celebi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ufuk Celebi updated FLINK-2412: --- Fix Version/s: 0.9.1 0.10 > Index Out of Bounds Exception > ---

[jira] [Updated] (FLINK-2412) Index Out of Bounds Exception

2015-07-28 Thread Ufuk Celebi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ufuk Celebi updated FLINK-2412: --- Affects Version/s: 0.9 > Index Out of Bounds Exception > - > >

[jira] [Assigned] (FLINK-2412) Index Out of Bounds Exception

2015-07-28 Thread Ufuk Celebi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ufuk Celebi reassigned FLINK-2412: -- Assignee: Ufuk Celebi > Index Out of Bounds Exception > - > >

[jira] [Commented] (FLINK-2406) Abstract BarrierBuffer to an exchangeable BarrierHandler

2015-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644429#comment-14644429 ] ASF GitHub Bot commented on FLINK-2406: --- Github user gyfora commented on the pull re

[GitHub] flink pull request: [FLINK-2406] [FLINK-2402] Abstract the Barrier...

2015-07-28 Thread gyfora
Github user gyfora commented on the pull request: https://github.com/apache/flink/pull/938#issuecomment-125626437 Interesting... I had the same issue on my builds when I rebased on this PR. --- If your project is set up for it, you can reply to this email and have your reply appear on

[jira] [Commented] (FLINK-2406) Abstract BarrierBuffer to an exchangeable BarrierHandler

2015-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644405#comment-14644405 ] ASF GitHub Bot commented on FLINK-2406: --- Github user StephanEwen commented on the pu

[GitHub] flink pull request: [FLINK-2406] [FLINK-2402] Abstract the Barrier...

2015-07-28 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/938#issuecomment-125622275 Actually, the failure is not a deadlock. It just seems that the run is so slow that the test takes more than 5 minutes. The stack trace indicates that various tasks a

[jira] [Created] (FLINK-2420) OutputFlush thread in stream writers does not propagate exceptions

2015-07-28 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-2420: --- Summary: OutputFlush thread in stream writers does not propagate exceptions Key: FLINK-2420 URL: https://issues.apache.org/jira/browse/FLINK-2420 Project: Flink

[jira] [Created] (FLINK-2419) DataStream sinks lose key information

2015-07-28 Thread Gyula Fora (JIRA)
Gyula Fora created FLINK-2419: - Summary: DataStream sinks lose key information Key: FLINK-2419 URL: https://issues.apache.org/jira/browse/FLINK-2419 Project: Flink Issue Type: Bug Compo

[jira] [Commented] (FLINK-2324) Rework partitioned state storage

2015-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644368#comment-14644368 ] ASF GitHub Bot commented on FLINK-2324: --- Github user gyfora commented on the pull re

[GitHub] flink pull request: [FLINK-2324] [streaming] Partitioned state che...

2015-07-28 Thread gyfora
Github user gyfora commented on the pull request: https://github.com/apache/flink/pull/937#issuecomment-125604960 I am adding an IT case to this PR that tests partitioned states independently. --- If your project is set up for it, you can reply to this email and have your reply appea

[jira] [Commented] (FLINK-2404) LongCounters should have an "addValue()" method for primitive longs

2015-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644358#comment-14644358 ] ASF GitHub Bot commented on FLINK-2404: --- Github user sachingoel0101 commented on the

[GitHub] flink pull request: [FLINK-2404]Primitive add methods for Accumula...

2015-07-28 Thread sachingoel0101
Github user sachingoel0101 commented on the pull request: https://github.com/apache/flink/pull/942#issuecomment-125604252 No one will actually find out unless they specifically went through the documentation for these. Most people would only ever see the docs for Accumulator interface

[jira] [Commented] (FLINK-2404) LongCounters should have an "addValue()" method for primitive longs

2015-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644353#comment-14644353 ] ASF GitHub Bot commented on FLINK-2404: --- Github user mxm commented on the pull reque

[GitHub] flink pull request: [FLINK-2404]Primitive add methods for Accumula...

2015-07-28 Thread mxm
Github user mxm commented on the pull request: https://github.com/apache/flink/pull/942#issuecomment-125603184 We can add a comment that the new ones are faster on primitives. It is not possible to deprecate the older ones because they are inherited from the Accumulator interface whic

[jira] [Commented] (FLINK-2412) Index Out of Bounds Exception

2015-07-28 Thread Andra Lungu (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644351#comment-14644351 ] Andra Lungu commented on FLINK-2412: 19:17:33,944 WARN org.apache.hadoop.util.NativeC

[jira] [Created] (FLINK-2418) Add an end-to-end streaming fault tolerance test for the Checkpointed interface

2015-07-28 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-2418: --- Summary: Add an end-to-end streaming fault tolerance test for the Checkpointed interface Key: FLINK-2418 URL: https://issues.apache.org/jira/browse/FLINK-2418 Project:

[jira] [Commented] (FLINK-2324) Rework partitioned state storage

2015-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644346#comment-14644346 ] ASF GitHub Bot commented on FLINK-2324: --- Github user gyfora commented on the pull re

[GitHub] flink pull request: [FLINK-2324] [streaming] Partitioned state che...

2015-07-28 Thread gyfora
Github user gyfora commented on the pull request: https://github.com/apache/flink/pull/937#issuecomment-125600663 Yes, I have written this above (that's why I replaced it with one using the partitioned states). But that's not the only problem. If you introduce a shuffle between two ma

[jira] [Commented] (FLINK-2404) LongCounters should have an "addValue()" method for primitive longs

2015-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644333#comment-14644333 ] ASF GitHub Bot commented on FLINK-2404: --- Github user sachingoel0101 commented on the

[jira] [Commented] (FLINK-2324) Rework partitioned state storage

2015-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644334#comment-14644334 ] ASF GitHub Bot commented on FLINK-2324: --- Github user StephanEwen commented on the pu

[GitHub] flink pull request: [FLINK-2324] [streaming] Partitioned state che...

2015-07-28 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/937#issuecomment-125597692 So, the `StreamCheckpointingITCase` actually has the problem that is uses this reducer that is implicitly on an infinite window. Since that is not checkpointed, all r

[GitHub] flink pull request: [FLINK-2404]Primitive add methods for Accumula...

2015-07-28 Thread sachingoel0101
Github user sachingoel0101 commented on the pull request: https://github.com/apache/flink/pull/942#issuecomment-125597443 Should we add some kind of annotation to suggest the usage of the primitive functions? We can't deprecate the older ones probably. --- If your project is set up f

[jira] [Commented] (FLINK-2412) Index Out of Bounds Exception

2015-07-28 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644255#comment-14644255 ] Maximilian Michels commented on FLINK-2412: --- Do you have the log file of the tas

[jira] [Updated] (FLINK-2412) Index Out of Bounds Exception

2015-07-28 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maximilian Michels updated FLINK-2412: -- Description: When running a code as simple as: {noformat} ExecutionEnv

[GitHub] flink pull request: Framesize fix

2015-07-28 Thread mxm
Github user mxm commented on the pull request: https://github.com/apache/flink/pull/934#issuecomment-125561321 All in all, nice work @kl0u. Do you think we could change this pull request such that we can handle "small/large" or "message/blobcached" accumulators more transparently? It

[GitHub] flink pull request: Framesize fix

2015-07-28 Thread mxm
Github user mxm commented on a diff in the pull request: https://github.com/apache/flink/pull/934#discussion_r35635490 --- Diff: flink-runtime/src/test/scala/org/apache/flink/runtime/testingUtils/TestingJobManager.scala --- @@ -181,7 +181,7 @@ trait TestingJobManager extends Flink

[GitHub] flink pull request: Framesize fix

2015-07-28 Thread mxm
Github user mxm commented on a diff in the pull request: https://github.com/apache/flink/pull/934#discussion_r35635471 --- Diff: flink-tests/src/test/java/org/apache/flink/test/misc/MiscellaneousIssuesITCase.java --- @@ -174,4 +177,52 @@ public void flatMap(Long value, Collector o

[GitHub] flink pull request: Framesize fix

2015-07-28 Thread mxm
Github user mxm commented on a diff in the pull request: https://github.com/apache/flink/pull/934#discussion_r35635421 --- Diff: flink-runtime/src/main/scala/org/apache/flink/runtime/jobmanager/JobManager.scala --- @@ -911,6 +953,8 @@ class JobManager( try {

[GitHub] flink pull request: Framesize fix

2015-07-28 Thread mxm
Github user mxm commented on a diff in the pull request: https://github.com/apache/flink/pull/934#discussion_r35635418 --- Diff: flink-runtime/src/main/scala/org/apache/flink/runtime/jobmanager/JobManager.scala --- @@ -516,6 +545,19 @@ class JobManager( } /**

[GitHub] flink pull request: Framesize fix

2015-07-28 Thread mxm
Github user mxm commented on a diff in the pull request: https://github.com/apache/flink/pull/934#discussion_r35635383 --- Diff: flink-runtime/src/main/scala/org/apache/flink/runtime/akka/AkkaUtils.scala --- @@ -421,4 +421,16 @@ object AkkaUtils { val duration = Duration(C

  1   2   >