The Apache Flink community released the third bugfix version of the Apache Flink 1.11 series.
This release includes 151 fixes and minor improvements for Flink 1.11.2. The list below includes a detailed list of all fixes and improvements.
We highly recommend all users to upgrade to Flink 1.11.3.
Updated Maven dependencies:
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-java</artifactId>
<version>1.11.3</version>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-streaming-java_2.11</artifactId>
<version>1.11.3</version>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-clients_2.11</artifactId>
<version>1.11.3</version>
</dependency>
You can find the binaries on the updated Downloads page.
List of resolved issues:
Sub-task
FutureCompletingBlockingQueue to wakeup blocking put() more elegantly.Bug
NullPointerException when executeCheckpointingyarn.provided.lib.dirs config deploy job failed in yarn per job modeNew Feature
Improvement
Test
Task