Re: [PR] [FLINK-33534][runtime] Support configuring PARALLELISM_OVERRIDES during job submission [flink]

2023-12-17 Thread via GitHub
yunfengzhou-hub commented on code in PR #23944: URL: https://github.com/apache/flink/pull/23944#discussion_r1429620891 ## flink-clients/src/main/java/org/apache/flink/client/FlinkPipelineTranslationUtil.java: ## @@ -40,8 +43,16 @@ public static JobGraph getJobGraph(

Re: [PR] [FLINK-33704][BP 1.18][Filesytems] Update GCS filesystems to latest available versions [flink]

2023-12-17 Thread via GitHub
czchen commented on PR #23935: URL: https://github.com/apache/flink/pull/23935#issuecomment-1859660606 Shall be https://github.com/apache/flink/pull/23837 -- 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

[jira] [Created] (FLINK-33870) Split the HighAvailabilityServices into LeaderServices and PersistentServices

2023-12-17 Thread Yangze Guo (Jira)
Yangze Guo created FLINK-33870: -- Summary: Split the HighAvailabilityServices into LeaderServices and PersistentServices Key: FLINK-33870 URL: https://issues.apache.org/jira/browse/FLINK-33870 Project:

[jira] [Updated] (FLINK-32667) Enable users to independently adjust the high availability strategies related to jobs through configuration

2023-12-17 Thread Yangze Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yangze Guo updated FLINK-32667: --- Description: In OLAP scenarios, we only require the leader election services for the Dispatcher /

[jira] [Commented] (FLINK-25509) FLIP-208: Add RecordEvaluator to dynamically stop source based on de-serialized records

2023-12-17 Thread Dong Lin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-25509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17798026#comment-17798026 ] Dong Lin commented on FLINK-25509: -- [~ruanhang1993] I think we need to update flink-kafka-connector's

[jira] [Updated] (FLINK-32667) Enable users to independently adjust the high availability strategies related to jobs through configuration

2023-12-17 Thread Yangze Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yangze Guo updated FLINK-32667: --- Summary: Enable users to independently adjust the high availability strategies related to jobs

Re: [PR] [FLINK-33534][runtime] Support configuring PARALLELISM_OVERRIDES during job submission [flink]

2023-12-17 Thread via GitHub
JunRuiLee commented on code in PR #23944: URL: https://github.com/apache/flink/pull/23944#discussion_r1429569157 ## flink-clients/src/main/java/org/apache/flink/client/FlinkPipelineTranslationUtil.java: ## @@ -40,8 +43,16 @@ public static JobGraph getJobGraph(

[jira] [Comment Edited] (FLINK-33588) Fix Flink Checkpointing Statistics Bug

2023-12-17 Thread Tongtong Zhu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17798025#comment-17798025 ] Tongtong Zhu edited comment on FLINK-33588 at 12/18/23 6:52 AM:

[jira] [Commented] (FLINK-33588) Fix Flink Checkpointing Statistics Bug

2023-12-17 Thread Tongtong Zhu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17798025#comment-17798025 ] Tongtong Zhu commented on FLINK-33588: -- [~jingge] I have made the necessary modifications as per

[jira] [Updated] (FLINK-32667) Use standalone store and embedding writer for jobs with no-restart-strategy in session cluster

2023-12-17 Thread Yangze Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yangze Guo updated FLINK-32667: --- Parent: FLINK-33852 Issue Type: Sub-task (was: Improvement) > Use standalone store and

[jira] [Updated] (FLINK-32667) Use standalone store and embedding writer for jobs with no-restart-strategy in session cluster

2023-12-17 Thread Yangze Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yangze Guo updated FLINK-32667: --- Parent: (was: FLINK-25318) Issue Type: Improvement (was: Sub-task) > Use standalone

Re: [PR] [FLINK-31650][metrics][rest] Remove transient metrics for subtasks in terminal state [flink]

2023-12-17 Thread via GitHub
X-czh commented on code in PR #23447: URL: https://github.com/apache/flink/pull/23447#discussion_r1429559942 ## flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/legacy/metrics/MetricStore.java: ## @@ -126,9 +140,14 @@ public synchronized void

Re: [PR] [FLINK-33534][runtime] Support configuring PARALLELISM_OVERRIDES during job submission [flink]

2023-12-17 Thread via GitHub
yunfengzhou-hub commented on PR #23944: URL: https://github.com/apache/flink/pull/23944#issuecomment-1859639546 Thanks for the comments @reswqa. I have updated the PR according to the comments. -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] [FLINK-33534][runtime] Support configuring PARALLELISM_OVERRIDES during job submission [flink]

2023-12-17 Thread via GitHub
yunfengzhou-hub commented on PR #23944: URL: https://github.com/apache/flink/pull/23944#issuecomment-1859639249 @flinkbot run azure -- 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

Re: [PR] [FLINK-33534][runtime] Support configuring PARALLELISM_OVERRIDES during job submission [flink]

2023-12-17 Thread via GitHub
yunfengzhou-hub commented on code in PR #23944: URL: https://github.com/apache/flink/pull/23944#discussion_r1429556103 ## flink-optimizer/src/main/java/org/apache/flink/optimizer/plantranslate/JobGraphGenerator.java: ## @@ -153,6 +154,8 @@ public class JobGraphGenerator

Re: [PR] [FLINK-33798][statebackend/rocksdb] automatically clean up rocksdb logs when the task exited. [flink]

2023-12-17 Thread via GitHub
liming30 commented on code in PR #23922: URL: https://github.com/apache/flink/pull/23922#discussion_r1429554092 ## flink-state-backends/flink-statebackend-rocksdb/src/test/java/org/apache/flink/contrib/streaming/state/RocksDBStateBackendConfigTest.java: ## @@ -359,6 +361,50 @@

Re: [PR] [FLINK-33534][runtime] Support configuring PARALLELISM_OVERRIDES during job submission [flink]

2023-12-17 Thread via GitHub
reswqa commented on code in PR #23944: URL: https://github.com/apache/flink/pull/23944#discussion_r1429533482 ## flink-optimizer/src/main/java/org/apache/flink/optimizer/plantranslate/JobGraphGenerator.java: ## @@ -153,6 +154,8 @@ public class JobGraphGenerator implements

[jira] [Commented] (FLINK-32346) JdbcNumericBetweenParametersProvider Sharding key boundaries large storage long integer overflow, use BigDecimal instead Long

2023-12-17 Thread zhilinli (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17798019#comment-17798019 ] zhilinli commented on FLINK-32346: -- Hi  Community gods Can I support this feature? If this feature is

Re: [PR] [FLINK-33534][runtime] Support configuring PARALLELISM_OVERRIDES during job submission [flink]

2023-12-17 Thread via GitHub
flinkbot commented on PR #23944: URL: https://github.com/apache/flink/pull/23944#issuecomment-1859594720 ## CI report: * baad6c06ef71afca753ef0c5f8fb2af0a3e8c2ce UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[jira] [Updated] (FLINK-33534) PipelineOptions.PARALLELISM_OVERRIDES is not picked up from jar submission request

2023-12-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-33534: --- Labels: pull-request-available (was: ) > PipelineOptions.PARALLELISM_OVERRIDES is not

[PR] [FLINK-33534][runtime] Support configuring PARALLELISM_OVERRIDES during job submission [flink]

2023-12-17 Thread via GitHub
yunfengzhou-hub opened a new pull request, #23944: URL: https://github.com/apache/flink/pull/23944 ## What is the purpose of the change This pull request supports configuring the PARALLELISM_OVERRIDES configuration during the job submission process. Before this PR, Flink has

Re: [PR] [FLINK-31650][metrics][rest] Remove transient metrics for subtasks in terminal state [flink]

2023-12-17 Thread via GitHub
wanglijie95 commented on code in PR #23447: URL: https://github.com/apache/flink/pull/23447#discussion_r1429465647 ## flink-runtime/src/main/java/org/apache/flink/runtime/messages/webmonitor/JobDetails.java: ## @@ -355,16 +356,21 @@ public String toString() { /** *

Re: [PR] [FLINK-31650][metrics][rest] Remove transient metrics for subtasks in terminal state [flink]

2023-12-17 Thread via GitHub
JunRuiLee commented on code in PR #23447: URL: https://github.com/apache/flink/pull/23447#discussion_r1429512642 ## flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/legacy/metrics/MetricStore.java: ## @@ -126,9 +140,14 @@ public synchronized void

[jira] [Comment Edited] (FLINK-33565) The concurrentExceptions doesn't work

2023-12-17 Thread Rui Fan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17798003#comment-17798003 ] Rui Fan edited comment on FLINK-33565 at 12/18/23 4:21 AM: --- Hi [~mapohl], I

[jira] [Commented] (FLINK-33565) The concurrentExceptions doesn't work

2023-12-17 Thread Rui Fan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17798003#comment-17798003 ] Rui Fan commented on FLINK-33565: - Hi [~mapohl], I have finished the POC, and wanna to check whether my

[jira] [Updated] (FLINK-33565) The concurrentExceptions doesn't work

2023-12-17 Thread Rui Fan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rui Fan updated FLINK-33565: Attachment: screenshot-1.png > The concurrentExceptions doesn't work >

[jira] [Commented] (FLINK-25509) FLIP-208: Add RecordEvaluator to dynamically stop source based on de-serialized records

2023-12-17 Thread Hang Ruan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-25509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17798000#comment-17798000 ] Hang Ruan commented on FLINK-25509: --- Hi, [~martijnvisser] & [~lindong] . The Flink 1.18 has been

Re: [PR] [FLINK-33795] Add a new config to forbid autoscale execution in the configured excluded periods [flink-kubernetes-operator]

2023-12-17 Thread via GitHub
flashJd commented on code in PR #728: URL: https://github.com/apache/flink-kubernetes-operator/pull/728#discussion_r1429453681 ## flink-autoscaler/src/main/java/org/apache/flink/autoscaler/utils/AutoScalerUtils.java: ## @@ -94,4 +99,106 @@ public static boolean

Re: [PR] [FLINK-33795] Add a new config to forbid autoscale execution in the configured excluded periods [flink-kubernetes-operator]

2023-12-17 Thread via GitHub
flashJd commented on code in PR #728: URL: https://github.com/apache/flink-kubernetes-operator/pull/728#discussion_r1429452589 ## flink-autoscaler/src/main/java/org/apache/flink/autoscaler/utils/AutoScalerUtils.java: ## @@ -94,4 +99,108 @@ public static boolean

Re: [PR] [FLINK-31650][metrics][rest] Remove transient metrics for subtasks in terminal state [flink]

2023-12-17 Thread via GitHub
X-czh commented on PR #23447: URL: https://github.com/apache/flink/pull/23447#issuecomment-1859486000 @wanglijie95 Kindly remind~ Could you help take a look when you have time? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[jira] [Created] (FLINK-33868) Add checkpoint metrics: the latency to write the file

2023-12-17 Thread Jufang He (Jira)
Jufang He created FLINK-33868: - Summary: Add checkpoint metrics: the latency to write the file Key: FLINK-33868 URL: https://issues.apache.org/jira/browse/FLINK-33868 Project: Flink Issue Type:

[jira] [Created] (FLINK-33869) Add checkpoint metrics: the latency to close the file

2023-12-17 Thread Jufang He (Jira)
Jufang He created FLINK-33869: - Summary: Add checkpoint metrics: the latency to close the file Key: FLINK-33869 URL: https://issues.apache.org/jira/browse/FLINK-33869 Project: Flink Issue Type:

[jira] [Created] (FLINK-33867) Add checkpoint metrics: the rate of file write

2023-12-17 Thread Jufang He (Jira)
Jufang He created FLINK-33867: - Summary: Add checkpoint metrics: the rate of file write Key: FLINK-33867 URL: https://issues.apache.org/jira/browse/FLINK-33867 Project: Flink Issue Type:

[jira] [Updated] (FLINK-33856) Add metrics to monitor the interaction performance between task and external storage system in the process of checkpoint making

2023-12-17 Thread Jufang He (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jufang He updated FLINK-33856: -- Description: When Flink makes a checkpoint, the interaction performance with the external file

Re: [PR] [FLINK-30960] Fix a corner case oom error [flink-connector-jdbc]

2023-12-17 Thread via GitHub
bs352 commented on code in PR #77: URL: https://github.com/apache/flink-connector-jdbc/pull/77#discussion_r1429434411 ## flink-connector-jdbc/src/main/java/org/apache/flink/connector/jdbc/internal/JdbcOutputFormat.java: ## @@ -153,6 +153,16 @@ public void open(int taskNumber,

Re: [PR] [FLINK-30535] Introduce TTL state based benchmarks [flink-benchmarks]

2023-12-17 Thread via GitHub
Myasuka commented on code in PR #83: URL: https://github.com/apache/flink-benchmarks/pull/83#discussion_r1429398494 ## src/main/java/org/apache/flink/state/benchmark/ttl/TtlListStateBenchmark.java: ## @@ -0,0 +1,150 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

Re: [PR] [FLINK-32993][table] Datagen connector handles length-constrained fields according to the schema definition by default [flink]

2023-12-17 Thread via GitHub
liyubin117 commented on code in PR #23678: URL: https://github.com/apache/flink/pull/23678#discussion_r1429393701 ## flink-table/flink-table-api-java-bridge/src/main/java/org/apache/flink/connector/datagen/table/DataGenTableSourceFactory.java: ## @@ -141,15 +143,15 @@ private

Re: [PR] [FLINK-32721] [planner] Support CharType for the MaxAggFunction [flink]

2023-12-17 Thread via GitHub
flinkbot commented on PR #23943: URL: https://github.com/apache/flink/pull/23943#issuecomment-1859429375 ## CI report: * ffc32e900cfb448b602f9134d6ea3e247564d722 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[PR] [FLINK-32721] [planner] Support CharType for the MaxAggFunction [flink]

2023-12-17 Thread via GitHub
liuyongvs opened a new pull request, #23943: URL: https://github.com/apache/flink/pull/23943 ## What is the purpose of the change *Support CharType for the MaxAggFunction.** ## Brief change log * Support CharType for the MaxAggFunction like MinAggFunction*

[jira] [Commented] (FLINK-33719) Cleanup the usage of deprecated StreamTableEnvironment#toRetractStream

2023-12-17 Thread Jane Chan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17797988#comment-17797988 ] Jane Chan commented on FLINK-33719: --- [~jackylau] assigned to you. > Cleanup the usage of deprecated

[jira] [Assigned] (FLINK-33719) Cleanup the usage of deprecated StreamTableEnvironment#toRetractStream

2023-12-17 Thread Jane Chan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jane Chan reassigned FLINK-33719: - Assignee: Jacky Lau > Cleanup the usage of deprecated StreamTableEnvironment#toRetractStream >

[jira] [Commented] (FLINK-32721) agg max/min supports char type

2023-12-17 Thread Jacky Lau (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17797987#comment-17797987 ] Jacky Lau commented on FLINK-32721: --- hi [~lsy] sorry for late response, i will modify it > agg

Re: [PR] [FLINK-32993][table] Datagen connector handles length-constrained fields according to the schema definition by default [flink]

2023-12-17 Thread via GitHub
LadyForest commented on code in PR #23678: URL: https://github.com/apache/flink/pull/23678#discussion_r1429375718 ## flink-table/flink-table-api-java-bridge/src/main/java/org/apache/flink/connector/datagen/table/DataGenTableSourceFactory.java: ## @@ -141,15 +143,15 @@ private

Re: [PR] [FLINK-33689][table-runtime] Fix JsonObjectAggFunction can't retract records when enabling LocalGlobal. [flink]

2023-12-17 Thread via GitHub
xuyangzhong commented on code in PR #23827: URL: https://github.com/apache/flink/pull/23827#discussion_r1429367900 ## flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/functions/aggregate/JsonObjectAggFunction.java: ## @@ -128,6 +137,15 @@ public void

[jira] [Created] (FLINK-33866) KafkaSinkBuilder in flink-connector-kafka references DeliveryGuarantee in flink-connector-base

2023-12-17 Thread Kurt Ostfeld (Jira)
Kurt Ostfeld created FLINK-33866: Summary: KafkaSinkBuilder in flink-connector-kafka references DeliveryGuarantee in flink-connector-base Key: FLINK-33866 URL: https://issues.apache.org/jira/browse/FLINK-33866

[jira] [Closed] (FLINK-33764) Incorporate GC / Heap metrics in autoscaler decisions

2023-12-17 Thread Gyula Fora (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gyula Fora closed FLINK-33764. -- Resolution: Fixed merged to main f6adb400e1c87f06faec948379c264eebba71166 > Incorporate GC / Heap

Re: [PR] [FLINK-33764] Track Heap usage and GC pressure to avoid unnecessary scaling [flink-kubernetes-operator]

2023-12-17 Thread via GitHub
gyfora merged PR #726: URL: https://github.com/apache/flink-kubernetes-operator/pull/726 -- 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:

Re: [PR] [FLINK-30535] Introduce TTL state based benchmarks [flink-benchmarks]

2023-12-17 Thread via GitHub
Zakelly commented on code in PR #83: URL: https://github.com/apache/flink-benchmarks/pull/83#discussion_r1429208690 ## src/main/java/org/apache/flink/state/benchmark/ttl/TtlListStateBenchmark.java: ## @@ -0,0 +1,150 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

Re: [PR] [FLINK-30535] Introduce TTL state based benchmarks [flink-benchmarks]

2023-12-17 Thread via GitHub
Zakelly commented on code in PR #83: URL: https://github.com/apache/flink-benchmarks/pull/83#discussion_r1429207983 ## src/main/java/org/apache/flink/state/benchmark/ttl/TtlStateBenchmarkBase.java: ## @@ -0,0 +1,48 @@ +package org.apache.flink.state.benchmark.ttl; + +import

Re: [PR] [FLINK-33859] Support OpenSearch v2 [flink-connector-opensearch]

2023-12-17 Thread via GitHub
reta commented on PR #38: URL: https://github.com/apache/flink-connector-opensearch/pull/38#issuecomment-1859212485 > this is what I tried to do and this is how it looks like with this PR Yep. it looks reasonable -- This is an automated message from the Apache Git Service. To

Re: [PR] [FLINK-30535] Introduce TTL state based benchmarks [flink-benchmarks]

2023-12-17 Thread via GitHub
Myasuka commented on code in PR #83: URL: https://github.com/apache/flink-benchmarks/pull/83#discussion_r1429199281 ## src/main/java/org/apache/flink/state/benchmark/ttl/TtlListStateBenchmark.java: ## @@ -0,0 +1,150 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

Re: [PR] [FLINK-33433][rest] Introduce async-profiler to support profiling Job… [flink]

2023-12-17 Thread via GitHub
Myasuka commented on code in PR #23820: URL: https://github.com/apache/flink/pull/23820#discussion_r1429195464 ## flink-runtime/src/test/java/org/apache/flink/runtime/util/profiler/ProfilingServiceTest.java: ## @@ -0,0 +1,170 @@ +/* + * Licensed to the Apache Software

Re: [PR] [FLINK-33433][rest] Introduce async-profiler to support profiling Job… [flink]

2023-12-17 Thread via GitHub
Myasuka commented on code in PR #23820: URL: https://github.com/apache/flink/pull/23820#discussion_r1429195243 ## flink-runtime/src/test/java/org/apache/flink/runtime/util/profiler/ProfilingServiceTest.java: ## @@ -0,0 +1,170 @@ +/* + * Licensed to the Apache Software

[jira] [Updated] (FLINK-33865) exponential-delay.attempts-before-reset-backoff doesn't work when it's set in Job Configuration

2023-12-17 Thread Rui Fan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rui Fan updated FLINK-33865: Description: exponential-delay.attempts-before-reset-backoff doesn't work when it's set in Job

Re: [PR] [FLINK-33865][runtime] Support setting `exponential-delay.attempts-before-reset-backoff` when it's set in Job Configuration [flink]

2023-12-17 Thread via GitHub
flinkbot commented on PR #23942: URL: https://github.com/apache/flink/pull/23942#issuecomment-1859194965 ## CI report: * fce08fa4150978ab8c7ea743ac17cacc6d565d26 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[jira] [Updated] (FLINK-33865) exponential-delay.attempts-before-reset-backoff doesn't work when it's set in Job Configuration

2023-12-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-33865: --- Labels: pull-request-available (was: ) > exponential-delay.attempts-before-reset-backoff

[PR] [FLINK-33865][runtime] Support setting `exponential-delay.attempts-before-reset-backoff` when it's set in Job Configuration [flink]

2023-12-17 Thread via GitHub
1996fanrui opened a new pull request, #23942: URL: https://github.com/apache/flink/pull/23942 Draft 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 go to the specific comment. To unsubscribe,

Re: [PR] [FLINK-33859] Support OpenSearch v2 [flink-connector-opensearch]

2023-12-17 Thread via GitHub
snuyanzin commented on PR #38: URL: https://github.com/apache/flink-connector-opensearch/pull/38#issuecomment-1859140916 at least we could build/test with what it is allowed this is what I tried to do and this is how it looks like with this PR | Opensearch| jdk8 | jdk11 | jdk17

[jira] [Commented] (FLINK-33862) Flink Unit Test Failures on 1.18.0

2023-12-17 Thread Martijn Visser (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17797908#comment-17797908 ] Martijn Visser commented on FLINK-33862: This isn't a command that you would use to build Flink

[jira] [Created] (FLINK-33865) exponential-delay.attempts-before-reset-backoff doesn't work when it's set in Job Configuration

2023-12-17 Thread Rui Fan (Jira)
Rui Fan created FLINK-33865: --- Summary: exponential-delay.attempts-before-reset-backoff doesn't work when it's set in Job Configuration Key: FLINK-33865 URL: https://issues.apache.org/jira/browse/FLINK-33865

Re: [PR] Update content.zh/docs/dev/table/overview.md [flink]

2023-12-17 Thread via GitHub
flinkbot commented on PR #23941: URL: https://github.com/apache/flink/pull/23941#issuecomment-1859082438 ## CI report: * 797c7d77b1b08af37e5e8ac3609cfee16f61cf2a UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[PR] Update content.zh/docs/dev/table/overview.md [flink]

2023-12-17 Thread via GitHub
shalk opened a new pull request, #23941: URL: https://github.com/apache/flink/pull/23941 translate content.zh/docs/dev/table/overview.md ## What is the purpose of the change *(For example: This pull request makes task deployment go through the blob server, rather than