flink git commit: [FLINK-8274] [table] Split generated methods for preventing compiler exceptions

2018-03-12 Thread twalthr
Repository: flink Updated Branches: refs/heads/master 4c85b7401 -> 1f55f730a [FLINK-8274] [table] Split generated methods for preventing compiler exceptions This closes #5613. This closes #5174. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit:

flink git commit: [FLINK-8274] [table] Split generated methods for preventing compiler exceptions

2018-03-12 Thread twalthr
Repository: flink Updated Branches: refs/heads/release-1.5 cdbd5e1cc -> 7cf56bc51 [FLINK-8274] [table] Split generated methods for preventing compiler exceptions This closes #5613. This closes #5174. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit:

flink git commit: [hotfix][RAT] Add serializer snapshot to exclusions

2018-03-12 Thread chesnay
Repository: flink Updated Branches: refs/heads/master a389b4358 -> 7cea4252e [hotfix][RAT] Add serializer snapshot to exclusions Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/7cea4252 Tree:

flink-web git commit: [hotfix] Update versions in quickstart scripts to 1.4.2

2018-03-12 Thread tzulitai
Repository: flink-web Updated Branches: refs/heads/asf-site 1a4e62339 -> 58c559525 [hotfix] Update versions in quickstart scripts to 1.4.2 Project: http://git-wip-us.apache.org/repos/asf/flink-web/repo Commit: http://git-wip-us.apache.org/repos/asf/flink-web/commit/58c55952 Tree:

flink git commit: [hotfix] Update docs version to Flink 1.4.2

2018-03-12 Thread tzulitai
Repository: flink Updated Branches: refs/heads/release-1.4 8d9f339a8 -> cb4e088e6 [hotfix] Update docs version to Flink 1.4.2 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/cb4e088e Tree:

flink git commit: [FLINK-8922] Revert "[FLINK-8859][checkpointing] RocksDB backend should pass WriteOption to Rocks.put() when restoring"

2018-03-12 Thread srichter
Repository: flink Updated Branches: refs/heads/master 1f55f730a -> a389b4358 [FLINK-8922] Revert "[FLINK-8859][checkpointing] RocksDB backend should pass WriteOption to Rocks.put() when restoring" We need to revert FLINK-8859 because it causes problems with RocksDB that make our automated

flink git commit: [FLINK-8687] [sql-client] Make MaterializedCollectStreamResult#retrievePage to have resultLock

2018-03-12 Thread twalthr
Repository: flink Updated Branches: refs/heads/master 961df0d6c -> 7d837a3e8 [FLINK-8687] [sql-client] Make MaterializedCollectStreamResult#retrievePage to have resultLock This closes #5647. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit:

flink git commit: [hotfix][tests] Strip CompletionExceptions in MiniClusterClient#guardWithSingleRetry

2018-03-12 Thread chesnay
Repository: flink Updated Branches: refs/heads/master 7cea4252e -> d5fc25e67 [hotfix][tests] Strip CompletionExceptions in MiniClusterClient#guardWithSingleRetry Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/d5fc25e6

flink git commit: [hotfix][tests] Strip CompletionExceptions in MiniClusterClient#guardWithSingleRetry

2018-03-12 Thread chesnay
Repository: flink Updated Branches: refs/heads/release-1.5 2da0816cb -> ccdfdf5dc [hotfix][tests] Strip CompletionExceptions in MiniClusterClient#guardWithSingleRetry Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit:

[5/5] flink git commit: Commit for release 1.3.3

2018-03-12 Thread tzulitai
Commit for release 1.3.3 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/3c40656a Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/3c40656a Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/3c40656a Branch:

[2/5] flink git commit: [FLINK-8807] Fix ZookeeperCompleted checkpoint store can get stuck in infinite loop

2018-03-12 Thread tzulitai
[FLINK-8807] Fix ZookeeperCompleted checkpoint store can get stuck in infinite loop Before, CompletedCheckpoint did not have proper equals()/hashCode(), which meant that the fixpoint condition in ZooKeeperCompletedCheckpointStore would never hold if at least on checkpoint became unreadable. We

[1/5] flink git commit: [FLINK-7783] Don't always remove checkpoints in ZooKeeperCompletedCheckpointStore#recover()

2018-03-12 Thread tzulitai
Repository: flink Updated Branches: refs/heads/release-1.3.3-rc1 [created] 3c40656a7 [FLINK-7783] Don't always remove checkpoints in ZooKeeperCompletedCheckpointStore#recover() Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit:

[3/5] flink git commit: [FLINK-8890] Compare checkpoints with order in CompletedCheckpoint.checkpointsMatch()

2018-03-12 Thread tzulitai
[FLINK-8890] Compare checkpoints with order in CompletedCheckpoint.checkpointsMatch() This method is used, among other things, to check if a list of restored checkpoints is stable after several restore attempts in the ZooKeeper checkpoint store. The order of checkpoints is somewhat important

flink git commit: [hotfix] Don't mark Table API & SQL as 'beta' anymore

2018-03-12 Thread twalthr
Repository: flink Updated Branches: refs/heads/master d5fc25e67 -> 961df0d6c [hotfix] Don't mark Table API & SQL as 'beta' anymore Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/961df0d6 Tree:

flink git commit: [hotfix] Don't mark Table API & SQL as 'beta' anymore

2018-03-12 Thread twalthr
Repository: flink Updated Branches: refs/heads/release-1.5 ccdfdf5dc -> ea53eec0f [hotfix] Don't mark Table API & SQL as 'beta' anymore Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/ea53eec0 Tree:

flink git commit: [FLINK-8687] [sql-client] Make MaterializedCollectStreamResult#retrievePage to have resultLock

2018-03-12 Thread twalthr
Repository: flink Updated Branches: refs/heads/release-1.5 ea53eec0f -> 3a3caac9f [FLINK-8687] [sql-client] Make MaterializedCollectStreamResult#retrievePage to have resultLock This closes #5647. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit:

[4/5] flink git commit: [FLINK-8487] Verify ZooKeeper checkpoint store behaviour with ITCase

2018-03-12 Thread tzulitai
[FLINK-8487] Verify ZooKeeper checkpoint store behaviour with ITCase Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/b2437f87 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/b2437f87 Diff:

flink git commit: [hotfix] [yarn] Improve logging of container resources

2018-03-12 Thread trohrmann
Repository: flink Updated Branches: refs/heads/master 7d837a3e8 -> f7ae309d3 [hotfix] [yarn] Improve logging of container resources Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/f7ae309d Tree:

flink git commit: [hotfix] [yarn] Improve logging of container resources

2018-03-12 Thread trohrmann
Repository: flink Updated Branches: refs/heads/release-1.5 3a3caac9f -> 84a202f15 [hotfix] [yarn] Improve logging of container resources Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/84a202f1 Tree:

flink git commit: [FLINK-8922] Revert "[FLINK-8859][checkpointing] RocksDB backend should pass WriteOption to Rocks.put() when restoring"

2018-03-12 Thread srichter
Repository: flink Updated Branches: refs/heads/release-1.5 b4f9e61b5 -> cdbd5e1cc [FLINK-8922] Revert "[FLINK-8859][checkpointing] RocksDB backend should pass WriteOption to Rocks.put() when restoring" We need to revert FLINK-8859 because it causes problems with RocksDB that make our

flink git commit: [hotfix][RAT] Add serializer snapshot to exclusions

2018-03-12 Thread chesnay
Repository: flink Updated Branches: refs/heads/release-1.5 7cf56bc51 -> 2da0816cb [hotfix][RAT] Add serializer snapshot to exclusions Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/2da0816c Tree:

Jenkins build is back to normal : flink-snapshot-deployment #768

2018-03-12 Thread Apache Jenkins Server
See

flink git commit: [FLINK-8927][checkpointing] Eagerly release the checkpoint object in RocksDB incremental snapshots

2018-03-12 Thread srichter
Repository: flink Updated Branches: refs/heads/release-1.5 84a202f15 -> 69377cdc3 [FLINK-8927][checkpointing] Eagerly release the checkpoint object in RocksDB incremental snapshots This closes #5682. (cherry picked from commit 3debf47) Project:

flink git commit: [FLINK-8927][checkpointing] Eagerly release the checkpoint object in RocksDB incremental snapshots

2018-03-12 Thread srichter
Repository: flink Updated Branches: refs/heads/master f7ae309d3 -> 3debf47e5 [FLINK-8927][checkpointing] Eagerly release the checkpoint object in RocksDB incremental snapshots This closes #5682. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: