GitHub user pnowojski opened a pull request:
https://github.com/apache/flink/pull/4777
Convergence
## What is the purpose of the change
This pull request enables dependency convergence for couple of modules.
Enabling it for all of them at once is unfortunately too complicated.
## Brief change log
Check commit messages
## Verifying this change
This change **SHOULD** be already covered by existing tests.
## Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): (**yes** / no)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pnowojski/flink convergence
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/4777.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 #4777
----
commit c7cc24d062aa233d86b68b7438c9a4e717003393
Author: Piotr Nowojski <[email protected]>
Date: 2017-09-29T16:23:29Z
[FLINK-7739][kafka-tests] Set shorter heartbeats intervals
Default pause value of 60seconds is too large (tests would timeout before
akka react)
commit 1677791f10153b9f7ecd552eac148d6ae3d056f1
Author: Piotr Nowojski <[email protected]>
Date: 2017-10-04T11:48:11Z
[FLINK-7739][kafka-tests] Set restart delay to non zero
Give TaskManagers some time to clean up before restaring a job.
commit 937c3fb388d9d7104b6336f59c3674bb70bfbf50
Author: Piotr Nowojski <[email protected]>
Date: 2017-10-04T14:50:57Z
[FLINK-7739] Exclude netty dependency from zookeeper
Zookeeper was pulling in conflicting Netty version. Conflict was
extremly subtle - TaskManager in kafka tests was deadlocking in some
rare corner cases.
commit 47a9d3801de899b74adfed5338df8935b2509b05
Author: Piotr Nowojski <[email protected]>
Date: 2017-10-05T13:17:13Z
[hotfix][build] Add maven-enforcer version property
commit 4a9c6fa8957d4725ace40ac92a9a9d8d5cd6523f
Author: Piotr Nowojski <[email protected]>
Date: 2017-10-04T15:45:58Z
[FLINK-7765][annotations] Enable dependency convergence in flink-annotations
commit 07cceb6fdefe27ec9d474e563d653fbac27988b1
Author: Piotr Nowojski <[email protected]>
Date: 2017-10-05T13:26:48Z
[FLINK-7765][hadoop2] Enable dependency convergence in flink-shaded-hadoop2
commit 0f988b773b64cd57140e3d56b12802161d1f635a
Author: Piotr Nowojski <[email protected]>
Date: 2017-10-05T14:36:02Z
[FLINK-7765][curator] Enable dependency convergence in flink-shaded-curator
----
---