[GitHub] flink pull request #6085: [FLINK-9452] Flink 1.5 document version title show...

2018-05-27 Thread yanghua
Github user yanghua closed the pull request at:

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


---


[GitHub] flink pull request #6085: [Flink-9452] Flink 1.5 document version title show...

2018-05-27 Thread yanghua
GitHub user yanghua opened a pull request:

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

[Flink-9452] Flink 1.5 document version title shows snapshot

## What is the purpose of the change

*This pull request fixed flink 1.5 release document version title*


## Brief change log

  - *changed version title from 1.5-SNAPSHOT to 1.5*

## Verifying this change

This change is a trivial rework / code cleanup without any test coverage.

## Does this pull request potentially affect one of the following parts:

  - Dependencies (does it add or upgrade a dependency): (yes / **no**)
  - The public API, i.e., is any changed class annotated with 
`@Public(Evolving)`: (yes / **no**)
  - The serializers: (yes / **no** / don't know)
  - The runtime per-record code paths (performance sensitive): (yes / 
**no** / don't know)
  - Anything that affects deployment or recovery: JobManager (and its 
components), Checkpointing, Yarn/Mesos, ZooKeeper: (yes / **no** / don't know)
  - The S3 file system connector: (yes / **no** / don't know)

## Documentation

  - Does this pull request introduce a new feature? (yes / **no**)
  - If yes, how is the feature documented? (not applicable / docs / 
JavaDocs / **not documented**)


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

$ git pull https://github.com/yanghua/flink FLINK-9452

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

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


commit fec4e4e1fd0002d8f2fcb63f9ee858a6fa13d71a
Author: Nico Kruber 
Date:   2018-04-06T17:36:33Z

[hotfix][network] minor optimisation in LocalBufferPool

commit f7e621d32272140013a25fd39e2a79df5d038eeb
Author: Nico Kruber 
Date:   2018-04-06T17:34:44Z

[FLINK-9144][network] fix SpillableSubpartition causing jobs to hang when 
spilling

This closes #5842.

commit 01f701ab720bf5c3a87b9a83901e5bd15e96468e
Author: Stefan Richter 
Date:   2018-04-18T16:27:00Z

[FLINK-9022][state] Backend disposal in StreamTaskStateInitializer should 
always be performed in cleanup.

This step should be independent from the fact if the backend is still 
registered with the closeable registry.

(cherry picked from commit 777cc1a)

commit 63ac68093a104ba01451d5f7f419bf07e2634499
Author: Stefan Richter 
Date:   2018-04-18T08:50:24Z

[hotfix][checkpointing] Double check if local state directory exists to 
avoid problem with concurrent directory creation.

(cherry picked from commit a455d6a)

commit e6659b08889cbed52e2d2a3c5b17c208101e5a20
Author: Stefan Richter 
Date:   2018-04-18T16:24:28Z

[hotfix] Generated OperatorSubtaskDescription string should start counting 
from 1 for index 0

(cherry picked from commit 1bfe87f)

commit 2ccdf07da3ee437bbb889d3fea9b1b9cf4a19637
Author: Stefan Richter 
Date:   2018-04-18T16:25:15Z

[hotfix][statebackend] Removed use of rawtype access for generic collection

(cherry picked from commit d1725a9)

commit 5621a1e9fae319aa613c1d60ff752e45eed253ac
Author: Timo Walther 
Date:   2018-04-17T13:12:55Z

[FLINK-9113] [connectors] Use raw local file system for bucketing sink to 
prevent data loss

This change replaces Hadoop's LocalFileSystem (which is a checksumming 
filesystem) with the RawFileSystem implementation. For performing checksums the 
default filesystem only flushes in 512 byte intervals which might lead to data 
loss during checkpointing. In order to guarantee exact results we skip the 
checksum computation and perform a raw flush.

Negative effect: Existing checksums are not maintained anymore and thus 
become invalid.

This closes #5861.

commit 3df5c6685091cea6c50758769c37ad3d6390f94a
Author: Timo Walther 
Date:   2018-03-27T15:44:58Z

[FLINK-8980] [e2e] Add a BucketingSink end-to-end test

This closes #5813.

commit f47c201f80bec5c95eadbbb885638af678d68cc2
Author: zhangminglei 
Date:   2018-04-20T08:42:41Z

[FLINK-9227] [test] Add Bucketing e2e test script to run-nightly-tests.sh

This closes #5884.

commit 537f452d9ae89d55aca6a8907c23494ee553b3ec
Author: Timo Walther 
Date:   2018-04-20T13:02:45Z

[hotfix] [e2e] Update flink-bucketing-sink-test version to 1.5-SNAPSHOT

commit 89d7e9c4e321e514b8a48311df9fa10533677940
Author: Stefan Richter 
Date:   2018-04-19T13:10:07Z

[FLINK-8836] Fix duplicate method in KryoSerializer to perform deep copy of 
default/registered serializer instances.

This method did create deep copies of registered or default serializer 
instances and
as a result those