[GitHub] flink pull request #2080: [FLINK-3530] Fix Kafka08 instability: Avoid restar...

2016-06-09 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] flink pull request #2080: [FLINK-3530] Fix Kafka08 instability: Avoid restar...

2016-06-07 Thread rmetzger
GitHub user rmetzger opened a pull request:

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

[FLINK-3530] Fix Kafka08 instability: Avoid restarts from SuccessExce…

This pull request is improving the Kafka tests stability.

These tests have one artificial test failure, the code should recover from, 
then, they throw a SuccessException once a stopping condition has been met.
With the number of restarts set to 3, the job was restarting two times due 
to the SuccessException's. Sometimes, the task cancellation takes a lot of 
time, letting the test exceed the timeout of 60 seconds.

This pull request sets the number of restarts to one: There will be one 
artificial test failure, then a success exception, finishing the tests.

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

$ git pull https://github.com/rmetzger/flink flink3530

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

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


commit f7033a9e4426a8351a2039bd91db377d8bdc76b0
Author: Robert Metzger 
Date:   2016-06-07T16:20:17Z

[FLINK-3530] Fix Kafka08 instability: Avoid restarts from SuccessException




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---