[
https://issues.apache.org/jira/browse/FLINK-3530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15318798#comment-15318798
]
ASF GitHub Bot commented on FLINK-3530:
---------------------------------------
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 <[email protected]>
Date: 2016-06-07T16:20:17Z
[FLINK-3530] Fix Kafka08 instability: Avoid restarts from SuccessException
----
> Kafka09ITCase.testBigRecordJob fails on Travis
> ----------------------------------------------
>
> Key: FLINK-3530
> URL: https://issues.apache.org/jira/browse/FLINK-3530
> Project: Flink
> Issue Type: Bug
> Components: Kafka Connector
> Affects Versions: 1.0.0
> Reporter: Till Rohrmann
> Assignee: Robert Metzger
> Labels: test-stability
>
> The test case {{Kafka09ITCase.testBigRecordJob}} failed on Travis.
> https://s3.amazonaws.com/archive.travis-ci.org/jobs/112049279/log.txt
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)