设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

Apache Flink 1.3.1发布,通用数据处理平台

2017-6-24 20:42| 发布者: joejoe0332| 查看: 742| 评论: 0|原作者: oschina|来自: oschina

摘要: Apache Flink 1.3.1 发布了,这是 Apache Flink 1.3 系列的首个 bug 修复版本。该版本包含 50 个修复程序和对 Flink 1.3.0 的小改进。下面的列表包括所有修补程序的详细列表。建议用户升级至该版本。 ...

Apache Flink 1.3.1 发布了,这是 Apache Flink 1.3 系列的首个 bug 修复版本。该版本包含 50 个修复程序和对 Flink 1.3.0 的小改进。下面的列表包括所有修补程序的详细列表。建议用户升级至该版本。

详细更新如下:

Bug

  • [FLINK-6492] - Unclosed DataOutputViewStream in GenericArraySerializerConfigSnapshot#write()

  • [FLINK-6602] - Table source with defined time attributes allows empty string

  • [FLINK-6652] - Problem with DelimitedInputFormat

  • [FLINK-6659] - RocksDBMergeIteratorTest, SavepointITCase leave temporary directories behind

  • [FLINK-6669] - [Build] Scala style check errror on Windows

  • [FLINK-6685] - SafetyNetCloseableRegistry is closed prematurely in Task::triggerCheckpointBarrier

  • [FLINK-6772] - Incorrect ordering of matched state events in Flink CEP

  • [FLINK-6775] - StateDescriptor cannot be shared by multiple subtasks

  • [FLINK-6780] - ExternalTableSource should add time attributes in the row type

  • [FLINK-6783] - Wrongly extracted TypeInformations for WindowedStream::aggregate

  • [FLINK-6797] - building docs fails with bundler 1.15

  • [FLINK-6801] - PojoSerializerConfigSnapshot cannot deal with missing Pojo fields

  • [FLINK-6804] - Inconsistent state migration behaviour between different state backends

  • [FLINK-6807] - Elasticsearch 5 connector artifact not published to maven

  • [FLINK-6808] - Stream join fails when checkpointing is enabled

  • [FLINK-6809] - side outputs documentation: wrong variable name in java example code

  • [FLINK-6812] - Elasticsearch 5 release artifacts not published to Maven central

  • [FLINK-6815] - Javadocs don't work anymore in Flink 1.4-SNAPSHOT

  • [FLINK-6816] - Fix wrong usage of Scala string interpolation in Table API

  • [FLINK-6833] - Race condition: Asynchronous checkpointing task can fail completed StreamTask

  • [FLINK-6844] - TraversableSerializer should implement compatibility methods

  • [FLINK-6848] - Extend the managed state docs with a Scala example

  • [FLINK-6853] - Migrating from Flink 1.1 fails for FlinkCEP

  • [FLINK-6869] - Scala serializers do not have the serialVersionUID specified

  • [FLINK-6875] - Remote DataSet API job submission timing out

  • [FLINK-6881] - Creating a table from a POJO and defining a time attribute fails

  • [FLINK-6883] - Serializer for collection of Scala case classes are generated with different anonymous class names in 1.3

  • [FLINK-6886] - Fix Timestamp field can not be selected in event time case when toDataStream[T], `T` not a `Row` Type.

  • [FLINK-6896] - Creating a table from a POJO and use table sink to output fail

  • [FLINK-6899] - Wrong state array size in NestedMapsStateTable

  • [FLINK-6914] - TrySerializer#ensureCompatibility causes StackOverflowException

  • [FLINK-6915] - EnumValueSerializer broken

  • [FLINK-6921] - EnumValueSerializer cannot properly handle appended enum values

  • [FLINK-6922] - Enum(Value)SerializerConfigSnapshot uses Java serialization to store enum values

  • [FLINK-6930] - Selecting window start / end on row-based Tumble/Slide window causes NPE

  • [FLINK-6932] - Update the inaccessible Dataflow Model paper link

  • [FLINK-6941] - Selecting window start / end on over window causes field not resolve exception

  • [FLINK-6948] - EnumValueSerializer cannot handle removed enum values

Improvement

  • [FLINK-5354] - Split up Table API documentation into multiple pages

  • [FLINK-6038] - Add deep links to Apache Bahir Flink streaming connector documentations

  • [FLINK-6796] - Allow setting the user code class loader for AbstractStreamOperatorTestHarness

  • [FLINK-6803] - Add test for PojoSerializer when Pojo changes

  • [FLINK-6859] - StateCleaningCountTrigger should not delete timer

  • [FLINK-6929] - Add documentation for Table API OVER windows

  • [FLINK-6952] - Add link to Javadocs

  • [FLINK-6748] - Table API / SQL Docs: Table API Page

Test

  • [FLINK-6830] - Add ITTests for savepoint migration from 1.3

  • [FLINK-6320] - Flakey JobManagerHAJobGraphRecoveryITCase

  • [FLINK-6744] - Flaky ExecutionGraphSchedulingTest

  • [FLINK-6913] - Instable StatefulJobSavepointMigrationITCase.testRestoreSavepoint

更新

<dependency>
  <groupId>org.apache.flink</groupId>
  <artifactId>flink-java</artifactId>
  <version>1.3.1</version>
</dependency>
<dependency>
  <groupId>org.apache.flink</groupId>
  <artifactId>flink-streaming-java_2.10</artifactId>
  <version>1.3.1</version>
</dependency>
<dependency>
  <groupId>org.apache.flink</groupId>
  <artifactId>flink-clients_2.10</artifactId>
  <version>1.3.1</version>
</dependency>

下载地址发布主页


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部