[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-14 Thread GitBox
gyfora commented on a change in pull request #62: URL: https://github.com/apache/flink-kubernetes-operator/pull/62#discussion_r826622732 ## File path: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/service/FlinkService.java ## @@ -129,6 +132,26 @

[GitHub] [flink-kubernetes-operator] Aitozi commented on a change in pull request #58: [FLINK-26528] Trigger the updateControl only when the FlinkDeployment…

2022-03-14 Thread GitBox
Aitozi commented on a change in pull request #58: URL: https://github.com/apache/flink-kubernetes-operator/pull/58#discussion_r826619853 ## File path: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/observer/JobManagerDeploymentStatus.java ## @@ -

[GitHub] [flink-kubernetes-operator] gyfora merged pull request #60: [FLINK-26552] Try to use @EnableKubernetesMockClient(crud = true) in controller test

2022-03-14 Thread GitBox
gyfora merged pull request #60: URL: https://github.com/apache/flink-kubernetes-operator/pull/60 -- 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 (b72a61d -> f4c8bae)

2022-03-14 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 b72a61d [FLINK-26612] Set up Flink Kubernetes Operator Document Website add f4c8bae [FLINK-2

[GitHub] [flink-kubernetes-operator] Aitozi commented on a change in pull request #58: [FLINK-26528] Trigger the updateControl only when the FlinkDeployment…

2022-03-14 Thread GitBox
Aitozi commented on a change in pull request #58: URL: https://github.com/apache/flink-kubernetes-operator/pull/58#discussion_r826619398 ## File path: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/exception/DeploymentFailedException.java ## @@ -

[GitHub] [flink-kubernetes-operator] gyfora commented on a change in pull request #58: [FLINK-26528] Trigger the updateControl only when the FlinkDeployment…

2022-03-14 Thread GitBox
gyfora commented on a change in pull request #58: URL: https://github.com/apache/flink-kubernetes-operator/pull/58#discussion_r826616116 ## File path: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/observer/JobManagerDeploymentStatus.java ## @@ -

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

2022-03-14 Thread GitBox
gyfora merged pull request #57: URL: https://github.com/apache/flink-kubernetes-operator/pull/57 -- 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] branch master updated (eac5b97 -> d6a990d)

2022-03-14 Thread dianfu
This is an automated email from the ASF dual-hosted git repository. dianfu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from eac5b97 [FLINK-26506][python] Support StreamExecutionEnvironment.registerCachedFile in Python DataStream API ad

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

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

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

2022-03-14 Thread GitBox
morhidi commented on pull request #57: URL: https://github.com/apache/flink-kubernetes-operator/pull/57#issuecomment-1067575523 +1 LGTM -- 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 speci

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

2022-03-14 Thread GitBox
bgeng777 commented on pull request #62: URL: https://github.com/apache/flink-kubernetes-operator/pull/62#issuecomment-1067558879 cc @gyfora @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

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

2022-03-14 Thread GitBox
bgeng777 opened a new pull request #62: URL: https://github.com/apache/flink-kubernetes-operator/pull/62 - Add `isJobManagerServing()` method to use the rest call(i.e. "/jobs/overview") to check if JM can actually serve requests after JM is deployed. - Add the previous check in the `Bas

[GitHub] [flink-kubernetes-operator] Aitozi commented on pull request #58: [FLINK-26528] Trigger the updateControl only when the FlinkDeployment…

2022-03-14 Thread GitBox
Aitozi commented on pull request #58: URL: https://github.com/apache/flink-kubernetes-operator/pull/58#issuecomment-1067487304 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 t

[flink] branch master updated (c3244c3 -> eac5b97)

2022-03-14 Thread dianfu
This is an automated email from the ASF dual-hosted git repository. dianfu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from c3244c3 [FLINK-26444][python] Align the WindowAssigners with the Java DataStream API add eac5b97 [FLINK-26506]

[flink] branch master updated (c97af45 -> c3244c3)

2022-03-14 Thread dianfu
This is an automated email from the ASF dual-hosted git repository. dianfu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from c97af45 [FLINK-25800][docs] Update incorrect links in the datastream/execution_mode.md pages. This closes #18491

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

2022-03-14 Thread GitBox
kelemensanyi commented on a change in pull request #44: URL: https://github.com/apache/flink-kubernetes-operator/pull/44#discussion_r826485650 ## File path: flink-kubernetes-operator/src/test/java/org/apache/flink/kubernetes/operator/FlinkOperatorTest.java ## @@ -0,0 +1,64 @@

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

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

[flink] branch master updated: [FLINK-25800][docs] Update incorrect links in the datastream/execution_mode.md pages. This closes #18491

2022-03-14 Thread martijnvisser
This is an automated email from the ASF dual-hosted git repository. martijnvisser 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 c97af45 [FLINK-25800][docs] Update incorr

[flink-kubernetes-operator] branch main updated: Use localhost address when running outside k8s

2022-03-14 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 3bee794 Use localhost address wh

[GitHub] [flink-kubernetes-operator] gyfora merged pull request #54: Use localhost for REST API when running outside k8s

2022-03-14 Thread GitBox
gyfora merged pull request #54: URL: https://github.com/apache/flink-kubernetes-operator/pull/54 -- 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 #60: [FLINK-26552] Try to use @EnableKubernetesMockClient(crud = true) in controller test

2022-03-14 Thread GitBox
gyfora commented on pull request #60: URL: https://github.com/apache/flink-kubernetes-operator/pull/60#issuecomment-1067304304 But I can also do that in a followup :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [flink-kubernetes-operator] gyfora commented on pull request #60: [FLINK-26552] Try to use @EnableKubernetesMockClient(crud = true) in controller test

2022-03-14 Thread GitBox
gyfora commented on pull request #60: URL: https://github.com/apache/flink-kubernetes-operator/pull/60#issuecomment-1067303453 I think with this change you could also remove the mockserver related logic from the beginning of the `testUpgradeNotReadyCluster` method. -- This is an automat

[GitHub] [flink-kubernetes-operator] gyfora opened a new pull request #61: [FLINK-26510] Add javadoc to all CRD fields + generate doc page from it

2022-03-14 Thread GitBox
gyfora opened a new pull request #61: URL: https://github.com/apache/flink-kubernetes-operator/pull/61 This should be merged after https://github.com/apache/flink-kubernetes-operator/pull/57 -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [flink-kubernetes-operator] gyfora merged pull request #59: [FLINK-26620] Mark CRD classes experimental

2022-03-14 Thread GitBox
gyfora merged pull request #59: URL: https://github.com/apache/flink-kubernetes-operator/pull/59 -- 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-26620] Mark CRD classes experimental

2022-03-14 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 7e51889 [FLINK-26620] Mark CRD c

[GitHub] [flink-kubernetes-operator] tweise commented on pull request #54: Use localhost for REST API when running outside k8s

2022-03-14 Thread GitBox
tweise commented on pull request #54: URL: https://github.com/apache/flink-kubernetes-operator/pull/54#issuecomment-1067242705 @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] gyfora commented on pull request #59: [FLINK-26620] Mark CRD classes experimental

2022-03-14 Thread GitBox
gyfora commented on pull request #59: URL: https://github.com/apache/flink-kubernetes-operator/pull/59#issuecomment-1067148653 I think we need to annotate the enums also, they affect the schema of the generated crd and what can or cannot be submitted. So 100% part of the api :) -- This

[flink] branch master updated (9c77f13 -> 5c3bca5)

2022-03-14 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 9c77f13 [FLINK-25927][connectors][build] Consistent flink-connector-base usage add 5c3bca5 Update version

[flink] branch release-1.15 created (now 9c77f13)

2022-03-14 Thread gaoyunhaii
This is an automated email from the ASF dual-hosted git repository. gaoyunhaii pushed a change to branch release-1.15 in repository https://gitbox.apache.org/repos/asf/flink.git. at 9c77f13 [FLINK-25927][connectors][build] Consistent flink-connector-base usage No new revisions were adde

[GitHub] [flink-kubernetes-operator] SteNicholas opened a new pull request #60: [FLINK-26552] Try to use @EnableKubernetesMockClient(crud = true) in controller test

2022-03-14 Thread GitBox
SteNicholas opened a new pull request #60: URL: https://github.com/apache/flink-kubernetes-operator/pull/60 The controller test currently uses the `KubernetesMockserver` directly. We could try to use `@EnableKubernetesMockClient(crud = true)` in the `FlinkDeploymentControllerTest` test.

[GitHub] [flink-kubernetes-operator] SteNicholas commented on pull request #59: [FLINK-26620] Mark CRD classes experimental

2022-03-14 Thread GitBox
SteNicholas commented on pull request #59: URL: https://github.com/apache/flink-kubernetes-operator/pull/59#issuecomment-1067094347 @gyfora, IMO, the enums don't need to add the `@Experimental` annotation. -- This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [flink-kubernetes-operator] gyfora commented on pull request #59: [FLINK-26620] Mark CRD classes experimental

2022-03-14 Thread GitBox
gyfora commented on pull request #59: URL: https://github.com/apache/flink-kubernetes-operator/pull/59#issuecomment-1067035899 Should we also mark UpgradeMode and JobState? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [flink-kubernetes-operator] SteNicholas opened a new pull request #59: [FLINK-26620] Mark CRD classes experimental

2022-03-14 Thread GitBox
SteNicholas opened a new pull request #59: URL: https://github.com/apache/flink-kubernetes-operator/pull/59 We should mark the CRD classes experimental for the first preview release. This is the only API of the operator that we plan to release. **The brief change log** - Use `

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

2022-03-14 Thread GitBox
haoxins commented on pull request #50: URL: https://github.com/apache/flink-kubernetes-operator/pull/50#issuecomment-1067028672 > Hi @haoxins, > > I agree that connecting the operator namespace to the helm release namespace makes a lot of sense. Do you think making it so that if the

[flink] branch experiment_gha_docs updated: add random file

2022-03-14 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 27a330b add random f

[flink] branch experiment_gha_docs updated: ++

2022-03-14 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 8bf0406 ++ 8bf0406 i

[flink] branch experiment_gha_docs updated: add random file

2022-03-14 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 8736a34 add random f

[flink] branch experiment_gha_docs updated: +

2022-03-14 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 7d2339c + 7d2339c is

[flink] branch experiment_gha_docs updated: -f

2022-03-14 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 2dd1b18 -f 2dd1b18 i

[GitHub] [flink-kubernetes-operator] Aitozi opened a new pull request #58: [FLINK-26528] Trigger the updateControl only when the FlinkDeployment…

2022-03-14 Thread GitBox
Aitozi opened a new pull request #58: URL: https://github.com/apache/flink-kubernetes-operator/pull/58 … have changed This PR is meant to eliminate the duplicate status updating for `FlinkDeployment`. To achieve this, we compare the object with the original copy before reconcile. If

[flink] branch experiment_gha_docs updated: -d

2022-03-14 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 60e4c0b -d 60e4c0b i

[GitHub] [flink-kubernetes-operator] haoxins commented on a change in pull request #50: [FLINK-26594] Helm - Replace operatorNamespace with Release Namespace

2022-03-14 Thread GitBox
haoxins commented on a change in pull request #50: URL: https://github.com/apache/flink-kubernetes-operator/pull/50#discussion_r826116488 ## File path: helm/flink-operator/templates/serviceaccount.yaml ## @@ -22,7 +22,7 @@ apiVersion: v1 kind: ServiceAccount metadata: nam

[flink] branch experiment_gha_docs updated: add random file

2022-03-14 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 6bf39a4 add random f

[flink] branch master updated: [FLINK-25927][connectors][build] Consistent flink-connector-base usage

2022-03-14 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 9c77f13 [FLINK-25927][connectors][build] Consis

[flink] branch experiment_gha_docs updated: +x

2022-03-14 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 345f65c +x 345f65c i

[flink] branch experiment_gha_docs updated: ++

2022-03-14 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 b5192e7 ++ b5192e7 i

[flink] branch experiment_gha_docs updated: ++

2022-03-14 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 da7347b ++ da7347b i

[flink] branch experiment_gha_docs updated: ++

2022-03-14 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 d65f0eb ++ d65f0eb i

[flink] branch experiment_gha_docs updated: ++

2022-03-14 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 8dbe251 ++ 8dbe251 i

[flink] branch experiment_gha_docs updated: ++

2022-03-14 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 5276568 ++ 5276568 i

[flink] branch experiment_gha_docs updated: ++

2022-03-14 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 ae0071d ++ ae0071d i

[flink] branch experiment_gha_docs updated: ++

2022-03-14 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 1078333 ++ 1078333 i

[GitHub] [flink-kubernetes-operator] mbalassi commented on a change in pull request #50: [FLINK-26594] Helm - Replace operatorNamespace with Release Namespace

2022-03-14 Thread GitBox
mbalassi commented on a change in pull request #50: URL: https://github.com/apache/flink-kubernetes-operator/pull/50#discussion_r826053366 ## File path: helm/flink-operator/templates/serviceaccount.yaml ## @@ -22,7 +22,7 @@ apiVersion: v1 kind: ServiceAccount metadata: na

[flink] branch experiment_gha_docs updated: ++

2022-03-14 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 1115720 ++ 1115720 i

[flink] branch experiment_gha_docs updated: +

2022-03-14 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 bc83089 + bc83089 is

[flink] branch experiment_gha_docs updated: ++

2022-03-14 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 023d4e9 ++ 023d4e9 i

[flink] branch experiment_gha_docs updated: +

2022-03-14 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 99303cb + 99303cb is

[flink] branch experiment_gha_docs updated: ++++++

2022-03-14 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 6cdf12f ++ 6cdf1

[flink] branch experiment_gha_docs updated: ++++

2022-03-14 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 f48ca03 f48ca03

[flink] branch experiment_gha_docs updated: +++

2022-03-14 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 af2e7ec +++ af2e7ec

[flink] branch experiment_gha_docs updated: +

2022-03-14 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 6992980 + 6992980 is

[flink] branch experiment_gha_docs updated: ++

2022-03-14 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 ec6f04c ++ ec6f04c i

[flink] branch release-1.14 updated: [FLINK-24274][Documentation] Wrong parameter order in documentation of State Processor API

2022-03-14 Thread martijnvisser
This is an automated email from the ASF dual-hosted git repository. martijnvisser 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 9b62adb [FLINK-24274][Documen

[flink] branch master updated: [FLINK-24274][Documentation] Wrong parameter order in documentation of State Processor API

2022-03-14 Thread martijnvisser
This is an automated email from the ASF dual-hosted git repository. martijnvisser 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 5464618 [FLINK-24274][Documentation] Wron

[flink] branch experiment_gha_docs updated: +

2022-03-14 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 0f3afda + 0f3afda is

[flink] branch experiment_gha_docs updated: cleanup

2022-03-14 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 cf2bab5 cleanup cf2b

[flink] branch experiment_gha_docs updated: +delete

2022-03-14 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 3010a09 +delete 3010

[flink] branch experiment_gha_docs updated: test delete

2022-03-14 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 337084c test delete

[flink-table-store] branch master updated: [FLINK-26458] Rename Accumulator to MergeFunction

2022-03-14 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 bdda9cf [FLINK-26458] Rename A

[flink] branch master updated (e981675 -> 7fd6967)

2022-03-14 Thread mapohl
This is an automated email from the ASF dual-hosted git repository. mapohl pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from e981675 [FLINK-26501][e2e-tests] Added new exception to white list since the failed checkpoint exception is always l

[flink] 01/02: [FLINK-26596][runtime][test] Adds leadership loss handling

2022-03-14 Thread mapohl
This is an automated email from the ASF dual-hosted git repository. mapohl pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit 61d1f67c11f245d96f82e78c25f78ed2ca603919 Author: Matthias Pohl AuthorDate: Fri Mar 11 18:14:34 2022 +0100 [FLINK-265

[flink] 02/02: [hotfix][runtime][test] Removes obsolete CompletableFuture usage

2022-03-14 Thread mapohl
This is an automated email from the ASF dual-hosted git repository. mapohl pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit 7fd696764ad6642ced76e96e4228547954a4eb60 Author: Matthias Pohl AuthorDate: Fri Mar 11 18:18:52 2022 +0100 [hotfix][r

[flink] branch release-1.14 updated: [FLINK-26501][e2e-tests] Added new exception to white list since the failed checkpoint exception is always logging on the task manager site now

2022-03-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 416a0c1 [FLINK-26501][e2e-tests

[flink] branch master updated: [FLINK-26501][e2e-tests] Added new exception to white list since the failed checkpoint exception is always logging on the task manager site now

2022-03-14 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 e981675 [FLINK-26501][e2e-tests] Added new

[flink-kubernetes-operator] branch main updated: [FLINK-26546] Extract Observer Interface

2022-03-14 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 890547f [FLINK-26546] Extract Ob

[GitHub] [flink-kubernetes-operator] gyfora merged pull request #55: [FLINK-26546] Extract Observer Interface

2022-03-14 Thread GitBox
gyfora merged pull request #55: URL: https://github.com/apache/flink-kubernetes-operator/pull/55 -- 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 #55: [FLINK-26546] Extract Observer Interface

2022-03-14 Thread GitBox
gyfora commented on pull request #55: URL: https://github.com/apache/flink-kubernetes-operator/pull/55#issuecomment-1066719422 I also like the BaseXX approach, I think now we have a nice clean separation of observers, and reconcilers :) -- This is an automated message from the Apache G

[flink] branch master updated (c01e537 -> c83ec41)

2022-03-14 Thread twalthr
This is an automated email from the ASF dual-hosted git repository. twalthr pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from c01e537 [FLINK-25235][runtime] Re-enable ZooKeeper test with multi-component leader election (see FLINK-24038)

[flink] branch experiment_gha_docs updated: retry

2022-03-14 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 3478d50 retry 3478d5

[flink] branch experiment_gha_docs updated: v5

2022-03-14 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 9de144a v5 9de144a i

[flink] branch experiment_gha_docs updated: hmm?

2022-03-14 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 396511f hmm? 396511f

[flink] branch experiment_gha_docs updated: v4

2022-03-14 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 991bcae v4 991bcae i

[flink] 04/04: disable azure

2022-03-14 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 89cd9dcb583ae80f3ba89e972dfabbe061004592 Author: Chesnay Schepler AuthorDate: Mon Mar 14 12:21:59 2022 +010

[flink] 01/04: attempt1

2022-03-14 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 5217256ab7e4a19dc40f524e539d873fcef64546 Author: Chesnay Schepler AuthorDate: Mon Mar 14 11:38:14 2022 +010

[flink] 03/04: v3

2022-03-14 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 b0cda241f98407232b7f15c501d28cef84db75ff Author: Chesnay Schepler AuthorDate: Mon Mar 14 12:21:13 2022 +010

[flink] 02/04: attempt2

2022-03-14 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 42f07d2b018622ff93d9de6b266f954692a8a9c2 Author: Chesnay Schepler AuthorDate: Mon Mar 14 11:41:13 2022 +010

[flink] branch experiment_gha_docs created (now 89cd9dc)

2022-03-14 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. at 89cd9dc disable azure This branch includes the following new commits: new 5217256 attempt1

[flink] branch master updated (1a89976 -> c01e537)

2022-03-14 Thread mapohl
This is an automated email from the ASF dual-hosted git repository. mapohl pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from 1a89976 [FLINK-26532][metrics][test] using the numRecordsSend counter to get the correct metric add c01e537 [F

[flink-statefun] branch experiment_gha_docs updated: attempt2

2022-03-14 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-statefun.git The following commit(s) were added to refs/heads/experiment_gha_docs by this push: new 9124e68 att

[flink-statefun] branch experiment_gha_docs created (now 80f8ebe)

2022-03-14 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-statefun.git. at 80f8ebe attempt1 This branch includes the following new commits: new 80f8ebe attempt1

[flink-statefun] 01/01: attempt1

2022-03-14 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-statefun.git commit 80f8ebe90353857e4e3fe9e25dc0f26a51cf8362 Author: Chesnay Schepler AuthorDate: Mon Mar 14 11:48:17

[GitHub] [flink-kubernetes-operator] mbalassi opened a new pull request #57: [FLINK-26612] Set up Flink Kubernetes Operator Document Website

2022-03-14 Thread GitBox
mbalassi opened a new pull request #57: URL: https://github.com/apache/flink-kubernetes-operator/pull/57 Based on yunfengzhou-hub's work in https://github.com/apache/flink-ml/commit/1618e6dccf8265fa0622c249d5218f53df8a2d57. This contains the general tooling for the Flink docs, a quic

[flink] 01/02: attempt1

2022-03-14 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 5217256ab7e4a19dc40f524e539d873fcef64546 Author: Chesnay Schepler AuthorDate: Mon Mar 14 11:38:14 2022 +010

[flink] 02/02: attempt2

2022-03-14 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 42f07d2b018622ff93d9de6b266f954692a8a9c2 Author: Chesnay Schepler AuthorDate: Mon Mar 14 11:41:13 2022 +010

[flink] branch experiment_gha_docs updated (d054589 -> 42f07d2)

2022-03-14 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. discard d054589 attempt1 new 5217256 attempt1 new 42f07d2 attempt2 This update added new revisions

[flink] 01/01: attempt1

2022-03-14 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 d054589f5e03e3d1b6b03315dd8cb28436cd6df1 Author: Chesnay Schepler AuthorDate: Mon Mar 14 11:38:14 2022 +010

[flink] branch experiment_gha_docs created (now d054589)

2022-03-14 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. at d054589 attempt1 This branch includes the following new commits: new d054589 attempt1 The 1 re

[flink] branch master updated (15d22393 -> 1a89976)

2022-03-14 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 15d22393 [FLINK-26534][table-planner] shuffle by sink's primary key should cover the case that input changelog stream

[GitHub] [flink-kubernetes-operator] Aitozi commented on a change in pull request #55: [FLINK-26546] Extract Observer Interface

2022-03-14 Thread GitBox
Aitozi commented on a change in pull request #55: URL: https://github.com/apache/flink-kubernetes-operator/pull/55#discussion_r825702811 ## File path: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/observer/BaseObserver.java ## @@ -0,0 +1,117 @@

[flink] branch release-1.14 updated: [FLINK-24538][runtime][tests] Fix race condition when offering information to leader event queue in TestingRetrievalBase

2022-03-14 Thread mapohl
This is an automated email from the ASF dual-hosted git repository. mapohl 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 faad65c [FLINK-24538][runtime][tests

  1   2   >