[GitHub] [flink-kubernetes-operator] gyfora commented on pull request #44: [FLINK-26370] Use configurable ThreadPool for Flink cluster communication

2022-03-15 Thread GitBox
gyfora commented on pull request #44: URL: https://github.com/apache/flink-kubernetes-operator/pull/44#issuecomment-1068793918 Looks good @kelemensanyi thank you! I will test it locally and merge afterwards :) -- This is an automated message from the Apache Git Service. To respond to t

[flink] branch master updated (2691e0f -> b95037b)

2022-03-15 Thread wangyang0918
This is an automated email from the ASF dual-hosted git repository. wangyang0918 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from 2691e0f [FLINK-25648][k8s] Avoid redundant query on k8s deployment when creating task manager pods add 5b

[flink] branch master updated (cb27ee8 -> 2691e0f)

2022-03-15 Thread wangyang0918
This is an automated email from the ASF dual-hosted git repository. wangyang0918 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from cb27ee8 [hotfix][release] Add 1.16 to the flink versions enum add 2691e0f [FLINK-25648][k8s] Avoid redund

[flink] branch master updated (b959371 -> cb27ee8)

2022-03-15 Thread gaoyunhaii
This is an automated email from the ASF dual-hosted git repository. gaoyunhaii pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from b959371 [FLINK-26018][connector/common] Create per-split output on split addition in SourceOperator add cb2

[GitHub] [flink-kubernetes-operator] bgeng777 commented on a change in pull request #62: [FLINK-26605] Check if JM can serve rest api calls every time before reconcile

2022-03-15 Thread GitBox
bgeng777 commented on a change in pull request #62: URL: https://github.com/apache/flink-kubernetes-operator/pull/62#discussion_r827651048 ## File path: .github/workflows/ci.yml ## @@ -52,7 +52,7 @@ jobs: export SHELL=/bin/bash export DOCKER_BUILDKIT=1

[GitHub] [flink-kubernetes-operator] bgeng777 commented on a change in pull request #62: [FLINK-26605] Check if JM can serve rest api calls every time before reconcile

2022-03-15 Thread GitBox
bgeng777 commented on a change in pull request #62: URL: https://github.com/apache/flink-kubernetes-operator/pull/62#discussion_r827649260 ## File path: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/service/FlinkService.java ## @@ -129,6 +129,16

[GitHub] [flink-kubernetes-operator] Aitozi commented on pull request #67: [FLINK-26545] Ingress rules in managed namespace

2022-03-15 Thread GitBox
Aitozi commented on pull request #67: URL: https://github.com/apache/flink-kubernetes-operator/pull/67#issuecomment-1068741749 LGTM otherwise a minor comment -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [flink-kubernetes-operator] Aitozi commented on a change in pull request #67: [FLINK-26545] Ingress rules in managed namespace

2022-03-15 Thread GitBox
Aitozi commented on a change in pull request #67: URL: https://github.com/apache/flink-kubernetes-operator/pull/67#discussion_r827633675 ## File path: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/reconciler/BaseReconciler.java ## @@ -60,7 +59,1

[GitHub] [flink-kubernetes-operator] tweise commented on a change in pull request #62: [FLINK-26605] Check if JM can serve rest api calls every time before reconcile

2022-03-15 Thread GitBox
tweise commented on a change in pull request #62: URL: https://github.com/apache/flink-kubernetes-operator/pull/62#discussion_r827630817 ## File path: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/service/FlinkService.java ## @@ -129,6 +129,16 @

[GitHub] [flink-kubernetes-operator] tweise commented on a change in pull request #62: [FLINK-26605] Check if JM can serve rest api calls every time before reconcile

2022-03-15 Thread GitBox
tweise commented on a change in pull request #62: URL: https://github.com/apache/flink-kubernetes-operator/pull/62#discussion_r827629472 ## File path: .github/workflows/ci.yml ## @@ -52,7 +52,7 @@ jobs: export SHELL=/bin/bash export DOCKER_BUILDKIT=1

[GitHub] [flink-kubernetes-operator] tweise commented on pull request #56: [FLINK-26473] Check for deployment errors when listJobs fails

2022-03-15 Thread GitBox
tweise commented on pull request #56: URL: https://github.com/apache/flink-kubernetes-operator/pull/56#issuecomment-1068734874 @gyfora PTAL -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the s

[GitHub] [flink-kubernetes-operator] wangyang0918 commented on a change in pull request #62: [FLINK-26605] Check if JM can serve rest api calls every time before reconcile

2022-03-15 Thread GitBox
wangyang0918 commented on a change in pull request #62: URL: https://github.com/apache/flink-kubernetes-operator/pull/62#discussion_r827623281 ## File path: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/service/FlinkService.java ## @@ -129,6 +12

[GitHub] [flink-kubernetes-operator] wangyang0918 commented on a change in pull request #65: [FLINK-26649] Add startTime in JobStatus

2022-03-15 Thread GitBox
wangyang0918 commented on a change in pull request #65: URL: https://github.com/apache/flink-kubernetes-operator/pull/65#discussion_r827591600 ## File path: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/observer/JobObserver.java ## @@ -87,8 +87,

[GitHub] [flink-kubernetes-operator] wangyang0918 commented on a change in pull request #65: [FLINK-26649] Add startTime in JobStatus

2022-03-15 Thread GitBox
wangyang0918 commented on a change in pull request #65: URL: https://github.com/apache/flink-kubernetes-operator/pull/65#discussion_r827591600 ## File path: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/observer/JobObserver.java ## @@ -87,8 +87,

[GitHub] [flink-kubernetes-operator] wangyang0918 commented on a change in pull request #65: [FLINK-26649] Add startTime in JobStatus

2022-03-15 Thread GitBox
wangyang0918 commented on a change in pull request #65: URL: https://github.com/apache/flink-kubernetes-operator/pull/65#discussion_r827591600 ## File path: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/observer/JobObserver.java ## @@ -87,8 +87,

[flink] branch release-1.14 updated: [FLINK-26650][checkpoint] Avoid to print stack trace for checkpoint trigger failure if not all tasks are started

2022-03-15 Thread tangyun
This is an automated email from the ASF dual-hosted git repository. tangyun 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 b2ff654 [FLINK-26650][checkpoint] A

[GitHub] [flink-kubernetes-operator] wangyang0918 commented on a change in pull request #65: [FLINK-26649] Add startTime in JobStatus

2022-03-15 Thread GitBox
wangyang0918 commented on a change in pull request #65: URL: https://github.com/apache/flink-kubernetes-operator/pull/65#discussion_r827591600 ## File path: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/observer/JobObserver.java ## @@ -87,8 +87,

[flink-web] 02/02: Rebuild website

2022-03-15 Thread leonard
This is an automated email from the ASF dual-hosted git repository. leonard pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git commit 7e148d3a78e1eab3a40ce031532def1bd05a989e Author: Leonard Xu AuthorDate: Wed Mar 16 00:56:17 2022 +0800 Rebuil

[flink-web] 01/02: Add leonard to the committer list

2022-03-15 Thread leonard
This is an automated email from the ASF dual-hosted git repository. leonard pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git commit c515168ae686148f119c25b6a8f40d018cacabaa Author: Leonard Xu AuthorDate: Wed Mar 16 00:52:36 2022 +0800 Add le

[flink-web] branch asf-site updated (387bf1f -> 7e148d3)

2022-03-15 Thread leonard
This is an automated email from the ASF dual-hosted git repository. leonard pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git. from 387bf1f Rebuild Website new c515168 Add leonard to the committer list new 7e148d3 Rebuild website

[GitHub] [flink-kubernetes-operator] kelemensanyi commented on a change in pull request #44: [FLINK-26370] Use configurable ThreadPool for Flink cluster communication

2022-03-15 Thread GitBox
kelemensanyi commented on a change in pull request #44: URL: https://github.com/apache/flink-kubernetes-operator/pull/44#discussion_r827496583 ## File path: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/FlinkOperator.java ## @@ -74,12 +88,43 @@

[GitHub] [flink-kubernetes-operator] mbalassi closed pull request #69: [FLINK-26612] Documentation build via GitHub actions

2022-03-15 Thread GitBox
mbalassi closed pull request #69: URL: https://github.com/apache/flink-kubernetes-operator/pull/69 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [flink-kubernetes-operator] mbalassi opened a new pull request #69: [FLINK-26612] Documentation build via GitHub actions

2022-03-15 Thread GitBox
mbalassi opened a new pull request #69: URL: https://github.com/apache/flink-kubernetes-operator/pull/69 Based on zentol's work in https://github.com/apache/flink/pull/19103/commits/54678bbe907d6f0dc70da226b0209e38fa06c59e. -- This is an automated message from the Apache Git Service. To

[flink] branch master updated (092647c -> b959371)

2022-03-15 Thread arvid
This is an automated email from the ASF dual-hosted git repository. arvid pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from 092647c [FLINK-26063][runtime] Set current key before polling next PQ element add c81fff6 [hotfix][connector/co

[GitHub] [flink-kubernetes-operator] mbalassi closed pull request #68: [FLINK-26612] Documentation build via GitHub actions

2022-03-15 Thread GitBox
mbalassi closed pull request #68: URL: https://github.com/apache/flink-kubernetes-operator/pull/68 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [flink-kubernetes-operator] mbalassi opened a new pull request #68: [FLINK-26612] Documentation build via GitHub actions

2022-03-15 Thread GitBox
mbalassi opened a new pull request #68: URL: https://github.com/apache/flink-kubernetes-operator/pull/68 Based on zentol's work in https://github.com/apache/flink/pull/19103/commits/54678bbe907d6f0dc70da226b0209e38fa06c59e. This is an attempt to build the documentation via GitHub act

[flink] branch release-1.15 updated: [FLINK-26063][runtime] Set current key before polling next PQ element

2022-03-15 Thread roman
This is an automated email from the ASF dual-hosted git repository. roman pushed a commit to branch release-1.15 in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/release-1.15 by this push: new e31c1b0 [FLINK-26063][runtime] Set cu

[flink] branch master updated (7fe549e -> 092647c)

2022-03-15 Thread roman
This is an automated email from the ASF dual-hosted git repository. roman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from 7fe549e [FLINK-26582][table][tests] Convert table modules assertions to AssertJ add 092647c [FLINK-26063][runti

[GitHub] [flink-kubernetes-operator] tweise commented on a change in pull request #65: [FLINK-26649] Add startTime in JobStatus

2022-03-15 Thread GitBox
tweise commented on a change in pull request #65: URL: https://github.com/apache/flink-kubernetes-operator/pull/65#discussion_r827219806 ## File path: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/observer/JobObserver.java ## @@ -87,8 +87,8 @@ p

[GitHub] [flink-kubernetes-operator] morhidi commented on pull request #67: [FLINK-26545] Ingress rules in managed namespace

2022-03-15 Thread GitBox
morhidi commented on pull request #67: URL: https://github.com/apache/flink-kubernetes-operator/pull/67#issuecomment-1068227422 cc @wangyang0918 @gyfora -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [flink-kubernetes-operator] morhidi opened a new pull request #67: [FLINK-26545] Ingress rules in managed namespace

2022-03-15 Thread GitBox
morhidi opened a new pull request #67: URL: https://github.com/apache/flink-kubernetes-operator/pull/67 - moved the ingress(es) into the managed namespaces - the rules are created as .. now -- This is an automated message from the Apache Git Service. To respond to the message, please l

[flink] branch release-1.15 updated: [FLINK-26650][checkpoint] Avoid to print stack trace for checkpoint trigger failure if not all tasks are started

2022-03-15 Thread tangyun
This is an automated email from the ASF dual-hosted git repository. tangyun pushed a commit to branch release-1.15 in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/release-1.15 by this push: new 0562fc3 [FLINK-26650][checkpoint] A

[flink] branch master updated (2710878 -> 7fe549e)

2022-03-15 Thread chesnay
This is an automated email from the ASF dual-hosted git repository. chesnay pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from 2710878 [FLINK-26650][checkpoint] Avoid to print stack trace for checkpoint trigger failure if not all tasks are st

[flink] branch master updated (dd7472d -> 2710878)

2022-03-15 Thread tangyun
This is an automated email from the ASF dual-hosted git repository. tangyun pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from dd7472d [FLINK-26551][table-planner] Change legacy casting config option to DISABLED by default add 2710878 [

[GitHub] [flink-kubernetes-operator] gyfora merged pull request #66: [FLINK-26510] Add FlinkDeployment CR overview + management docs

2022-03-15 Thread GitBox
gyfora merged pull request #66: URL: https://github.com/apache/flink-kubernetes-operator/pull/66 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: c

[flink-kubernetes-operator] branch main updated: [FLINK-26510] Add FlinkDeployment CR overview + management docs

2022-03-15 Thread gyfora
This is an automated email from the ASF dual-hosted git repository. gyfora pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git The following commit(s) were added to refs/heads/main by this push: new 3233206 [FLINK-26510] Add FlinkD

[GitHub] [flink-kubernetes-operator] morhidi commented on pull request #66: [FLINK-26510] Add FlinkDeployment CR overview + management docs

2022-03-15 Thread GitBox
morhidi commented on pull request #66: URL: https://github.com/apache/flink-kubernetes-operator/pull/66#issuecomment-1068138067 +1 nice work, @gyfora -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [flink-kubernetes-operator] gyfora commented on pull request #65: [FLINK-26649] Add startTime in JobStatus

2022-03-15 Thread GitBox
gyfora commented on pull request #65: URL: https://github.com/apache/flink-kubernetes-operator/pull/65#issuecomment-1068120269 @SteNicholas please run `mvn clean install -Pgenerate-docs -DskipTests` to generate the doc update for the cr reference -- This is an automated message from the

[GitHub] [flink-kubernetes-operator] gyfora commented on pull request #66: [FLINK-26510] Add FlinkDeployment CR overview + management docs

2022-03-15 Thread GitBox
gyfora commented on pull request #66: URL: https://github.com/apache/flink-kubernetes-operator/pull/66#issuecomment-1068116649 @morhidi @wangyang0918 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[GitHub] [flink-kubernetes-operator] bgeng777 commented on a change in pull request #62: [FLINK-26605] Check if JM can serve rest api calls every time before reconcile

2022-03-15 Thread GitBox
bgeng777 commented on a change in pull request #62: URL: https://github.com/apache/flink-kubernetes-operator/pull/62#discussion_r827092937 ## File path: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/service/FlinkService.java ## @@ -129,6 +129,16

[GitHub] [flink-kubernetes-operator] bgeng777 commented on a change in pull request #62: [FLINK-26605] Check if JM can serve rest api calls every time before reconcile

2022-03-15 Thread GitBox
bgeng777 commented on a change in pull request #62: URL: https://github.com/apache/flink-kubernetes-operator/pull/62#discussion_r827068023 ## File path: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/config/FlinkOperatorConfiguration.java ## @@ -

[flink] branch experiment_gha_docs updated: +

2022-03-15 Thread chesnay
This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch experiment_gha_docs in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/experiment_gha_docs by this push: new 0906bbf + 0906bbf is

[flink] 02/03: Rework matrix

2022-03-15 Thread chesnay
This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch experiment_gha_docs in repository https://gitbox.apache.org/repos/asf/flink.git commit 2069ac87ee30ecdd40ba7d328361ff0b90735a8b Author: Chesnay Schepler AuthorDate: Tue Mar 15 15:39:29 2022 +010

[flink] branch experiment_gha_docs updated (759e294 -> 633ebaa)

2022-03-15 Thread chesnay
This is an automated email from the ASF dual-hosted git repository. chesnay pushed a change to branch experiment_gha_docs in repository https://gitbox.apache.org/repos/asf/flink.git. from 759e294 Attempt actual upload new 85d21e6 Set name new 2069ac8 Rework matrix new 633eb

[flink] 03/03: Add alias support

2022-03-15 Thread chesnay
This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch experiment_gha_docs in repository https://gitbox.apache.org/repos/asf/flink.git commit 633ebaa3d011fd65060e0752fc29d5145d8facc5 Author: Chesnay Schepler AuthorDate: Tue Mar 15 15:39:57 2022 +010

[flink] 01/03: Set name

2022-03-15 Thread chesnay
This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch experiment_gha_docs in repository https://gitbox.apache.org/repos/asf/flink.git commit 85d21e6132eae524aef791d1d895717375f1ce53 Author: Chesnay Schepler AuthorDate: Tue Mar 15 15:38:59 2022 +010

[GitHub] [flink-kubernetes-operator] SteNicholas opened a new pull request #65: [FLINK-26649] Add startTime in JobStatus

2022-03-15 Thread GitBox
SteNicholas opened a new pull request #65: URL: https://github.com/apache/flink-kubernetes-operator/pull/65 The current `JobStatus.updateTime` actually means the start time, not the last update time. We could introduce a new field `startTime` and make `updateTime` reflect its original inte

[flink-table-store] branch master updated: [FLINK-26475] FileStoreScan supports incremental consuming

2022-03-15 Thread lzljs3620320
This is an automated email from the ASF dual-hosted git repository. lzljs3620320 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-table-store.git The following commit(s) were added to refs/heads/master by this push: new 7bbffef [FLINK-26475] FileStor

[GitHub] [flink-kubernetes-operator] asfgit closed pull request #50: [FLINK-26594] Helm - Replace operatorNamespace with Release Namespace

2022-03-15 Thread GitBox
asfgit closed pull request #50: URL: https://github.com/apache/flink-kubernetes-operator/pull/50 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: c

[flink-kubernetes-operator] branch main updated: [FLINK-26594][helm] Use helm release namespace as operator namespace

2022-03-15 Thread mbalassi
This is an automated email from the ASF dual-hosted git repository. mbalassi pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git The following commit(s) were added to refs/heads/main by this push: new e84b1d7 [FLINK-26594][helm] Us

[GitHub] [flink-kubernetes-operator] SteNicholas commented on a change in pull request #62: [FLINK-26605] Check if JM can serve rest api calls every time before reconcile

2022-03-15 Thread GitBox
SteNicholas commented on a change in pull request #62: URL: https://github.com/apache/flink-kubernetes-operator/pull/62#discussion_r827018115 ## File path: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/service/FlinkService.java ## @@ -129,6 +129

[flink] 02/02: Attempt actual upload

2022-03-15 Thread chesnay
This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch experiment_gha_docs in repository https://gitbox.apache.org/repos/asf/flink.git commit 759e294da04210f4a8d392c5e11b9ee7aaa0abef Author: Chesnay Schepler AuthorDate: Tue Mar 15 14:27:54 2022 +010

[flink] 01/02: add license

2022-03-15 Thread chesnay
This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch experiment_gha_docs in repository https://gitbox.apache.org/repos/asf/flink.git commit 5b6fa92d03778248e906fd62066d7aceb5b57845 Author: Chesnay Schepler AuthorDate: Tue Mar 15 14:27:28 2022 +010

[flink] branch experiment_gha_docs updated (c21ebdf -> 759e294)

2022-03-15 Thread chesnay
This is an automated email from the ASF dual-hosted git repository. chesnay pushed a change to branch experiment_gha_docs in repository https://gitbox.apache.org/repos/asf/flink.git. from c21ebdf test new 5b6fa92 add license new 759e294 Attempt actual upload The 2 revisions lis

[GitHub] [flink-kubernetes-operator] bgeng777 commented on a change in pull request #62: [FLINK-26605] Check if JM can serve rest api calls every time before reconcile

2022-03-15 Thread GitBox
bgeng777 commented on a change in pull request #62: URL: https://github.com/apache/flink-kubernetes-operator/pull/62#discussion_r826963003 ## File path: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/service/FlinkService.java ## @@ -129,6 +129,16

[GitHub] [flink-kubernetes-operator] bgeng777 commented on a change in pull request #62: [FLINK-26605] Check if JM can serve rest api calls every time before reconcile

2022-03-15 Thread GitBox
bgeng777 commented on a change in pull request #62: URL: https://github.com/apache/flink-kubernetes-operator/pull/62#discussion_r826960040 ## File path: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/service/FlinkService.java ## @@ -129,6 +129,16

[flink-table-store] branch master updated: [FLINK-26535] Introduce StoreTableSource And StoreTableSink

2022-03-15 Thread lzljs3620320
This is an automated email from the ASF dual-hosted git repository. lzljs3620320 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-table-store.git The following commit(s) were added to refs/heads/master by this push: new 0139e9e [FLINK-26535] Introduc

[flink-kubernetes-operator] branch main updated (81593ec -> f969fda)

2022-03-15 Thread gyfora
This is an automated email from the ASF dual-hosted git repository. gyfora pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git. from 81593ec [FLINK-26646][hotfix] Make append explicit for config overrides add f969fda [FLINK-2

[flink] branch experiment_gha_docs updated: test

2022-03-15 Thread chesnay
This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch experiment_gha_docs in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/experiment_gha_docs by this push: new c21ebdf test c21ebdf

[GitHub] [flink-kubernetes-operator] gyfora merged pull request #63: [FLINK-26637] Document Basic Concepts and Architecture

2022-03-15 Thread GitBox
gyfora merged pull request #63: URL: https://github.com/apache/flink-kubernetes-operator/pull/63 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: c

[GitHub] [flink-kubernetes-operator] gyfora commented on pull request #63: [FLINK-26637] Document Basic Concepts and Architecture

2022-03-15 Thread GitBox
gyfora commented on pull request #63: URL: https://github.com/apache/flink-kubernetes-operator/pull/63#issuecomment-1067959702 Thank you Matyas, I think this is an excellent starting point for further content. I am going to merge this and we can tackle improvements / additions in later ti

[flink] branch release-1.15 updated: [FLINK-26551][table-planner] Change legacy casting config option to DISABLED by default

2022-03-15 Thread twalthr
This is an automated email from the ASF dual-hosted git repository. twalthr pushed a commit to branch release-1.15 in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/release-1.15 by this push: new 75fe877 [FLINK-26551][table-planner

[flink] branch master updated: [FLINK-26551][table-planner] Change legacy casting config option to DISABLED by default

2022-03-15 Thread twalthr
This is an automated email from the ASF dual-hosted git repository. twalthr 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 dd7472d [FLINK-26551][table-planner] Change leg

[flink] branch experiment_gha_docs updated: ++

2022-03-15 Thread chesnay
This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch experiment_gha_docs in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/experiment_gha_docs by this push: new a202fa3 ++ a202fa3 i

[flink] branch experiment_gha_docs updated: +

2022-03-15 Thread chesnay
This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch experiment_gha_docs in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/experiment_gha_docs by this push: new eaddbe3 + eaddbe3 is

[flink] 01/02: reset

2022-03-15 Thread chesnay
This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch experiment_gha_docs in repository https://gitbox.apache.org/repos/asf/flink.git commit 500807809bd2815bcb9a19ed1ba31b50d98c96cb Author: Chesnay Schepler AuthorDate: Tue Mar 15 11:03:08 2022 +010

[flink] branch experiment_gha_docs updated (27a330b -> 1b6f29c)

2022-03-15 Thread chesnay
This is an automated email from the ASF dual-hosted git repository. chesnay pushed a change to branch experiment_gha_docs in repository https://gitbox.apache.org/repos/asf/flink.git. from 27a330b add random file new 5008078 reset new 1b6f29c Try building docs The 2 revisions li

[flink] 02/02: Try building docs

2022-03-15 Thread chesnay
This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch experiment_gha_docs in repository https://gitbox.apache.org/repos/asf/flink.git commit 1b6f29c994a161d4f23c43c1de89864e01ad8418 Author: Chesnay Schepler AuthorDate: Tue Mar 15 13:47:22 2022 +010

[flink] branch release-1.13 updated: [hotfix] [docs] set Flink version to 1.13.6 in docs

2022-03-15 Thread knaufk
This is an automated email from the ASF dual-hosted git repository. knaufk 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 7315265 [hotfix] [docs] set Flink ve

[flink] branch release-1.14 updated: [hotfix] set Flink version to 1.14.4 in docs

2022-03-15 Thread knaufk
This is an automated email from the ASF dual-hosted git repository. knaufk 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 132bed9 [hotfix] set Flink version t

svn commit: r53094 - /release/flink/flink-1.14.3/

2022-03-15 Thread knaufk
Author: knaufk Date: Tue Mar 15 11:44:47 2022 New Revision: 53094 Log: Remove Flink 1.14.3 Removed: release/flink/flink-1.14.3/

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

2022-03-15 Thread knaufk
This is an automated email from the ASF dual-hosted git repository. knaufk 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 387bf1f Rebuild Website 387bf1f is descr

[flink-web] 04/04: add 1.14.4 release blog post

2022-03-15 Thread knaufk
This is an automated email from the ASF dual-hosted git repository. knaufk pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git commit 4d2fc04e50cdcbecfb427effbd03d9443dfcd33c Author: Konstantin Knauf AuthorDate: Fri Feb 25 13:26:05 2022 +0100 a

[flink-web] 03/04: [hotfix] fix release date of Flink 1.13.6

2022-03-15 Thread knaufk
This is an automated email from the ASF dual-hosted git repository. knaufk pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git commit 72b187448a1cbb90afebb5e4f1c966e0fa3fc3ad Author: Konstantin Knauf AuthorDate: Fri Feb 25 12:30:26 2022 +0100 [

[flink-web] 01/04: update quickstarts for Flink 1.14.4

2022-03-15 Thread knaufk
This is an automated email from the ASF dual-hosted git repository. knaufk pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git commit 7e863cdd90b0acf7eab4e9c3d91cb5940629846e Author: Konstantin Knauf AuthorDate: Fri Feb 25 12:28:56 2022 +0100 u

[flink-web] 02/04: update config.yaml for Flink 1.14.4

2022-03-15 Thread knaufk
This is an automated email from the ASF dual-hosted git repository. knaufk pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git commit 6bcff3df5fd7a311ca508d3bf30ad38ad83ca061 Author: Konstantin Knauf AuthorDate: Fri Feb 25 12:29:38 2022 +0100 u

[flink-web] branch asf-site updated (775ff53 -> 4d2fc04)

2022-03-15 Thread knaufk
This is an automated email from the ASF dual-hosted git repository. knaufk pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git. from 775ff53 Rebuild website new 7e863cd update quickstarts for Flink 1.14.4 new 6bcff3d update config.y

[GitHub] [flink-kubernetes-operator] SteNicholas commented on a change in pull request #62: [FLINK-26605] Check if JM can serve rest api calls every time before reconcile

2022-03-15 Thread GitBox
SteNicholas commented on a change in pull request #62: URL: https://github.com/apache/flink-kubernetes-operator/pull/62#discussion_r826826536 ## File path: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/service/FlinkService.java ## @@ -129,6 +129

[GitHub] [flink-kubernetes-operator] SteNicholas commented on a change in pull request #62: [FLINK-26605] Check if JM can serve rest api calls every time before reconcile

2022-03-15 Thread GitBox
SteNicholas commented on a change in pull request #62: URL: https://github.com/apache/flink-kubernetes-operator/pull/62#discussion_r826824807 ## File path: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/service/FlinkService.java ## @@ -129,6 +129

[flink-web] 02/02: Rebuild website

2022-03-15 Thread martijnvisser
This is an automated email from the ASF dual-hosted git repository. martijnvisser pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git commit 775ff5375325e8ccd4739a802b3254787279e074 Author: MartijnVisser AuthorDate: Mon Mar 14 16:52:36 2022 +0100

[flink-web] 01/02: [hotfix] Restore verification for Google Search Console

2022-03-15 Thread martijnvisser
This is an automated email from the ASF dual-hosted git repository. martijnvisser pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git commit a9d82ce84b2879c5decaba530c953f81c437c932 Author: MartijnVisser AuthorDate: Mon Mar 14 16:52:01 2022 +0100

[flink-web] branch asf-site updated (d6d14ef -> 775ff53)

2022-03-15 Thread martijnvisser
This is an automated email from the ASF dual-hosted git repository. martijnvisser pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git. from d6d14ef rebuild website new a9d82ce [hotfix] Restore verification for Google Search Console n

[flink] branch master updated: [FLINK-26177][Connector/pulsar] Use mocked pulsar runtime instead of embedded runtime and enable tests.

2022-03-15 Thread fpaul
This is an automated email from the ASF dual-hosted git repository. fpaul 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 1572908 [FLINK-26177][Connector/pulsar] Use mocke

[flink] branch release-1.13 updated (98c20ce -> 2a15802)

2022-03-15 Thread chesnay
This is an automated email from the ASF dual-hosted git repository. chesnay pushed a change to branch release-1.13 in repository https://gitbox.apache.org/repos/asf/flink.git. from 98c20ce [FLINK-15550][runtime] Debug logging for TaskTest add 2a15802 [FLINK-25771][cassandra][tests] Re

[flink] branch release-1.14 updated: [FLINK-25771][cassandra][tests] Remove keyspace drop

2022-03-15 Thread chesnay
This is an automated email from the ASF dual-hosted git repository. chesnay 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 e0aae11 [FLINK-25771][cassandra][te

[flink] branch release-1.15 updated: [FLINK-25771][cassandra][tests] Remove keyspace drop

2022-03-15 Thread chesnay
This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch release-1.15 in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/release-1.15 by this push: new 5e160cc [FLINK-25771][cassandra][te

[GitHub] [flink-kubernetes-operator] bgeng777 commented on a change in pull request #62: [FLINK-26605] Check if JM can serve rest api calls every time before reconcile

2022-03-15 Thread GitBox
bgeng777 commented on a change in pull request #62: URL: https://github.com/apache/flink-kubernetes-operator/pull/62#discussion_r826786605 ## File path: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/config/FlinkOperatorConfiguration.java ## @@ -

[flink] branch master updated: [FLINK-25771][cassandra][tests] Remove keyspace drop

2022-03-15 Thread chesnay
This is an automated email from the ASF dual-hosted git repository. chesnay 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 3bb6fa3 [FLINK-25771][cassandra][tests] Remove

[GitHub] [flink-kubernetes-operator] wangyang0918 commented on a change in pull request #62: [FLINK-26605] Check if JM can serve rest api calls every time before reconcile

2022-03-15 Thread GitBox
wangyang0918 commented on a change in pull request #62: URL: https://github.com/apache/flink-kubernetes-operator/pull/62#discussion_r826783907 ## File path: .github/workflows/ci.yml ## @@ -52,7 +52,7 @@ jobs: export SHELL=/bin/bash export DOCKER_BUILDKIT=

[GitHub] [flink-kubernetes-operator] gyfora commented on a change in pull request #62: [FLINK-26605] Check if JM can serve rest api calls every time before reconcile

2022-03-15 Thread GitBox
gyfora commented on a change in pull request #62: URL: https://github.com/apache/flink-kubernetes-operator/pull/62#discussion_r826781766 ## File path: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/config/FlinkOperatorConfiguration.java ## @@ -38

[GitHub] [flink-kubernetes-operator] gyfora merged pull request #64: [FLINK-26646][hotfix] Make append explicit for config overrides

2022-03-15 Thread GitBox
gyfora merged pull request #64: URL: https://github.com/apache/flink-kubernetes-operator/pull/64 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: c

[flink-kubernetes-operator] branch main updated (d2479f7 -> 81593ec)

2022-03-15 Thread gyfora
This is an automated email from the ASF dual-hosted git repository. gyfora pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git. from d2479f7 [FLINK-26510] Add javadoc to all CRD fields + generate doc page from it add 81593ec

[GitHub] [flink-kubernetes-operator] wangyang0918 commented on a change in pull request #64: [FLINK-26646][hotfix] Make append explicit for config overrides

2022-03-15 Thread GitBox
wangyang0918 commented on a change in pull request #64: URL: https://github.com/apache/flink-kubernetes-operator/pull/64#discussion_r826755891 ## File path: helm/flink-operator/values.yaml ## @@ -58,7 +58,7 @@ webhook: operatorConfiguration: create: true # Set append to

[GitHub] [flink-kubernetes-operator] gyfora commented on a change in pull request #64: [FLINK-26646][hotfix] Make append explicit for config overrides

2022-03-15 Thread GitBox
gyfora commented on a change in pull request #64: URL: https://github.com/apache/flink-kubernetes-operator/pull/64#discussion_r826750620 ## File path: helm/flink-operator/values.yaml ## @@ -58,7 +58,7 @@ webhook: operatorConfiguration: create: true # Set append to false

[GitHub] [flink-kubernetes-operator] gyfora commented on pull request #62: [FLINK-26605] Check if JM can serve rest api calls every time before reconcile

2022-03-15 Thread GitBox
gyfora commented on pull request #62: URL: https://github.com/apache/flink-kubernetes-operator/pull/62#issuecomment-1067746483 @bgeng777 I think if we remove OPERATOR_OBSERVER_REST_READY_DELAY_IN_SEC we can simply use the `progressCheckIntervalSeconds` which would be the same interval as

[GitHub] [flink-kubernetes-operator] wangyang0918 commented on pull request #57: [FLINK-26612] Set up Flink Kubernetes Operator Document Website

2022-03-15 Thread GitBox
wangyang0918 commented on pull request #57: URL: https://github.com/apache/flink-kubernetes-operator/pull/57#issuecomment-1067745337 Sounds great. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[flink-kubernetes-operator] branch main updated (ec2e0a1 -> d2479f7)

2022-03-15 Thread gyfora
This is an automated email from the ASF dual-hosted git repository. gyfora pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git. from ec2e0a1 [FLINK-26528] Trigger the updateControl only when the FlinkDeployment have changed ad

[GitHub] [flink-kubernetes-operator] wangyang0918 commented on a change in pull request #64: [FLINK-26646][hotfix] Make append explicit for config overrides

2022-03-15 Thread GitBox
wangyang0918 commented on a change in pull request #64: URL: https://github.com/apache/flink-kubernetes-operator/pull/64#discussion_r826744741 ## File path: helm/flink-operator/values.yaml ## @@ -58,7 +58,7 @@ webhook: operatorConfiguration: create: true # Set append to

[GitHub] [flink-kubernetes-operator] wangyang0918 commented on a change in pull request #61: [FLINK-26510] Add javadoc to all CRD fields + generate doc page from it

2022-03-15 Thread GitBox
wangyang0918 commented on a change in pull request #61: URL: https://github.com/apache/flink-kubernetes-operator/pull/61#discussion_r826736922 ## File path: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/crd/status/JobStatus.java ## @@ -24,16 +24

[GitHub] [flink-kubernetes-operator] gyfora commented on pull request #57: [FLINK-26612] Set up Flink Kubernetes Operator Document Website

2022-03-15 Thread GitBox
gyfora commented on pull request #57: URL: https://github.com/apache/flink-kubernetes-operator/pull/57#issuecomment-1067742250 @wangyang0918 we still probably need some steps to hook it up to the Flink webpage, but we should first add the bulk of the content I think. We will work on in it

  1   2   >