[flink] branch release-1.14 updated (59e3ec7 -> 7b85185)

2021-10-20 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to branch release-1.14 in repository https://gitbox.apache.org/repos/asf/flink.git. from 59e3ec7 [FLINK-24355][runtime] Expose the flag for enabling checkpoints after tasks finish in the Web UI

[flink] 02/02: [hotfix] Update release notes with changes to StreamStatus

2021-10-20 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch release-1.14 in repository https://gitbox.apache.org/repos/asf/flink.git commit 7b851855be2f7472719c4fcabe9bd7eae91c93cd Author: Dawid Wysakowicz AuthorDate: Mon Oct 11 11:06:45 2021 +0200

[flink] branch release-1.14 updated: [FLINK-24355][runtime] Expose the flag for enabling checkpoints after tasks finish in the Web UI

2021-10-19 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch release-1.14 in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/release-1.14 by this push: new 59e3ec7 [FLINK-24355][runtime

[flink] branch master updated (d8112a7 -> 9115192)

2021-10-19 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from d8112a7 [FLINK-24516][archetype] Update archetype documentation add 9115192 [FLINK-24355][runtime] Expose

[flink] branch release-1.13 updated (1dc1a50 -> 3209129)

2021-10-18 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to branch release-1.13 in repository https://gitbox.apache.org/repos/asf/flink.git. from 1dc1a50 [FLINK-24540] Fix file stream resource leaks add 3209129 [FLINK-24465] Fix disabling buffer

[flink] branch release-1.14 updated: [FLINK-24465] Fix disabling buffer timeout for pipelined exchanges

2021-10-18 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch release-1.14 in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/release-1.14 by this push: new c337fff [FLINK-24465] Fix

[flink] branch master updated (6343e37 -> da9e183)

2021-10-18 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from 6343e37 [FLINK-24469][runtime] Allow to have zero number of buffers in use for channels add da9e183

[flink] branch release-1.14 updated: [FLINK-24469][runtime] Allow to have zero number of buffers in use for channels

2021-10-18 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch release-1.14 in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/release-1.14 by this push: new 60d2a9c [FLINK-24469][runtime

[flink] branch master updated (9139cde -> 6343e37)

2021-10-18 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from 9139cde [FLINK-24418][table-planner] Add support for casting RAW to BINARY add 6343e37 [FLINK-24469

[flink-benchmarks] branch master updated: [FLINK-24231] Benchmark for buffer debloating multiple gates

2021-10-12 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-benchmarks.git The following commit(s) were added to refs/heads/master by this push: new 325b1b0 [FLINK-24231] Benchmark

[flink] 01/03: [refactor][streaming] Types corrections for BufferDebloaterTest

2021-10-12 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch release-1.14 in repository https://gitbox.apache.org/repos/asf/flink.git commit 28690757444e63d67eb3cdcba0c4fb2f99d9d8e4 Author: Anton Kalashnikov AuthorDate: Fri Oct 8 14:28:02 2021 +0200

[flink] branch release-1.14 updated (b0a593e -> 1cd2a74)

2021-10-12 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to branch release-1.14 in repository https://gitbox.apache.org/repos/asf/flink.git. from b0a593e [FLINK-24376][runtime] Use operator name for constructing OperatorCoordinatorProvider instead

[flink] 03/03: [FLINK-24467][streaming] Announce the min and max buffer size despite last diff less than threshold

2021-10-12 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch release-1.14 in repository https://gitbox.apache.org/repos/asf/flink.git commit 1cd2a749d6f7a48a2c0e901438c47d2510a628cf Author: Anton Kalashnikov AuthorDate: Fri Oct 8 14:37:08 2021 +0200

[flink] 02/03: [refactor][streaming] Builder for parameters of BufferDebloaterTest

2021-10-12 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch release-1.14 in repository https://gitbox.apache.org/repos/asf/flink.git commit 0300df70d95cf62c33781f1f0f8de74a54ed030a Author: Anton Kalashnikov AuthorDate: Mon Oct 11 18:35:23 2021 +0200

[flink] branch master updated (7596152 -> 58197be)

2021-10-12 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from 7596152 [FLINK-24443][table-runtime] Reenable IntervalJoinITCase.testRowTimeInnerJoinWithEquiTimeAttrs

[flink-benchmarks] branch master updated: [hotfix] Shorten the sleep period in checkpointing benchmarks

2021-10-12 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-benchmarks.git The following commit(s) were added to refs/heads/master by this push: new dc4324a [hotfix] Shorten

[flink] 01/01: [FLINK-24417] Regenerate files for migration tests

2021-10-11 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit 9019fa1d6dd820b2da199c88ff94e94197dbdeb7 Author: Dawid Wysakowicz AuthorDate: Fri Oct 1 10:36:32 2021 +0200

[flink] branch master updated (6243723 -> 9019fa1)

2021-10-11 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from 6243723 [FLINK-24459][table] Performance improvement of file sink (#17416) add 2dff05d [FLINK-24417

[flink] 01/01: [FLINK-24417] Regenerate files for migration tests

2021-10-11 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch release-1.14 in repository https://gitbox.apache.org/repos/asf/flink.git commit 8a28c039e830b74a25a3504347ec4553a09fcc89 Author: Dawid Wysakowicz AuthorDate: Fri Oct 1 10:36:32 2021 +0200

[flink] branch release-1.14 updated (3e0c2a1 -> 8a28c03)

2021-10-11 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to branch release-1.14 in repository https://gitbox.apache.org/repos/asf/flink.git. from 3e0c2a1 [FLINK-24291][table-planner] Decimal precision is lost when deserializing records from testcsv

[flink] branch master updated (ac203a7 -> e7d1bfb)

2021-10-05 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from ac203a7 [FLINK-24399][table-common] Add DynamicTableFactory.Context#getPrimaryKeyIndexes

[flink-benchmarks] branch master updated: [hotfix] Upgrade to scala 2.12

2021-10-04 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-benchmarks.git The following commit(s) were added to refs/heads/master by this push: new e052d92 [hotfix] Upgrade

[flink] branch release-1.14 updated: [FLINK-24269][Runtime / Checkpointing] Rename methods around final checkpoints

2021-10-04 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch release-1.14 in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/release-1.14 by this push: new ab196a6 [FLINK-24269][Runtime

[flink] branch master updated: [FLINK-24269][Runtime / Checkpointing] Rename methods around final checkpoints

2021-10-04 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/master by this push: new b2f13e3 [FLINK-24269][Runtime

[flink-benchmarks] 04/04: [FLINK-24230] Buffer debloating microbenchmark for single gate

2021-10-04 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-benchmarks.git commit 69ead04f3f0e6577e5eae45ed052937e163b1567 Author: Dawid Wysakowicz AuthorDate: Wed Sep 22 18:37:06 2021

[flink-benchmarks] 02/04: [hotfix] Optimize imports

2021-10-04 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-benchmarks.git commit 3ca5d3719835297c1cecf45a62add4fed8912df7 Author: Dawid Wysakowicz AuthorDate: Fri Sep 24 18:54:15 2021

[flink-benchmarks] 03/04: [hotfix] Allow FlinkEnvironmentContext#setUp to throw Exception

2021-10-04 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-benchmarks.git commit 5becc4d2c465dd57e5f875af0cc1ff208696fdc0 Author: Dawid Wysakowicz AuthorDate: Mon Sep 27 12:02:59 2021

[flink-benchmarks] 01/04: [hotfix] Fix a typo in RecordSource

2021-10-04 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-benchmarks.git commit 743b98e22bb1b85288d70f07bed290951190f24b Author: Dawid Wysakowicz AuthorDate: Tue Sep 21 13:39:40 2021

[flink-benchmarks] branch master updated (517f1e7 -> 69ead04)

2021-10-04 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink-benchmarks.git. from 517f1e7 [FLINK-24300] Added benchmarks for idling chained sources new 743b98e [hotfix] Fix

[flink] branch release-1.14 updated: [release][docs] Clean up 1.14 release notes

2021-09-30 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch release-1.14 in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/release-1.14 by this push: new 9bc8502 [release][docs] Clean

[flink] branch master updated (5b80e1c -> 6b58562)

2021-09-30 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from 5b80e1c [hotfix][python][docs] Update the README of PyFlink add 6b58562 [release][docs] Clean up 1.14

[flink-web] branch asf-site updated: Rebuild website

2021-09-29 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git The following commit(s) were added to refs/heads/asf-site by this push: new b66c9ba Rebuild website b66c9ba

[flink] branch release-1.13 updated: [docs] Update show_outdated_warning

2021-09-29 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch release-1.13 in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/release-1.13 by this push: new d2a5ed4 [docs] Update

[flink] branch master updated: [release] Add 1.14 docs link to the list of previous versions

2021-09-29 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/master by this push: new 67c8bef [release] Add 1.14 docs link

[flink-web] 01/02: Update stable version to 1.14

2021-09-29 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git commit 214102aaceecc6267add1e92cce632c3b2d01c24 Author: Dawid Wysakowicz AuthorDate: Wed Sep 29 12:55:27 2021 +0200

[flink-web] branch asf-site updated (5242773 -> de5c84d)

2021-09-29 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git. from 5242773 Rebuild website new 214102a Update stable version to 1.14 new de5c84d Rebuild website

[flink-web] 01/02: Add Apache Flink release 1.14.0 Blog post and update links and scripts.

2021-09-29 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git commit 672b57a73162fe69277eb08977e3d5f7868affe8 Author: Stephan Ewen AuthorDate: Fri Sep 10 09:02:07 2021 +0200

[flink-web] branch asf-site updated (1e07048 -> 5242773)

2021-09-29 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git. from 1e07048 Re-build Flink roadmap new 672b57a Add Apache Flink release 1.14.0 Blog post and update

[flink-docker] branch master updated: Update Dockerfiles for 1.14.0 release

2021-09-29 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-docker.git The following commit(s) were added to refs/heads/master by this push: new e2d7fda Update Dockerfiles

[flink-docker] branch dev-master updated: Add GPG key for 1.14.0 release

2021-09-29 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch dev-master in repository https://gitbox.apache.org/repos/asf/flink-docker.git The following commit(s) were added to refs/heads/dev-master by this push: new 880eeac Add GPG key

[flink-docker] branch dev-1.14 updated (7906008 -> 52c78ed)

2021-09-29 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to branch dev-1.14 in repository https://gitbox.apache.org/repos/asf/flink-docker.git. from 7906008 Information for how to build image in Minikube's docker-daemon new 2e41f9d Add GPG key

[flink-docker] 02/02: Run tests against 1.14.0

2021-09-29 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch dev-1.14 in repository https://gitbox.apache.org/repos/asf/flink-docker.git commit 52c78ede9c3f9299672872d13797a0d68390c4db Author: Dawid Wysakowicz AuthorDate: Wed Sep 29 09:47:19 2021

[flink-docker] 01/02: Add GPG key for 1.14.0 release

2021-09-29 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch dev-1.14 in repository https://gitbox.apache.org/repos/asf/flink-docker.git commit 2e41f9dc5d3a8c2a836b400cef324bb22d33a7b9 Author: Dawid Wysakowicz AuthorDate: Wed Sep 29 09:42:58 2021

[flink] branch master updated (c81a530 -> 1261d66)

2021-09-28 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from c81a530 [FLINK-24377][runtime] Actively release TM resource after heartbeat timeout. add cadced6 [hotfix

[flink] 01/03: [hotfix] Make it possible to force MockSourceReader to wait for initial splits assignment

2021-09-24 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit cfabea76dbdad9282c6827326874a5ba4d20f1ed Author: Dawid Wysakowicz AuthorDate: Tue Sep 14 13:27:35 2021 +0200

[flink] branch master updated (ac0d22e -> 7952960)

2021-09-24 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from ac0d22e [FLINK-24336][python] Fix the issue that jar url list may contain empty string. new cfabea7

[flink] 02/03: [FLINK-24280] Initialize base locations for checkpoints lazily in the first checkpoint

2021-09-24 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit 1dc183ab077a596d9f147be4819b5424f3cd0d28 Author: Dawid Wysakowicz AuthorDate: Wed Sep 22 14:08:58 2021 +0200

[flink] 03/03: [FLINK-24280] Support manual checkpoints triggering from a MiniCluster

2021-09-24 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit 79529602efd4d222c645e3035837ddaf9ec7d0aa Author: Dawid Wysakowicz AuthorDate: Tue Sep 14 13:29:11 2021 +0200

[flink] branch master updated (5bf8d64 -> f074642)

2021-09-23 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from 5bf8d64 [FLINK-23991][yarn] Specifying yarn.staging-dir fail when staging scheme is different from default fs

svn commit: r50043 - in /dev/flink/flink-1.14.0-rc3: ./ python/

2021-09-22 Thread dwysakowicz
Author: dwysakowicz Date: Wed Sep 22 13:52:31 2021 New Revision: 50043 Log: Add flink-1.14.0-rc3 Added: dev/flink/flink-1.14.0-rc3/ dev/flink/flink-1.14.0-rc3/flink-1.14.0-bin-scala_2.11.tgz (with props) dev/flink/flink-1.14.0-rc3/flink-1.14.0-bin-scala_2.11.tgz.asc dev/flink

svn commit: r50042 - in /dev/flink: flink-1.14.0-rc0/ flink-1.14.0-rc1/

2021-09-22 Thread dwysakowicz
Author: dwysakowicz Date: Wed Sep 22 13:45:29 2021 New Revision: 50042 Log: Remove Flink 1.14.0 RC1 & RC2 Removed: dev/flink/flink-1.14.0-rc0/ dev/flink/flink-1.14.0-rc1/

[flink] annotated tag release-1.14.0-rc3 updated (460b386 -> 2759377)

2021-09-22 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to annotated tag release-1.14.0-rc3 in repository https://gitbox.apache.org/repos/asf/flink.git. *** WARNING: tag release-1.14.0-rc3 was modified! *** from 460b386 (commit) to 2759377

[flink] branch master updated: [release] Create 1.14 release-notes

2021-09-21 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/master by this push: new ff01488 [release] Create 1.14 release

[flink] branch release-1.14 updated: [release] Create 1.14 release-notes

2021-09-21 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch release-1.14 in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/release-1.14 by this push: new 30d7200 [release] Create 1.14

[flink] 02/02: [FLINK-22942] [sql/planner] Disable UPSERT INTO statement, including a test

2021-09-21 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit a0cdd60a5ef717fd249d797b0019fdb436ad7da9 Author: slinkydeveloper AuthorDate: Thu Sep 9 15:56:47 2021 +0200

[flink] branch master updated (5ae8cb0 -> a0cdd60)

2021-09-21 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from 5ae8cb0 [FLINK-24156][network] Guard against erroneous SocketTimeoutExceptions new c24017f [hotfix

[flink] 01/02: [hotfix] Refactor PlannerMocks be used as holder of different mocks

2021-09-21 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit c24017f4036c208f8f3560e34d11c8c82f56299f Author: slinkydeveloper AuthorDate: Fri Sep 10 09:34:28 2021 +0200

[flink] branch master updated (7bacef0 -> 7c8fefa)

2021-09-17 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from 7bacef0 [FLINK-24233][runtime] Ignore message about new buffer size if the reader doesn't ready yet add

[flink] branch release-1.14 updated: [FLINK-24300] SourceOperator#getAvailableFuture reuses future

2021-09-17 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch release-1.14 in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/release-1.14 by this push: new 791c1b9 [FLINK-24300

[flink-benchmarks] branch master updated: [FLINK-24300] Added benchmarks for idling chained sources

2021-09-17 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-benchmarks.git The following commit(s) were added to refs/heads/master by this push: new 517f1e7 [FLINK-24300] Added

[flink] branch master updated: [FLINK-23969][connector/pulsar] Create e2e tests for pulsar connector.

2021-09-16 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/master by this push: new b608620 [FLINK-23969][connector/pulsar

[flink] branch release-1.14 updated: [hotfix] Fix a typo in 'estimatedTimeToConsume(r)BuffersMs'

2021-09-16 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch release-1.14 in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/release-1.14 by this push: new 1ad53cf [hotfix] Fix a typo

[flink] branch master updated: [hotfix] Fix a typo in 'estimatedTimeToConsume(r)BuffersMs'

2021-09-16 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/master by this push: new d18911d [hotfix] Fix a typo

[flink] 01/02: [FLINK-21589][docs] Document table pipeline upgrades

2021-09-15 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch release-1.12 in repository https://gitbox.apache.org/repos/asf/flink.git commit 3612991996028f2daf5cbc8196b2a29e072847a9 Author: martijnvisser AuthorDate: Wed Sep 15 10:45:32 2021 +0200

[flink] branch release-1.12 updated (16c2bcc -> 4adfa04)

2021-09-15 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to branch release-1.12 in repository https://gitbox.apache.org/repos/asf/flink.git. from 16c2bcc [FLINK-24260][python] Limit requests to 2.26.0 or above only for python 3.6+ new 3612991

[flink] 02/02: [hotfix] Fix links in gcs docs

2021-09-15 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch release-1.12 in repository https://gitbox.apache.org/repos/asf/flink.git commit 4adfa040dd481d421919770831122ad8b7e3991f Author: Dawid Wysakowicz AuthorDate: Wed Sep 15 12:40:20 2021 +0200

[flink] 01/02: [FLINK-21589][docs] Document table pipeline upgrades

2021-09-15 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch release-1.13 in repository https://gitbox.apache.org/repos/asf/flink.git commit 15bdaecd8ce95b1eadefd59faef82fcb58d9c4d4 Author: Timo Walther AuthorDate: Mon Sep 13 14:07:53 2021 +0200

[flink] 02/02: [hotfix][docs] Add glossary entry for 'Table program'

2021-09-15 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch release-1.13 in repository https://gitbox.apache.org/repos/asf/flink.git commit d4952e99af90ada43385d54a73c321072d2bb347 Author: Timo Walther AuthorDate: Tue Sep 14 11:15:07 2021 +0200

[flink] branch release-1.13 updated (cf78dc6 -> d4952e9)

2021-09-15 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to branch release-1.13 in repository https://gitbox.apache.org/repos/asf/flink.git. from cf78dc6 [FLINK-22889][tests] Increase timeouts in JdbcExactlyOnceSinkE2eTest new 15bdaec [FLINK

[flink] 01/02: [FLINK-21589][docs] Document table pipeline upgrades

2021-09-15 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch release-1.14 in repository https://gitbox.apache.org/repos/asf/flink.git commit 02040c9ab55c4d9692c6c3bdaca16629645af5ab Author: Timo Walther AuthorDate: Mon Sep 13 14:07:53 2021 +0200

[flink] 02/02: [hotfix][docs] Add glossary entry for 'Table program'

2021-09-15 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch release-1.14 in repository https://gitbox.apache.org/repos/asf/flink.git commit 86f96cd447795c4bc0241719c05e3802f5ae89ba Author: Timo Walther AuthorDate: Tue Sep 14 11:15:07 2021 +0200

[flink] branch release-1.14 updated (5f2ec45 -> 86f96cd)

2021-09-15 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to branch release-1.14 in repository https://gitbox.apache.org/repos/asf/flink.git. from 5f2ec45 [FLINK-24283][connector/pulsar] Use stick key consumer in Key_Shared subscription. This would

[flink] branch master updated (f366f77 -> 113956f)

2021-09-15 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from f366f77 [FLINK-24139][table-planner] Push down more predicates through Join in stream mode new 1f17e33

[flink] 01/02: [FLINK-21589][docs] Document table pipeline upgrades

2021-09-15 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit 1f17e33fd81644155bee60faef94587f1922a7d6 Author: Timo Walther AuthorDate: Mon Sep 13 14:07:53 2021 +0200

[flink] 02/02: [hotfix][docs] Add glossary entry for 'Table program'

2021-09-15 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit 113956f2a8452db268c5f9d03a791f68d056f493 Author: Timo Walther AuthorDate: Tue Sep 14 11:15:07 2021 +0200

svn commit: r49941 - in /dev/flink/flink-1.14.0-rc1: ./ python/

2021-09-15 Thread dwysakowicz
Author: dwysakowicz Date: Wed Sep 15 06:07:26 2021 New Revision: 49941 Log: Add flink-1.14.0-rc1 Added: dev/flink/flink-1.14.0-rc1/ dev/flink/flink-1.14.0-rc1/flink-1.14.0-bin-scala_2.11.tgz (with props) dev/flink/flink-1.14.0-rc1/flink-1.14.0-bin-scala_2.11.tgz.asc dev/flink

[flink] annotated tag release-1.14.0-rc1 updated (fd84390 -> 1fb1031)

2021-09-14 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to annotated tag release-1.14.0-rc1 in repository https://gitbox.apache.org/repos/asf/flink.git. *** WARNING: tag release-1.14.0-rc1 was modified! *** from fd84390 (tag) to 1fb1031 (tag

[flink] 01/01: Commit for release 1.14.0

2021-09-14 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to annotated tag release-1.14.0-rc1 in repository https://gitbox.apache.org/repos/asf/flink.git commit 4ad4f55f66373a6a5646e71142ad0d68faab6d79 Author: Dawid Wysakowicz AuthorDate: Tue Sep 14 23:01

[flink] annotated tag release-1.14.0-rc1 updated (5f2ec45 -> fd84390)

2021-09-14 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to annotated tag release-1.14.0-rc1 in repository https://gitbox.apache.org/repos/asf/flink.git. *** WARNING: tag release-1.14.0-rc1 was modified! *** from 5f2ec45 (commit) to fd84390

[flink] branch release-1.14 updated: [FLINK-24283][connector/pulsar] Use stick key consumer in Key_Shared subscription. This would make sure Pulsar won't treat the flink reader as a shared consumer.

2021-09-14 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch release-1.14 in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/release-1.14 by this push: new 5f2ec45 [FLINK-24283

[flink] branch release-1.14 updated: [FLINK-24282][connectors/kafka] Make topic selector for KafkaSink serializable

2021-09-14 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch release-1.14 in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/release-1.14 by this push: new 8c1033d [FLINK-24282

[flink] branch master updated (724fb3d -> 2ae7106)

2021-09-14 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from 724fb3d [FLINK-24283][connector/pulsar] Use stick key consumer in Key_Shared subscription. This would make

[flink] branch master updated (f74db4b -> 724fb3d)

2021-09-14 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from f74db4b [FLINK-22275][table] Support random past for timestamp types in datagen connector (#15703) add

[flink] branch release-1.14 updated: [hotfix][docs] Adding new sources on overview pages

2021-09-13 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch release-1.14 in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/release-1.14 by this push: new 1e3a923 [hotfix][docs] Adding

[flink] branch master updated: [hotfix][docs] Adding new sources on overview pages

2021-09-13 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/master by this push: new c81b831 [hotfix][docs] Adding new sources

[flink] branch release-1.14 updated: [FLINK-24098] Document FLIP-147 capabiliites and limitations

2021-09-13 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch release-1.14 in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/release-1.14 by this push: new dc94e85 [FLINK-24098] Document

[flink] branch master updated (a9448d2 -> 8d94540)

2021-09-13 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from a9448d2 [FLINK-24243][python] Cleanup code to use latest API to avoid warnings add 8d94540 [FLINK-24098

[flink] branch master updated: [FLINK-24161] Fix interplay of stop-with-savepoint w/o drain with final checkpoints

2021-09-10 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/master by this push: new f5ef5ae [FLINK-24161] Fix interplay

[flink] branch release-1.14 updated (d9e6abf -> df3b723)

2021-09-10 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to branch release-1.14 in repository https://gitbox.apache.org/repos/asf/flink.git. from d9e6abf [FLINK-24123][python] Optimize the python operator instances of the same job to share one python

[flink] 02/02: [FLINK-24069][tests] Added exponentially increasing checkpoint interval for every next attempt of testIgnoreInFlightDataDuringRecovery

2021-09-07 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch release-1.14 in repository https://gitbox.apache.org/repos/asf/flink.git commit c1b6acdd0c54f31ab1c7ee8fc027af7d856f31d5 Author: Anton Kalashnikov AuthorDate: Wed Sep 1 17:37:58 2021 +0200

[flink] 01/02: [FLINK-24069][tests] Fail IgnoreInFlightData test when there is not enough data for it for all checkpoints not only the first one

2021-09-07 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch release-1.14 in repository https://gitbox.apache.org/repos/asf/flink.git commit 24baf7f39a8471f3544f670699a334d188a42ee9 Author: Anton Kalashnikov AuthorDate: Wed Sep 1 17:35:35 2021 +0200

[flink] branch release-1.14 updated (7bf4240 -> c1b6acd)

2021-09-07 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to branch release-1.14 in repository https://gitbox.apache.org/repos/asf/flink.git. from 7bf4240 [FLINK-23983][tests] Ensure to close and dispose created keyed-statebackend

[flink] branch master updated (c13b749 -> 311eaaa)

2021-09-07 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from c13b749 [FLINK-24172][docs][table] Fixed missing quote for join examples in "Table API" page (#17166

[flink] branch release-1.12 updated: [FLINK-22367][streaming] Reset syncSavepointId only if it is equal to checkpoint id from event

2021-09-03 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch release-1.12 in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/release-1.12 by this push: new 87ce3ac [FLINK-22367

[flink] branch release-1.13 updated (e1a7121 -> 9f60a51)

2021-09-03 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to branch release-1.13 in repository https://gitbox.apache.org/repos/asf/flink.git. from e1a7121 [FLINK-23916][docs] Update the documentation how to set tolerable checkpoint failure number

[flink] 02/02: [FLINK-21090] Minor code improvements

2021-09-03 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch release-1.14 in repository https://gitbox.apache.org/repos/asf/flink.git commit 7b1c5a6801da123901ca68909be321b3cbf2caf7 Author: Dawid Wysakowicz AuthorDate: Thu Sep 2 13:07:45 2021 +0200

[flink] branch release-1.14 updated (d3d9afd -> 7b1c5a6)

2021-09-03 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to branch release-1.14 in repository https://gitbox.apache.org/repos/asf/flink.git. from d3d9afd [FLINK-23654][runtime] Splitting IO and future threadpools and adding advanced configurations

[flink] 02/02: [FLINK-21090] Minor code improvements

2021-09-03 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit 36f607c9fdff11e67cd1768bb48295f83da3e350 Author: Dawid Wysakowicz AuthorDate: Thu Sep 2 13:07:45 2021 +0200

[flink] branch master updated (0a2607c -> 36f607c)

2021-09-03 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from 0a2607c [FLINK-23654][runtime] Splitting IO and future threadpools and adding advanced configurations new

[flink] branch master updated: [hotfix] Fix spotless violations

2021-09-01 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/master by this push: new 04b3b35 [hotfix] Fix spotless violations

<    1   2   3   4   5   6   7   8   9   10   >