[GitHub] [flink-kubernetes-operator] morhidi commented on a change in pull request #67: [FLINK-26545] Ingress rules in managed namespace (don't merge)

2022-03-16 Thread GitBox
morhidi commented on a change in pull request #67: URL: https://github.com/apache/flink-kubernetes-operator/pull/67#discussion_r828788151 ## File path: helm/flink-operator/templates/ingress.yaml ## @@ -17,6 +17,23 @@ ##

[flink] branch release-1.14 updated: [hotfix][ci] Try to fix the e2e ci pipeline upgrading the libssl version

2022-03-16 Thread gaoyunhaii
This is an automated email from the ASF dual-hosted git repository. gaoyunhaii 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 8ed5046 [hotfix][ci] Try to fix

[flink] branch release-1.15 updated: [hotfix][ci] Try to fix the e2e ci pipeline upgrading the libssl version

2022-03-16 Thread gaoyunhaii
This is an automated email from the ASF dual-hosted git repository. gaoyunhaii 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 311122c [hotfix][ci] Try to fix

[flink] branch master updated: [hotfix][ci] Try to fix the e2e ci pipeline upgrading the libssl version

2022-03-16 Thread gaoyunhaii
This is an automated email from the ASF dual-hosted git repository. gaoyunhaii 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 cbf2ab0 [hotfix][ci] Try to fix the e2e ci p

[GitHub] [flink-kubernetes-operator] morhidi commented on a change in pull request #67: [FLINK-26545] Ingress rules in managed namespace (don't merge)

2022-03-16 Thread GitBox
morhidi commented on a change in pull request #67: URL: https://github.com/apache/flink-kubernetes-operator/pull/67#discussion_r828788151 ## File path: helm/flink-operator/templates/ingress.yaml ## @@ -17,6 +17,23 @@ ##

[flink] branch master updated (9851ad0 -> 7a08fe4)

2022-03-16 Thread guoyangze
This is an automated email from the ASF dual-hosted git repository. guoyangze pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from 9851ad0 [FLINK-26641][client] Request the job status directly from the rest api add 7a08fe4 [hotfix][test]

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

[flink] branch release-1.14 updated: [FLINK-26607][python] Correct the MAX_LONG_VALUE/MIN_LONG_VALUE in several places

2022-03-16 Thread dianfu
This is an automated email from the ASF dual-hosted git repository. dianfu 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 dc62cc4 [FLINK-26607][python] Correc

[flink] branch release-1.15 updated: [FLINK-26607][python] Correct the MAX_LONG_VALUE/MIN_LONG_VALUE in several places

2022-03-16 Thread dianfu
This is an automated email from the ASF dual-hosted git repository. dianfu 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 891ec9d [FLINK-26607][python] Correc

[GitHub] [flink-kubernetes-operator] morhidi commented on a change in pull request #67: [FLINK-26545] Ingress rules in managed namespace (don't merge)

2022-03-16 Thread GitBox
morhidi commented on a change in pull request #67: URL: https://github.com/apache/flink-kubernetes-operator/pull/67#discussion_r828730760 ## File path: helm/flink-operator/templates/ingress.yaml ## @@ -17,6 +17,23 @@ ##

[flink-table-store] branch master updated: [hotfix] Fix the config casting in TableStoreFactory.enrichOptions

2022-03-16 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 29aee6d [hotfix] Fix the confi

[GitHub] [flink-kubernetes-operator] wangyang0918 merged pull request #65: [FLINK-26649] Add startTime in JobStatus

2022-03-16 Thread GitBox
wangyang0918 merged pull request #65: URL: https://github.com/apache/flink-kubernetes-operator/pull/65 -- 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-m

[flink-kubernetes-operator] branch main updated: [FLINK-26649] Add startTime in JobStatus

2022-03-16 Thread wangyang0918
This is an automated email from the ASF dual-hosted git repository. wangyang0918 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 021aec1 [FLINK-26649] Add

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

2022-03-16 Thread GitBox
wangyang0918 commented on pull request #65: URL: https://github.com/apache/flink-kubernetes-operator/pull/65#issuecomment-1069911507 Merging this PR. -- 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] wangyang0918 commented on pull request #75: [FLINK-26640] Make FlinkVersion enum and required

2022-03-16 Thread GitBox
wangyang0918 commented on pull request #75: URL: https://github.com/apache/flink-kubernetes-operator/pull/75#issuecomment-1069906445 > I am wondering if we should require the user to explicitly set the flink version or provide a default value like I did now It is not very easy to pr

[GitHub] [flink-kubernetes-operator] wangyang0918 commented on a change in pull request #75: [FLINK-26640] Make FlinkVersion enum and required

2022-03-16 Thread GitBox
wangyang0918 commented on a change in pull request #75: URL: https://github.com/apache/flink-kubernetes-operator/pull/75#discussion_r828689234 ## File path: helm/flink-operator/crds/flinkdeployments.flink.apache.org-v1.yml ## @@ -26,6 +26,22 @@ spec: serviceAcco

[GitHub] [flink-kubernetes-operator] wangyang0918 commented on a change in pull request #67: [FLINK-26545] Ingress rules in managed namespace (don't merge)

2022-03-16 Thread GitBox
wangyang0918 commented on a change in pull request #67: URL: https://github.com/apache/flink-kubernetes-operator/pull/67#discussion_r828672167 ## File path: helm/flink-operator/templates/ingress.yaml ## @@ -17,6 +17,23 @@ #

[GitHub] [flink-kubernetes-operator] wangyang0918 commented on a change in pull request #67: [FLINK-26545] Ingress rules in managed namespace (don't merge)

2022-03-16 Thread GitBox
wangyang0918 commented on a change in pull request #67: URL: https://github.com/apache/flink-kubernetes-operator/pull/67#discussion_r828672167 ## File path: helm/flink-operator/templates/ingress.yaml ## @@ -17,6 +17,23 @@ #

[flink] 03/03: [FLINK-26641][client] Request the job status directly from the rest api

2022-03-16 Thread guoyangze
This is an automated email from the ASF dual-hosted git repository. guoyangze pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit 9851ad03c1b9eb529625b8f52c5c936b5b48cab7 Author: Yangze Guo AuthorDate: Tue Mar 15 16:50:02 2022 +0800 [FLINK-266

[flink] 02/03: [FLINK-26641][rest] Introduce rest api to fetch job status

2022-03-16 Thread guoyangze
This is an automated email from the ASF dual-hosted git repository. guoyangze pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit ddc97b5772a89ab7a97b4b7d0572c93704216129 Author: Yangze Guo AuthorDate: Tue Mar 15 15:21:24 2022 +0800 [FLINK-266

[flink] branch master updated (d2d0065 -> 9851ad0)

2022-03-16 Thread guoyangze
This is an automated email from the ASF dual-hosted git repository. guoyangze pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from d2d0065 [FLINK-26607][python] Correct the MAX_LONG_VALUE/MIN_LONG_VALUE in several places new 3a80185 [hotf

[flink] 01/03: [hotfix][doc] Re-generate rest docs

2022-03-16 Thread guoyangze
This is an automated email from the ASF dual-hosted git repository. guoyangze pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit 3a80185ed5f063022523bd83e58c1b6e1e040af4 Author: Yangze Guo AuthorDate: Tue Mar 15 16:27:40 2022 +0800 [hotfix][d

[flink] branch master updated (736e596 -> d2d0065)

2022-03-16 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 736e596 [FLINK-26658][docs] Setup cron builds add d2d0065 [FLINK-26607][python] Correct the MAX_LONG_VALUE/MIN

[flink] branch release-1.13 updated: [FLINK-26658][docs] Remove workflow file

2022-03-16 Thread chesnay
This is an automated email from the ASF dual-hosted git repository. chesnay 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 7c50872 [FLINK-26658][docs] Remove

[flink] branch master updated: [FLINK-26658][docs] Setup cron builds

2022-03-16 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 736e596 [FLINK-26658][docs] Setup cron builds 7

[flink] branch master updated (2a85ac4 -> d03b063)

2022-03-16 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 2a85ac4 [FLINK-26658][docs] Pin actions/checkout version add d03b063 [FLINK-26658][docs] Allow running workflo

[flink] branch release-1.15 updated: [FLINK-26658][docs] Migrate documentation build to Github Actions

2022-03-16 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 991c74a [FLINK-26658][docs] Migrate

[flink] branch release-1.14 updated: [FLINK-26658][docs] Migrate documentation build to Github Actions

2022-03-16 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 be69190 [FLINK-26658][docs] Migrate

[flink] branch master updated: [FLINK-26658][docs] Pin actions/checkout version

2022-03-16 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 2a85ac4 [FLINK-26658][docs] Pin actions/checkou

[flink] branch release-1.13 updated: [FLINK-26658][docs] Migrate documentation build to Github Actions

2022-03-16 Thread chesnay
This is an automated email from the ASF dual-hosted git repository. chesnay 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 1145341 [FLINK-26658][docs] Migrate

[GitHub] [flink-kubernetes-operator] gyfora commented on pull request #75: [FLINK-26640] Make FlinkVersion enum and required

2022-03-16 Thread GitBox
gyfora commented on pull request #75: URL: https://github.com/apache/flink-kubernetes-operator/pull/75#issuecomment-1069585554 I am wondering if we should require the user to explicitly set the flink version or provide a default value like I did now -- This is an automated message from

[GitHub] [flink-kubernetes-operator] gyfora commented on pull request #75: [FLINK-26640] Make FlinkVersion enum and required

2022-03-16 Thread GitBox
gyfora commented on pull request #75: URL: https://github.com/apache/flink-kubernetes-operator/pull/75#issuecomment-1069584409 Updated the PR @tweise please take a look -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [flink-kubernetes-operator] tweise commented on a change in pull request #75: [FLINK-26640] Make FlinkVersion enum and required

2022-03-16 Thread GitBox
tweise commented on a change in pull request #75: URL: https://github.com/apache/flink-kubernetes-operator/pull/75#discussion_r828299762 ## File path: helm/flink-operator/crds/flinkdeployments.flink.apache.org-v1.yml ## @@ -26,6 +26,22 @@ spec: serviceAccount:

[GitHub] [flink-kubernetes-operator] morhidi commented on a change in pull request #75: [FLINK-26640] Make FlinkVersion enum and required

2022-03-16 Thread GitBox
morhidi commented on a change in pull request #75: URL: https://github.com/apache/flink-kubernetes-operator/pull/75#discussion_r828306476 ## File path: helm/flink-operator/crds/flinkdeployments.flink.apache.org-v1.yml ## @@ -26,6 +26,22 @@ spec: serviceAccount:

[GitHub] [flink-kubernetes-operator] gyfora commented on a change in pull request #75: [FLINK-26640] Make FlinkVersion enum and required

2022-03-16 Thread GitBox
gyfora commented on a change in pull request #75: URL: https://github.com/apache/flink-kubernetes-operator/pull/75#discussion_r828302232 ## File path: helm/flink-operator/crds/flinkdeployments.flink.apache.org-v1.yml ## @@ -26,6 +26,22 @@ spec: serviceAccount:

[GitHub] [flink-kubernetes-operator] gyfora opened a new pull request #74: [FLINK-26676] Make ClusterIP the default rest service type

2022-03-16 Thread GitBox
gyfora opened a new pull request #74: URL: https://github.com/apache/flink-kubernetes-operator/pull/74 This is intended to solve some problems encountered when watching specific / multiple namespaces. cc @mbalassi @wangyang0918 -- This is an automated message from the Apache Git

[flink] 06/06: [hotfix][tests] Fixed wrong default value in test

2022-03-16 Thread mapohl
This is an automated email from the ASF dual-hosted git repository. mapohl pushed a commit to branch release-1.15 in repository https://gitbox.apache.org/repos/asf/flink.git commit 282079b86f80e60ad00afa01fe944d0b34b5e13a Author: Matthias Pohl AuthorDate: Tue Mar 15 21:22:28 2022 +0100 [hot

[flink] 05/06: [hotfix][docs] Adds missing JRS configuration parameter in Chinese documentation

2022-03-16 Thread mapohl
This is an automated email from the ASF dual-hosted git repository. mapohl pushed a commit to branch release-1.15 in repository https://gitbox.apache.org/repos/asf/flink.git commit 4e4d77bfba0a873878b96b4a0cac4786c64831f3 Author: Matthias Pohl AuthorDate: Tue Mar 15 21:06:32 2022 +0100 [hot

[flink] 04/06: [hotfix][runtime][test] Improves assert message

2022-03-16 Thread mapohl
This is an automated email from the ASF dual-hosted git repository. mapohl pushed a commit to branch release-1.15 in repository https://gitbox.apache.org/repos/asf/flink.git commit 7e768d5a734fcdabd0eeba0d56991f0aa9bf3ef1 Author: Matthias Pohl AuthorDate: Tue Mar 15 20:12:00 2022 +0100 [hot

[flink] 01/06: [FLINK-26652][runtime] Makes the cleanup not fail fatally

2022-03-16 Thread mapohl
This is an automated email from the ASF dual-hosted git repository. mapohl pushed a commit to branch release-1.15 in repository https://gitbox.apache.org/repos/asf/flink.git commit 0d8412fdac72a2a03fed482f05be21cf885580cc Author: Matthias Pohl AuthorDate: Tue Mar 15 15:59:08 2022 +0100 [FLI

[flink] 03/06: [hotfix][docs] Uses @OverrideDefault instead of noDefaultValue for exponential-delay.attempts

2022-03-16 Thread mapohl
This is an automated email from the ASF dual-hosted git repository. mapohl pushed a commit to branch release-1.15 in repository https://gitbox.apache.org/repos/asf/flink.git commit 9162c7e35ae6458e778832678ffe685f27f9fea7 Author: Matthias Pohl AuthorDate: Wed Mar 16 13:19:51 2022 +0100 [hot

[flink] 02/06: [hotfix][docs] Updates the default value from the fixed delay strategy

2022-03-16 Thread mapohl
This is an automated email from the ASF dual-hosted git repository. mapohl pushed a commit to branch release-1.15 in repository https://gitbox.apache.org/repos/asf/flink.git commit 51068fe0d894da5b43281f326e8fcbe39080d534 Author: Matthias Pohl AuthorDate: Tue Mar 15 16:14:59 2022 +0100 [hot

[flink] branch release-1.15 updated (cc7a6407 -> 282079b)

2022-03-16 Thread mapohl
This is an automated email from the ASF dual-hosted git repository. mapohl pushed a change to branch release-1.15 in repository https://gitbox.apache.org/repos/asf/flink.git. from cc7a6407 [FLINK-26573][test] Do not resolve the metadata file which is in progress new 0d8412f [FLINK-266

[flink] 06/06: [hotfix][tests] Fixed wrong default value in test

2022-03-16 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 9b73ebad3c18b1487c7dc54d672ffe9aead54e65 Author: Matthias Pohl AuthorDate: Tue Mar 15 21:22:28 2022 +0100 [hotfix][t

[flink] 03/06: [hotfix][docs] Uses @OverrideDefault instead of noDefaultValue for exponential-delay.attempts

2022-03-16 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 0f870d574767dad2a6fd428c7cf00509c3d68bd2 Author: Matthias Pohl AuthorDate: Wed Mar 16 13:19:51 2022 +0100 [hotfix][d

[flink] 02/06: [hotfix][docs] Updates the default value from the fixed delay strategy

2022-03-16 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 0e968232610861daf1fd9c911996266b9916bd46 Author: Matthias Pohl AuthorDate: Tue Mar 15 16:14:59 2022 +0100 [hotfix][d

[flink] branch master updated (5cb08e4 -> 9b73eba)

2022-03-16 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 5cb08e4 [hotfix][ci] Return tools/ci/docs.sh new dfdc36c [FLINK-26652][runtime] Makes the cleanup not fail fata

[flink] 05/06: [hotfix][docs] Adds missing JRS configuration parameter in Chinese documentation

2022-03-16 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 58d1781ea78a6d04c3402f50eb0a4818307e20a1 Author: Matthias Pohl AuthorDate: Tue Mar 15 21:06:32 2022 +0100 [hotfix][d

[flink] 04/06: [hotfix][runtime][test] Improves assert message

2022-03-16 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 21e16e12cc94ee80f8418ca9d122683bf26e8ccd Author: Matthias Pohl AuthorDate: Tue Mar 15 20:12:00 2022 +0100 [hotfix][r

[flink] 01/06: [FLINK-26652][runtime] Makes the cleanup not fail fatally

2022-03-16 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 dfdc36c9223a922834c3bae403fa983a218b0ad0 Author: Matthias Pohl AuthorDate: Tue Mar 15 15:59:08 2022 +0100 [FLINK-266

[GitHub] [flink-kubernetes-operator] gyfora commented on pull request #75: [FLINK-26640] Make FlinkVersion enum and required

2022-03-16 Thread GitBox
gyfora commented on pull request #75: URL: https://github.com/apache/flink-kubernetes-operator/pull/75#issuecomment-1069370030 cc @tweise -- 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 sp

[GitHub] [flink-kubernetes-operator] gyfora opened a new pull request #75: [FLINK-26640] Make FlinkVersion enum and required

2022-03-16 Thread GitBox
gyfora opened a new pull request #75: URL: https://github.com/apache/flink-kubernetes-operator/pull/75 This PR changes the FlinkVersion from string to enum. I simply copied the FlinkVersion enum from flink master so that we can adapt this directly once we bump the flink dep to at lea

[flink] branch master updated (c6521d8 -> 5cb08e4)

2022-03-16 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 c6521d8 [FLINK-26658][docs] Write docs to actual directory add 5cb08e4 [hotfix][ci] Return tools/ci/docs.sh N

[flink] branch master updated (febf9bd -> c6521d8)

2022-03-16 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 febf9bd [FLINK-26658][docs] Migrate documentation build to Github Actions add eff5bf1 [FLINK-26658][docs] Add

[flink] branch master updated: [FLINK-26658][docs] Migrate documentation build to Github Actions

2022-03-16 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 febf9bd [FLINK-26658][docs] Migrate documentati

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

2022-03-16 Thread GitBox
tweise merged pull request #56: URL: https://github.com/apache/flink-kubernetes-operator/pull/56 -- 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: [FLINK-26604][doc] add more information for Avro records support and clean up redundant content of bounded and unbounded data.

2022-03-16 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 579e554 [FLINK-26604][doc] add more infor

[flink-kubernetes-operator] branch main updated: [FLINK-26473] Check for deployment errors when listJobs fails

2022-03-16 Thread thw
This is an automated email from the ASF dual-hosted git repository. thw 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 4b7ffaa [FLINK-26473] Check for dep

[flink-kubernetes-operator] branch main updated: [FLINK-26612][hotfix] Change documentation link to align with build

2022-03-16 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 1c3efd8 [FLINK-26612][hotfix]

[flink] branch release-1.15 updated: [FLINK-26573][test] Do not resolve the metadata file which is in progress

2022-03-16 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 cc7a6407 [FLINK-26573][test] Do not re

[flink] branch master updated (cefcac6 -> b8bafc8)

2022-03-16 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 cefcac6 [FLINK-26613][streaming] Use Flink 1.13 sink committer operator uid pattern add b8bafc8 [FLINK-26573][t

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

2022-03-16 Thread GitBox
mbalassi merged pull request #72: URL: https://github.com/apache/flink-kubernetes-operator/pull/72 -- 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 commented on pull request #72: [FLINK-26612] Documentation build via GitHub actions

2022-03-16 Thread GitBox
mbalassi commented on pull request #72: URL: https://github.com/apache/flink-kubernetes-operator/pull/72#issuecomment-1069170773 Merging to be able to continue work on this, as far as I understand `rsynch` needs to run from the repo. -- This is an automated message from the Apache Git

[flink] 01/02: [FLINK-26613][streaming] Allow setting operator uid hashes for predefined sink operators

2022-03-16 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 commit 672829753015d24813cb4a949cbb0e36efb965ef Author: Fabian Paul AuthorDate: Mon Mar 14 10:41:00 2022 +0100 [FLINK-26613]

[flink] branch master updated (7c4c470 -> cefcac6)

2022-03-16 Thread fpaul
This is an automated email from the ASF dual-hosted git repository. fpaul pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from 7c4c470 [FLINK-26281][connectors/elasticsearch] setting default delivery guarantee to AT_LEAST_ONCE new 6728297

[flink] 02/02: [FLINK-26613][streaming] Use Flink 1.13 sink committer operator uid pattern

2022-03-16 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 commit cefcac6996b9f59dc7ea6ae6e9a7bb35ed4504cb Author: Fabian Paul AuthorDate: Tue Mar 15 13:13:02 2022 +0100 [FLINK-26613]

[flink-kubernetes-operator] branch main updated: [FLINK-26612] Documentation build via GitHub actions

2022-03-16 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 394df8f [FLINK-26612] Document

[flink] branch master updated (63b920b -> 7c4c470)

2022-03-16 Thread fpaul
This is an automated email from the ASF dual-hosted git repository. fpaul pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from 63b920b [FLINK-26418][runtime][test] Use java.io.tmpdir for tmpWorkingDir add 7c4c470 [FLINK-26281][connectors/

[flink] branch release-1.15 updated: [FLINK-26418][runtime][test] Use java.io.tmpdir for tmpWorkingDir

2022-03-16 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz 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 b6d5758 [FLINK-26418][runtime][

[flink] branch master updated (3c98598 -> 63b920b)

2022-03-16 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 3c98598 [FLINK-26106][runtime] Used 'filesystem' for state change log storage in BoundedSourceITCase add 6

[flink] branch release-1.15 updated: [FLINK-26106][runtime] Used 'filesystem' for state change log storage in BoundedSourceITCase

2022-03-16 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 537b871 [FLINK-26106][runtime] Used '

[flink] branch master updated: [FLINK-26106][runtime] Used 'filesystem' for state change log storage in BoundedSourceITCase

2022-03-16 Thread roman
This is an automated email from the ASF dual-hosted git repository. roman 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 3c98598 [FLINK-26106][runtime] Used 'filesystem'

[flink-statefun] branch master updated (f4dc3e9 -> 38f5518)

2022-03-16 Thread igal
This is an automated email from the ASF dual-hosted git repository. igal pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink-statefun.git. from f4dc3e9 [FLINK-25866][statefun] Support additional TLS configuration add 38f5518 [FLINK-26537][statefun]

[GitHub] [flink-kubernetes-operator] gyfora merged pull request #73: [FLINK-26662] Document logging & metrics configs for Operator

2022-03-16 Thread GitBox
gyfora merged pull request #73: URL: https://github.com/apache/flink-kubernetes-operator/pull/73 -- 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-26662] Document logging & metrics configs for Operator

2022-03-16 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 4ba1213 [FLINK-26662] Document l

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

2022-03-16 Thread GitBox
morhidi commented on a change in pull request #67: URL: https://github.com/apache/flink-kubernetes-operator/pull/67#discussion_r827898165 ## File path: helm/flink-operator/templates/ingress.yaml ## @@ -17,6 +17,23 @@ ##

[flink-table-store] branch master updated: [FLINK-26677] Make flink-connector-base dependency consistent

2022-03-16 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 b9bb177 [FLINK-26677] Make fli

[GitHub] [flink-kubernetes-operator] morhidi commented on pull request #73: [FLINK-26662] Document logging & metrics configs for Operator

2022-03-16 Thread GitBox
morhidi commented on pull request #73: URL: https://github.com/apache/flink-kubernetes-operator/pull/73#issuecomment-1068973733 cc @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 go to the s

[GitHub] [flink-kubernetes-operator] morhidi opened a new pull request #73: [FLINK-26662] Document logging & metrics configs for Operator

2022-03-16 Thread GitBox
morhidi opened a new pull request #73: URL: https://github.com/apache/flink-kubernetes-operator/pull/73 - added logging configuration to the docs - moved metrics configuration from `README.md` to the docs -- This is an automated message from the Apache Git Service. To respond to the me

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

2022-03-16 Thread GitBox
mbalassi opened a new pull request #72: URL: https://github.com/apache/flink-kubernetes-operator/pull/72 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

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

2022-03-16 Thread GitBox
wangyang0918 commented on a change in pull request #67: URL: https://github.com/apache/flink-kubernetes-operator/pull/67#discussion_r827817804 ## File path: helm/flink-operator/templates/ingress.yaml ## @@ -17,6 +17,23 @@ #

[flink] branch master updated (ae6c8cf -> 958894b)

2022-03-16 Thread mbalassi
This is an automated email from the ASF dual-hosted git repository. mbalassi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from ae6c8cf [FLINK-26520][table] Implement SEARCH operator in codegen add 958894b [FLINK-26166][runtime-web] Add

[flink] branch release-1.15 updated (e31c1b0 -> 828456b)

2022-03-16 Thread twalthr
This is an automated email from the ASF dual-hosted git repository. twalthr pushed a change to branch release-1.15 in repository https://gitbox.apache.org/repos/asf/flink.git. from e31c1b0 [FLINK-26063][runtime] Set current key before polling next PQ element add 828456b [FLINK-26520]

[flink-kubernetes-operator] branch main updated: [FLINK-26660] Specify eventsource name when watching multiple namespaces

2022-03-16 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 2642b35 [FLINK-26660] Specify ev

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

2022-03-16 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 dcaf4bd99219d0dd49bc6a2ee311f764f587cb1f Author: Jing Zhang AuthorDate: Wed Mar 16 15:13:16 2022 +0800 Add ji

[GitHub] [flink-kubernetes-operator] gyfora merged pull request #70: [FLINK-26660] Specify eventsource name when watching multiple namespaces

2022-03-16 Thread GitBox
gyfora merged pull request #70: URL: https://github.com/apache/flink-kubernetes-operator/pull/70 -- 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-web] 02/02: Rebuild website

2022-03-16 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 6347a8064c7bbe76ee1147a55360bf714b961c87 Author: Jing Zhang AuthorDate: Wed Mar 16 17:28:19 2022 +0800 Rebuil

[flink-web] branch asf-site updated (7e148d3 -> 6347a80)

2022-03-16 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 7e148d3 Rebuild website new dcaf4bd Add jing to the committer list new 6347a80 Rebuild website Th

[flink] branch master updated (b95037b -> ae6c8cf)

2022-03-16 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 b95037b [FLINK-26030][yarn] Set FLINK_LIB_DIR to 'lib' under working dir in YARN containers add ae6c8cf [FLIN

[flink-web] branch addBeyond updated (6c7b8fa -> a82584d)

2022-03-16 Thread jingzhang
This is an automated email from the ASF dual-hosted git repository. jingzhang pushed a change to branch addBeyond in repository https://gitbox.apache.org/repos/asf/flink-web.git. from 6c7b8fa Add jing to the committer list add a82584d Rebuild website No new revisions were added by th

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

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

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

2022-03-16 Thread GitBox
gyfora commented on a change in pull request #44: URL: https://github.com/apache/flink-kubernetes-operator/pull/44#discussion_r827749633 ## File path: helm/flink-operator/values.yaml ## @@ -61,6 +61,7 @@ operatorConfiguration: metrics.reporter.slf4j.interval: 5 MINUTE

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

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

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

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

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

2022-03-16 Thread GitBox
gyfora commented on a change in pull request #65: URL: https://github.com/apache/flink-kubernetes-operator/pull/65#discussion_r827695275 ## 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] wangyang0918 commented on a change in pull request #65: [FLINK-26649] Add startTime in JobStatus

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

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

2022-03-16 Thread GitBox
gyfora commented on a change in pull request #65: URL: https://github.com/apache/flink-kubernetes-operator/pull/65#discussion_r827691956 ## 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] wangyang0918 commented on a change in pull request #65: [FLINK-26649] Add startTime in JobStatus

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

[flink-web] branch addBeyond created (now 6c7b8fa)

2022-03-16 Thread jingzhang
This is an automated email from the ASF dual-hosted git repository. jingzhang pushed a change to branch addBeyond in repository https://gitbox.apache.org/repos/asf/flink-web.git. at 6c7b8fa Add jing to the committer list This branch includes the following new commits: new 6c7b8fa

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

2022-03-16 Thread jingzhang
This is an automated email from the ASF dual-hosted git repository. jingzhang pushed a commit to branch addBeyond in repository https://gitbox.apache.org/repos/asf/flink-web.git commit 6c7b8fa56a3af15946328308dcc8b50475f6d459 Author: Jing Zhang AuthorDate: Wed Mar 16 15:13:16 2022 +0800 Add

  1   2   >