[jira] [Commented] (FLINK-2387) Add test for live accumulators in Streaming

2015-08-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14679869#comment-14679869
 ] 

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

Github user mxm commented on the pull request:

https://github.com/apache/flink/pull/926#issuecomment-129378149
  
I changed the streaming test to reuse the batch test's logic. Should be 
good to go know. Merging later on.


 Add test for live accumulators in Streaming
 ---

 Key: FLINK-2387
 URL: https://issues.apache.org/jira/browse/FLINK-2387
 Project: Flink
  Issue Type: Test
  Components: Streaming
Reporter: Maximilian Michels





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


[jira] [Commented] (FLINK-2387) Add test for live accumulators in Streaming

2015-08-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14679931#comment-14679931
 ] 

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

Github user fhueske commented on the pull request:

https://github.com/apache/flink/pull/926#issuecomment-129404408
  
Did you figure out the reason for the NPE, that prevented me from merging 
this PR?


 Add test for live accumulators in Streaming
 ---

 Key: FLINK-2387
 URL: https://issues.apache.org/jira/browse/FLINK-2387
 Project: Flink
  Issue Type: Test
  Components: Streaming
Reporter: Maximilian Michels





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


[jira] [Commented] (FLINK-2387) Add test for live accumulators in Streaming

2015-08-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14680134#comment-14680134
 ] 

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

Github user asfgit closed the pull request at:

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


 Add test for live accumulators in Streaming
 ---

 Key: FLINK-2387
 URL: https://issues.apache.org/jira/browse/FLINK-2387
 Project: Flink
  Issue Type: Test
  Components: Streaming
Reporter: Maximilian Michels





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


[jira] [Commented] (FLINK-2387) Add test for live accumulators in Streaming

2015-08-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14680136#comment-14680136
 ] 

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

Github user mxm commented on the pull request:

https://github.com/apache/flink/pull/926#issuecomment-129460830
  
Yes, exactly :)


 Add test for live accumulators in Streaming
 ---

 Key: FLINK-2387
 URL: https://issues.apache.org/jira/browse/FLINK-2387
 Project: Flink
  Issue Type: Test
  Components: Streaming
Reporter: Maximilian Michels
Assignee: Maximilian Michels





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


[jira] [Commented] (FLINK-2387) Add test for live accumulators in Streaming

2015-08-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14679973#comment-14679973
 ] 

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

Github user mxm commented on the pull request:

https://github.com/apache/flink/pull/926#issuecomment-129414456
  
Yes, it was a race condition that occurred only with the previous streaming 
test design. The synchronization wouldn't always ensure that the SourceTask had 
been brought up. Thus we would fail to see any accumulator results for this 
task.


 Add test for live accumulators in Streaming
 ---

 Key: FLINK-2387
 URL: https://issues.apache.org/jira/browse/FLINK-2387
 Project: Flink
  Issue Type: Test
  Components: Streaming
Reporter: Maximilian Michels





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


[jira] [Commented] (FLINK-2387) Add test for live accumulators in Streaming

2015-08-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14679994#comment-14679994
 ] 

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

Github user fhueske commented on the pull request:

https://github.com/apache/flink/pull/926#issuecomment-129420540
  
:-)


 Add test for live accumulators in Streaming
 ---

 Key: FLINK-2387
 URL: https://issues.apache.org/jira/browse/FLINK-2387
 Project: Flink
  Issue Type: Test
  Components: Streaming
Reporter: Maximilian Michels





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


[jira] [Commented] (FLINK-2387) Add test for live accumulators in Streaming

2015-08-05 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14655299#comment-14655299
 ] 

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

Github user fhueske commented on the pull request:

https://github.com/apache/flink/pull/926#issuecomment-127987952
  
After rebasing to the current master, I had to adapt this PR due to the 
changes by commit 
[45428518d0e1b843947a6184b4a803a78ad5](https://github.com/apache/flink/commit/45428518d0e1b843947a6184b4a803a78ad5)
 (replacing ActorRef jobManager by a ActorGateway).
I couldn't merge this PR because one of the Travis builds failed with a NPE 
in this test: https://travis-ci.org/fhueske/flink/jobs/74219782

This should be investigated.


 Add test for live accumulators in Streaming
 ---

 Key: FLINK-2387
 URL: https://issues.apache.org/jira/browse/FLINK-2387
 Project: Flink
  Issue Type: Test
  Components: Streaming
Reporter: Maximilian Michels





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


[jira] [Commented] (FLINK-2387) Add test for live accumulators in Streaming

2015-08-05 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14658240#comment-14658240
 ] 

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

Github user mxm commented on the pull request:

https://github.com/apache/flink/pull/926#issuecomment-128002553
  
Alright, then let me also rebase and investigate the error. It might be 
some regression due to rebasing.


 Add test for live accumulators in Streaming
 ---

 Key: FLINK-2387
 URL: https://issues.apache.org/jira/browse/FLINK-2387
 Project: Flink
  Issue Type: Test
  Components: Streaming
Reporter: Maximilian Michels





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


[jira] [Commented] (FLINK-2387) Add test for live accumulators in Streaming

2015-08-05 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14658246#comment-14658246
 ] 

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

Github user fhueske commented on the pull request:

https://github.com/apache/flink/pull/926#issuecomment-128003980
  
Btw. it was just one build that failed with the NPE. 
The other builds passed (except for one with an unrelated issue).


 Add test for live accumulators in Streaming
 ---

 Key: FLINK-2387
 URL: https://issues.apache.org/jira/browse/FLINK-2387
 Project: Flink
  Issue Type: Test
  Components: Streaming
Reporter: Maximilian Michels





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


[jira] [Commented] (FLINK-2387) Add test for live accumulators in Streaming

2015-08-05 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14655028#comment-14655028
 ] 

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

Github user fhueske commented on the pull request:

https://github.com/apache/flink/pull/926#issuecomment-127920530
  
LGTM, will merge this.


 Add test for live accumulators in Streaming
 ---

 Key: FLINK-2387
 URL: https://issues.apache.org/jira/browse/FLINK-2387
 Project: Flink
  Issue Type: Test
  Components: Streaming
Reporter: Maximilian Michels





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


[jira] [Commented] (FLINK-2387) Add test for live accumulators in Streaming

2015-07-29 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14645821#comment-14645821
 ] 

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

Github user StephanEwen commented on the pull request:

https://github.com/apache/flink/pull/926#issuecomment-125902465
  
How does this PR relate to the recent improvements on the stability of the 
live accumulator tests?


 Add test for live accumulators in Streaming
 ---

 Key: FLINK-2387
 URL: https://issues.apache.org/jira/browse/FLINK-2387
 Project: Flink
  Issue Type: Test
  Components: Streaming
Reporter: Maximilian Michels





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


[jira] [Commented] (FLINK-2387) Add test for live accumulators in Streaming

2015-07-29 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14646039#comment-14646039
 ] 

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

Github user mxm commented on the pull request:

https://github.com/apache/flink/pull/926#issuecomment-125955678
  
Sorry for the plain description. This pull request adds a test for the 
streaming part of the live accumulators, i.e. it makes sure that user-defined 
and Flink internal accumulators work also in streaming programs. The current 
test only tests the batch side.

The stability of the live accumulator tests should not be affected by this 
pull request. It uses the same technique as the current (improved) live 
accumulator tests.


 Add test for live accumulators in Streaming
 ---

 Key: FLINK-2387
 URL: https://issues.apache.org/jira/browse/FLINK-2387
 Project: Flink
  Issue Type: Test
  Components: Streaming
Reporter: Maximilian Michels





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


[jira] [Commented] (FLINK-2387) Add test for live accumulators in Streaming

2015-07-29 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14646081#comment-14646081
 ] 

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

Github user StephanEwen commented on the pull request:

https://github.com/apache/flink/pull/926#issuecomment-125963497
  
Looks good


 Add test for live accumulators in Streaming
 ---

 Key: FLINK-2387
 URL: https://issues.apache.org/jira/browse/FLINK-2387
 Project: Flink
  Issue Type: Test
  Components: Streaming
Reporter: Maximilian Michels





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


[jira] [Commented] (FLINK-2387) Add test for live accumulators in Streaming

2015-07-21 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14635295#comment-14635295
 ] 

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

GitHub user mxm opened a pull request:

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

[FLINK-2387] add streaming test case for live accumulators



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

$ git pull https://github.com/mxm/flink live-accumulators-streaming

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

https://github.com/apache/flink/pull/926.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 #926


commit e0668dc4a5e1bf23085c40d7abae4c8414c29707
Author: Maximilian Michels m...@apache.org
Date:   2015-07-21T14:54:26Z

[FLINK-2387] add streaming test case for live accumulators




 Add test for live accumulators in Streaming
 ---

 Key: FLINK-2387
 URL: https://issues.apache.org/jira/browse/FLINK-2387
 Project: Flink
  Issue Type: Test
  Components: Streaming
Reporter: Maximilian Michels





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