Re: [PR] [FLINK-34970] Translate architecture documents into Chinese [flink-kubernetes-operator]

2024-04-15 Thread via GitHub
1996fanrui commented on code in PR #809: URL: https://github.com/apache/flink-kubernetes-operator/pull/809#discussion_r1566817400 ## docs/content.zh/docs/concepts/architecture.md: ## @@ -24,57 +24,65 @@ specific language governing permissions and limitations under the License.

[jira] [Commented] (FLINK-35115) Kinesis connector writes wrong Kinesis sequence number at stop with savepoint

2024-04-15 Thread Vadim Vararu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17837533#comment-17837533 ] Vadim Vararu commented on FLINK-35115: -- FYI it's reproducible in Kinesis -> Flink -

Re: [PR] [FLINK-34970] Translate architecture documents into Chinese [flink-kubernetes-operator]

2024-04-15 Thread via GitHub
1996fanrui commented on code in PR #809: URL: https://github.com/apache/flink-kubernetes-operator/pull/809#discussion_r1566812379 ## docs/content.zh/docs/concepts/architecture.md: ## @@ -24,57 +24,65 @@ specific language governing permissions and limitations under the License.

[jira] [Created] (FLINK-35120) Add Doris Pipeline connector integration test cases

2024-04-15 Thread Xiqian YU (Jira)
Xiqian YU created FLINK-35120: - Summary: Add Doris Pipeline connector integration test cases Key: FLINK-35120 URL: https://issues.apache.org/jira/browse/FLINK-35120 Project: Flink Issue Type: Imp

Re: [PR] [FLINK-35105][autoscaler] Support setting default Autoscaler options at autoscaler standalone level [flink-kubernetes-operator]

2024-04-15 Thread via GitHub
1996fanrui commented on code in PR #814: URL: https://github.com/apache/flink-kubernetes-operator/pull/814#discussion_r1566801016 ## flink-autoscaler-standalone/src/main/java/org/apache/flink/autoscaler/standalone/JobListFetcher.java: ## @@ -19,12 +19,19 @@ import org.apache

[jira] [Commented] (FLINK-34508) Migrate S3-related ITCases and e2e tests to Minio

2024-04-15 Thread Muhammet Orazov (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17837531#comment-17837531 ] Muhammet Orazov commented on FLINK-34508: - Hey [~mapohl], On the GitHub CI, the

[jira] [Commented] (FLINK-34508) Migrate S3-related ITCases and e2e tests to Minio

2024-04-15 Thread Muhammet Orazov (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17837530#comment-17837530 ] Muhammet Orazov commented on FLINK-34508: - In the Azure Pipeline the YarnFileSta

[jira] [Updated] (FLINK-35089) Two input AbstractStreamOperator may throw NPE when receiving RecordAttributes

2024-04-15 Thread Xuannan Su (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xuannan Su updated FLINK-35089: --- Description: Currently the `lastRecordAttributes1` and `lastRecordAttributes2` in the `AbstractStre

[jira] [Closed] (FLINK-30081) Local executor can not accept different jvm-overhead.min/max values

2024-04-15 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xintong Song closed FLINK-30081. Fix Version/s: 1.20.0 Resolution: Fixed master (1.20): 9cc5ab9caf368ef336599e7d48f679c8c975

Re: [PR] Support skip verify ssl certificate and hostname [flink-connector-elasticsearch]

2024-04-15 Thread via GitHub
liuml07 commented on PR #96: URL: https://github.com/apache/flink-connector-elasticsearch/pull/96#issuecomment-2058320749 Have you checked this PR? https://github.com/apache/flink-connector-elasticsearch/pull/91 -- This is an automated message from the Apache Git Service. To respond to t

Re: [PR] [FLINK-30081][runtime] Reset unused options like jvm-overhead.min/max for local executor [flink]

2024-04-15 Thread via GitHub
xintongsong closed pull request #22547: [FLINK-30081][runtime] Reset unused options like jvm-overhead.min/max for local executor URL: https://github.com/apache/flink/pull/22547 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] [FLINK-30081][runtime] Reset unused options like jvm-overhead.min/max for local executor [flink]

2024-04-15 Thread via GitHub
xintongsong commented on code in PR #22547: URL: https://github.com/apache/flink/pull/22547#discussion_r1566773890 ## flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskExecutorResourceUtils.java: ## @@ -285,4 +286,15 @@ private static void setConfigOptionToD

[jira] [Comment Edited] (FLINK-34508) Migrate S3-related ITCases and e2e tests to Minio

2024-04-15 Thread Muhammet Orazov (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17837486#comment-17837486 ] Muhammet Orazov edited comment on FLINK-34508 at 4/16/24 6:19 AM:

Re: [PR] [FLINK-34369][connectors/elasticsearch] Elasticsearch connector supports SSL context [flink-connector-elasticsearch]

2024-04-15 Thread via GitHub
liuml07 commented on PR #91: URL: https://github.com/apache/flink-connector-elasticsearch/pull/91#issuecomment-2058316069 @reta Thanks for the advice. I have updated the patch accordingly. I think the `allowInsecure` and the `sslContextSupplier` are mutually exclusive, so I added some vali

Re: [PR] [FLINK-35025][Runtime/State] Abstract stream operators for async state processing [flink]

2024-04-15 Thread via GitHub
fredia commented on code in PR #24657: URL: https://github.com/apache/flink/pull/24657#discussion_r1566767092 ## flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/operators/multipleinput/input/FirstInputOfTwoInput.java: ## @@ -54,4 +57,17 @@ public voi

[jira] [Assigned] (FLINK-35089) Two input AbstractStreamOperator may throw NPE when receiving RecordAttributes

2024-04-15 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xintong Song reassigned FLINK-35089: Assignee: Xuannan Su > Two input AbstractStreamOperator may throw NPE when receiving Reco

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-15 Thread via GitHub
yunfengzhou-hub commented on code in PR #24667: URL: https://github.com/apache/flink/pull/24667#discussion_r1566744878 ## flink-core/src/main/java/org/apache/flink/api/common/ExecutionConfig.java: ## @@ -1085,6 +1085,54 @@ public void setUseSnapshotCompression(boolean useSnapsh

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-15 Thread via GitHub
yunfengzhou-hub commented on code in PR #24667: URL: https://github.com/apache/flink/pull/24667#discussion_r1566742123 ## flink-core/src/main/java/org/apache/flink/configuration/ExecutionOptions.java: ## @@ -181,4 +182,73 @@ public class ExecutionOptions {

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-15 Thread via GitHub
yunfengzhou-hub commented on code in PR #24667: URL: https://github.com/apache/flink/pull/24667#discussion_r1566744878 ## flink-core/src/main/java/org/apache/flink/api/common/ExecutionConfig.java: ## @@ -1085,6 +1085,54 @@ public void setUseSnapshotCompression(boolean useSnapsh

[jira] [Commented] (FLINK-35112) Membership for Row class does not include field names

2024-04-15 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17837512#comment-17837512 ] Dian Fu commented on FLINK-35112: - Sounds reasonable for me. [~wzorgdrager] Do you want

[jira] [Updated] (FLINK-35028) Timer firing under async execution model

2024-04-15 Thread Yanfei Lei (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yanfei Lei updated FLINK-35028: --- Summary: Timer firing under async execution model (was: Processing timer firing under async executi

[jira] [Assigned] (FLINK-34127) Kafka connector repo runs a duplicate of `IntegrationTests` framework tests

2024-04-15 Thread Mason Chen (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mason Chen reassigned FLINK-34127: -- Assignee: Mason Chen > Kafka connector repo runs a duplicate of `IntegrationTests` framework

[jira] [Assigned] (FLINK-34320) Flink Kafka connector tests time out

2024-04-15 Thread Mason Chen (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mason Chen reassigned FLINK-34320: -- Assignee: (was: Mason Chen) > Flink Kafka connector tests time out >

[jira] [Assigned] (FLINK-34320) Flink Kafka connector tests time out

2024-04-15 Thread Mason Chen (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mason Chen reassigned FLINK-34320: -- Assignee: Mason Chen > Flink Kafka connector tests time out > ---

[jira] [Updated] (FLINK-35119) UPDATE DataChangeEvent deserialized data is incorrect

2024-04-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-35119: --- Labels: pull-request-available (was: ) > UPDATE DataChangeEvent deserialized data is incorr

[PR] [FLINK-35119][cdc-runtime] Change DataChangeEvent serialization and eserialization [flink-cdc]

2024-04-15 Thread via GitHub
zhongqishang opened a new pull request, #3226: URL: https://github.com/apache/flink-cdc/pull/3226 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscrib

Re: [PR] [FLINK-35025][Runtime/State] Abstract stream operators for async state processing [flink]

2024-04-15 Thread via GitHub
Zakelly commented on code in PR #24657: URL: https://github.com/apache/flink/pull/24657#discussion_r1566670603 ## flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/io/RecordProcessorUtils.java: ## @@ -82,6 +87,10 @@ public static ThrowingConsumer, Exception

[jira] [Created] (FLINK-35119) UPDATE DataChangeEvent deserialized data is incorrect

2024-04-15 Thread Qishang Zhong (Jira)
Qishang Zhong created FLINK-35119: - Summary: UPDATE DataChangeEvent deserialized data is incorrect Key: FLINK-35119 URL: https://issues.apache.org/jira/browse/FLINK-35119 Project: Flink Issue

[jira] [Updated] (FLINK-35119) UPDATE DataChangeEvent deserialized data is incorrect

2024-04-15 Thread Qishang Zhong (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Qishang Zhong updated FLINK-35119: -- Description: When DebeziumChangelogMode is upsert, the before of DataChangeEvent is null, des

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-15 Thread via GitHub
fredia commented on PR #24667: URL: https://github.com/apache/flink/pull/24667#issuecomment-2058174500 @Zakelly @ljz2051 would you 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 the URL above to go

Re: [PR] [FLINK-35025][Runtime/State] Abstract stream operators for async state processing [flink]

2024-04-15 Thread via GitHub
fredia commented on code in PR #24657: URL: https://github.com/apache/flink/pull/24657#discussion_r155895 ## flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/io/RecordProcessorUtils.java: ## @@ -82,6 +87,10 @@ public static ThrowingConsumer, Exception>

Re: [PR] [FLINK-35025][Runtime/State] Abstract stream operators for async state processing [flink]

2024-04-15 Thread via GitHub
Zakelly commented on code in PR #24657: URL: https://github.com/apache/flink/pull/24657#discussion_r154885 ## flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/operators/multipleinput/input/FirstInputOfTwoInput.java: ## @@ -54,4 +57,17 @@ public vo

Re: [PR] [FLINK-35025][Runtime/State] Abstract stream operators for async state processing [flink]

2024-04-15 Thread via GitHub
Zakelly commented on code in PR #24657: URL: https://github.com/apache/flink/pull/24657#discussion_r153205 ## flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/operators/asyncprocessing/AbstractAsyncStateStreamOperator.java: ## @@ -0,0 +1,140 @@ +/* + * L

Re: [PR] [FLINK-35025][Runtime/State] Abstract stream operators for async state processing [flink]

2024-04-15 Thread via GitHub
fredia commented on code in PR #24657: URL: https://github.com/apache/flink/pull/24657#discussion_r1566645709 ## flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/operators/multipleinput/input/FirstInputOfTwoInput.java: ## @@ -54,4 +57,17 @@ public voi

Re: [PR] [FLINK-34936][Checkpointing] Register reused shared state handle to FileMergingSnapshotManager [flink]

2024-04-15 Thread via GitHub
fredia commented on code in PR #24644: URL: https://github.com/apache/flink/pull/24644#discussion_r1566649212 ## flink-state-backends/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/snapshot/RocksIncrementalSnapshotStrategy.java: ## @@ -349,6 +3

[jira] [Comment Edited] (FLINK-34508) Migrate S3-related ITCases and e2e tests to Minio

2024-04-15 Thread Muhammet Orazov (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17837486#comment-17837486 ] Muhammet Orazov edited comment on FLINK-34508 at 4/16/24 2:51 AM:

[jira] [Comment Edited] (FLINK-34508) Migrate S3-related ITCases and e2e tests to Minio

2024-04-15 Thread Muhammet Orazov (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17837486#comment-17837486 ] Muhammet Orazov edited comment on FLINK-34508 at 4/16/24 2:49 AM:

[jira] [Commented] (FLINK-34508) Migrate S3-related ITCases and e2e tests to Minio

2024-04-15 Thread Muhammet Orazov (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17837486#comment-17837486 ] Muhammet Orazov commented on FLINK-34508: - Hey all, I have add changes to remov

[jira] [Created] (FLINK-35118) StreamingHiveSource cannot track tables that have more than 32,767 partitions

2024-04-15 Thread roland (Jira)
roland created FLINK-35118: -- Summary: StreamingHiveSource cannot track tables that have more than 32,767 partitions Key: FLINK-35118 URL: https://issues.apache.org/jira/browse/FLINK-35118 Project: Flink

[jira] [Commented] (FLINK-35111) Modify the spelling mistakes in the taskmanager html

2024-04-15 Thread JJJJude (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17837485#comment-17837485 ] ude commented on FLINK-35111: - [~dannycranmer] Thank you for your reply, but I found

Re: [PR] [FLINK-34936][Checkpointing] Register reused shared state handle to FileMergingSnapshotManager [flink]

2024-04-15 Thread via GitHub
Zakelly commented on PR #24644: URL: https://github.com/apache/flink/pull/24644#issuecomment-2058127691 > Thanks for this pr! Overall, LGTM. I have one question: > > If a subtask completes its checkpoint but the job's overall checkpoint fails, the FileMergingSnapshotManager will still

Re: [PR] [FLINK-34936][Checkpointing] Register reused shared state handle to FileMergingSnapshotManager [flink]

2024-04-15 Thread via GitHub
Zakelly commented on code in PR #24644: URL: https://github.com/apache/flink/pull/24644#discussion_r1566633317 ## flink-state-backends/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/snapshot/RocksIncrementalSnapshotStrategy.java: ## @@ -349,6 +

Re: [PR] [FLINK-35045][state] Introduce ForStFlinkFileSystem to support reading and writing with ByteBuffer [flink]

2024-04-15 Thread via GitHub
masteryhx commented on code in PR #24632: URL: https://github.com/apache/flink/pull/24632#discussion_r1566625643 ## flink-state-backends/flink-statebackend-forst/src/main/java/org/apache/flink/state/forst/fs/ForStFlinkFileSystem.java: ## @@ -0,0 +1,153 @@ +/* + * Licensed to the

[jira] [Created] (FLINK-35117) AsyncScalarFunction has a dependency issue.

2024-04-15 Thread roland (Jira)
roland created FLINK-35117: -- Summary: AsyncScalarFunction has a dependency issue. Key: FLINK-35117 URL: https://issues.apache.org/jira/browse/FLINK-35117 Project: Flink Issue Type: Bug Com

Re: [PR] [FLINK-35046][state] Introduce AsyncKeyedStateBackend supporting to create StateExecutor [flink]

2024-04-15 Thread via GitHub
Zakelly commented on code in PR #24663: URL: https://github.com/apache/flink/pull/24663#discussion_r1566625619 ## flink-runtime/src/main/java/org/apache/flink/runtime/state/AsyncKeyedStateBackend.java: ## @@ -0,0 +1,38 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

Re: [PR] [hotfix][runtime]Fix the missing methed parameter annotation problem [flink]

2024-04-15 Thread via GitHub
reswqa merged PR #24666: URL: https://github.com/apache/flink/pull/24666 -- 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: issues-unsubscr...@flink.apache

Re: [PR] [FLINK-35079] Fallback to timestamp startup mode when resume token has expired [flink-cdc]

2024-04-15 Thread via GitHub
yuxiqian commented on code in PR #3221: URL: https://github.com/apache/flink-cdc/pull/3221#discussion_r1566596993 ## flink-cdc-connect/flink-cdc-source-connectors/flink-connector-mongodb-cdc/src/main/java/org/apache/flink/cdc/connectors/mongodb/source/reader/fetch/MongoDBStreamFetchTask

Re: [PR] [FLINK-35079] Fallback to timestamp startup mode when resume token has expired [flink-cdc]

2024-04-15 Thread via GitHub
yuxiqian commented on code in PR #3221: URL: https://github.com/apache/flink-cdc/pull/3221#discussion_r1566596993 ## flink-cdc-connect/flink-cdc-source-connectors/flink-connector-mongodb-cdc/src/main/java/org/apache/flink/cdc/connectors/mongodb/source/reader/fetch/MongoDBStreamFetchTask

[jira] [Commented] (FLINK-25537) [JUnit5 Migration] Module: flink-core

2024-04-15 Thread Jiabao Sun (Jira)
[ https://issues.apache.org/jira/browse/FLINK-25537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17837471#comment-17837471 ] Jiabao Sun commented on FLINK-25537: master: 138f1f9d17b7a58b092ee7d9fc4c20d968a7b33

Re: [PR] [FLINK-25537][JUnit5 Migration] Module: flink-core with,Package: Configuration [flink]

2024-04-15 Thread via GitHub
Jiabao-Sun merged PR #24612: URL: https://github.com/apache/flink/pull/24612 -- 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: issues-unsubscr...@flink.ap

[jira] [Created] (FLINK-35116) Upgrade JOSDK dependency to 4.8.3

2024-04-15 Thread Jira
Márton Balassi created FLINK-35116: -- Summary: Upgrade JOSDK dependency to 4.8.3 Key: FLINK-35116 URL: https://issues.apache.org/jira/browse/FLINK-35116 Project: Flink Issue Type: Improvement

Re: [PR] [FLINK-35098][orc] Fix incorrect results in thanEquals filters [flink]

2024-04-15 Thread via GitHub
jeyhunkarimov commented on PR #24658: URL: https://github.com/apache/flink/pull/24658#issuecomment-2057338536 Ah no worries at all, there was a misunderstanding in communication. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] [FLINK-33506] Add support for jdk17 for AWS connectors [flink-connector-aws]

2024-04-15 Thread via GitHub
snuyanzin commented on code in PR #115: URL: https://github.com/apache/flink-connector-aws/pull/115#discussion_r1566124545 ## flink-connector-aws/flink-connector-dynamodb/pom.xml: ## @@ -34,6 +34,9 @@ under the License. jar + + --add-opens=java.base/java.u

[jira] [Commented] (FLINK-32212) Job restarting indefinitely after an IllegalStateException from BlobLibraryCacheManager

2024-04-15 Thread Ricky Saltzer (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17837354#comment-17837354 ] Ricky Saltzer commented on FLINK-32212: --- Verified we started hitting this pretty c

[jira] [Commented] (FLINK-35115) Kinesis connector writes wrong Kinesis sequence number at stop with savepoint

2024-04-15 Thread Aleksandr Pilipenko (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17837327#comment-17837327 ] Aleksandr Pilipenko commented on FLINK-35115: - [~dannycranmer] Agree, trying

[jira] [Updated] (FLINK-35094) SinkTestSuiteBase.testScaleDown is hanging for 1.20-SNAPSHOT

2024-04-15 Thread Sergey Nuyanzin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Nuyanzin updated FLINK-35094: Fix Version/s: opensearch-1.2.0 > SinkTestSuiteBase.testScaleDown is hanging for 1.20-SNAP

[jira] [Commented] (FLINK-35094) SinkTestSuiteBase.testScaleDown is hanging for 1.20-SNAPSHOT

2024-04-15 Thread Sergey Nuyanzin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17837324#comment-17837324 ] Sergey Nuyanzin commented on FLINK-35094: - Opensearch connector was fixed within

[jira] [Commented] (FLINK-35094) SinkTestSuiteBase.testScaleDown is hanging for 1.20-SNAPSHOT

2024-04-15 Thread Sergey Nuyanzin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17837323#comment-17837323 ] Sergey Nuyanzin commented on FLINK-35094: - Merged as [516a89864b38e35261675f873

[jira] [Assigned] (FLINK-35094) SinkTestSuiteBase.testScaleDown is hanging for 1.20-SNAPSHOT

2024-04-15 Thread Sergey Nuyanzin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Nuyanzin reassigned FLINK-35094: --- Assignee: Sergey Nuyanzin > SinkTestSuiteBase.testScaleDown is hanging for 1.20-SNA

[jira] [Resolved] (FLINK-35094) SinkTestSuiteBase.testScaleDown is hanging for 1.20-SNAPSHOT

2024-04-15 Thread Sergey Nuyanzin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Nuyanzin resolved FLINK-35094. - Fix Version/s: elasticsearch-3.2.0 Resolution: Fixed > SinkTestSuiteBase.testScal

Re: [PR] [FLINK-34961] Use dedicated CI name for Elasticsearch connector to differentiate it in infra-reports [flink-connector-elasticsearch]

2024-04-15 Thread via GitHub
snuyanzin commented on PR #97: URL: https://github.com/apache/flink-connector-elasticsearch/pull/97#issuecomment-2057107944 Thanks for taking a look -- 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

Re: [PR] [FLINK-34961] Use dedicated CI name for Elasticsearch connector to differentiate it in infra-reports [flink-connector-elasticsearch]

2024-04-15 Thread via GitHub
snuyanzin merged PR #97: URL: https://github.com/apache/flink-connector-elasticsearch/pull/97 -- 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: issues-uns

[jira] [Commented] (FLINK-35115) Kinesis connector writes wrong Kinesis sequence number at stop with savepoint

2024-04-15 Thread Hong Liang Teoh (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17837319#comment-17837319 ] Hong Liang Teoh commented on FLINK-35115: - [~dannycranmer]  That is true, unless

[jira] [Commented] (FLINK-35115) Kinesis connector writes wrong Kinesis sequence number at stop with savepoint

2024-04-15 Thread Danny Cranmer (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17837318#comment-17837318 ] Danny Cranmer commented on FLINK-35115: --- Stop with savepoint checkpointing logic i

[jira] [Commented] (FLINK-35115) Kinesis connector writes wrong Kinesis sequence number at stop with savepoint

2024-04-15 Thread Hong Liang Teoh (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17837315#comment-17837315 ] Hong Liang Teoh commented on FLINK-35115: - [~a.pilipenko]  Assigned to you, as y

[jira] [Assigned] (FLINK-35115) Kinesis connector writes wrong Kinesis sequence number at stop with savepoint

2024-04-15 Thread Hong Liang Teoh (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hong Liang Teoh reassigned FLINK-35115: --- Assignee: Aleksandr Pilipenko > Kinesis connector writes wrong Kinesis sequence num

Re: [PR] [DRAFT][FLINK-34440][formats][protobuf-confluent] add support for protobuf-confluent [flink]

2024-04-15 Thread via GitHub
klam-shop commented on code in PR #24482: URL: https://github.com/apache/flink/pull/24482#discussion_r1565935343 ## flink-formats/flink-protobuf-confluent-registry/src/test/java/org/apache/flink/formats/protobuf/registry/confluent/utils/FlinkToProtoSchemaConverterTest.java: ## @

Re: [PR] [FLINK-34971]Add the function of History Server cleaning job archives… [flink]

2024-04-15 Thread via GitHub
d20162416 commented on PR #24593: URL: https://github.com/apache/flink/pull/24593#issuecomment-2057057881 @reswqa Excuse me, could you please help me check this PR? I appreciate your support very much. -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] [hotfix] Drop support for Flink1.16, add support for Flink 1.19, 1.20 [flink-connector-gcp-pubsub]

2024-04-15 Thread via GitHub
boring-cyborg[bot] commented on PR #24: URL: https://github.com/apache/flink-connector-gcp-pubsub/pull/24#issuecomment-2057011070 Awesome work, congrats on your first merged pull request! -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[jira] [Updated] (FLINK-35115) Kinesis connector writes wrong Kinesis sequence number at stop with savepoint

2024-04-15 Thread Vadim Vararu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vadim Vararu updated FLINK-35115: - Summary: Kinesis connector writes wrong Kinesis sequence number at stop with savepoint (was: Ki

Re: [PR] [hotfix] Drop support for Flink1.16, add support for Flink 1.19, 1.20 [flink-connector-gcp-pubsub]

2024-04-15 Thread via GitHub
snuyanzin merged PR #24: URL: https://github.com/apache/flink-connector-gcp-pubsub/pull/24 -- 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: issues-unsubs

Re: [PR] [hotfix] Drop support for Flink1.16, add support for Flink 1.19, 1.20 [flink-connector-gcp-pubsub]

2024-04-15 Thread via GitHub
snuyanzin commented on PR #24: URL: https://github.com/apache/flink-connector-gcp-pubsub/pull/24#issuecomment-2057010314 thanks for taking a look -- 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

[jira] [Created] (FLINK-35115) Kinesis connector writes wrong sequence number at stop with savepoint

2024-04-15 Thread Vadim Vararu (Jira)
Vadim Vararu created FLINK-35115: Summary: Kinesis connector writes wrong sequence number at stop with savepoint Key: FLINK-35115 URL: https://issues.apache.org/jira/browse/FLINK-35115 Project: Flink

[jira] [Updated] (FLINK-35115) Kinesis connector writes wrong sequence number at stop with savepoint

2024-04-15 Thread Vadim Vararu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vadim Vararu updated FLINK-35115: - Affects Version/s: 1.18.1 > Kinesis connector writes wrong sequence number at stop with savepoin

Re: [PR] [FLINK-34930] Externalize existing code from bahir-flink [flink-connector-kudu]

2024-04-15 Thread via GitHub
ferenc-csaky commented on PR #1: URL: https://github.com/apache/flink-connector-kudu/pull/1#issuecomment-2056968781 Thanks, it passed now! is it okay to merge this change at this point for now? -- This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Commented] (FLINK-31472) AsyncSinkWriterThrottlingTest failed with Illegal mailbox thread

2024-04-15 Thread Ryan Skraba (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17837271#comment-17837271 ] Ryan Skraba commented on FLINK-31472: - 1.20 Hadoop 3.1.3: Test (module: connect) ht

[jira] [Commented] (FLINK-35041) IncrementalRemoteKeyedStateHandleTest.testSharedStateReRegistration failed

2024-04-15 Thread Ryan Skraba (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17837272#comment-17837272 ] Ryan Skraba commented on FLINK-35041: - * 1.20 Test (module:core) https://github.com

Re: [PR] [FLINK-34970] Translate architecture documents into Chinese [flink-kubernetes-operator]

2024-04-15 Thread via GitHub
caicancai commented on PR #809: URL: https://github.com/apache/flink-kubernetes-operator/pull/809#issuecomment-2056898849 cc @1996fanrui -- 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 spec

[jira] [Commented] (FLINK-35095) ExecutionEnvironmentImplTest.testFromSource failure on GitHub CI

2024-04-15 Thread Ryan Skraba (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17837273#comment-17837273 ] Ryan Skraba commented on FLINK-35095: - 1.20 Java 17: Test (module: misc) https://gi

Re: [PR] [FLINK-34980] Translate overview document into Chinese [flink-kubernetes-operator]

2024-04-15 Thread via GitHub
caicancai commented on PR #810: URL: https://github.com/apache/flink-kubernetes-operator/pull/810#issuecomment-2056897700 @RocMarshal PATL,thank you -- 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

Re: [PR] [FLINK-34930] Externalize existing code from bahir-flink [flink-connector-kudu]

2024-04-15 Thread via GitHub
MartijnVisser commented on PR #1: URL: https://github.com/apache/flink-connector-kudu/pull/1#issuecomment-2056886905 > @MartijnVisser can that one case be retriggered? Or of not, I hope another run would be green. Re-triggered all failing jobs! -- This is an automated message from

[jira] [Commented] (FLINK-35097) Table API Filesystem connector with 'raw' format repeats last line

2024-04-15 Thread David Perkins (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17837268#comment-17837268 ] David Perkins commented on FLINK-35097: --- Great! Thanks for the fast response. > T

[jira] [Comment Edited] (FLINK-35073) Deadlock in LocalBufferPool when segments become available in the global pool

2024-04-15 Thread Julien Tournay (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17837259#comment-17837259 ] Julien Tournay edited comment on FLINK-35073 at 4/15/24 1:32 PM: -

[jira] [Closed] (FLINK-35073) Deadlock in LocalBufferPool when segments become available in the global pool

2024-04-15 Thread Julien Tournay (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Tournay closed FLINK-35073. -- Resolution: Workaround > Deadlock in LocalBufferPool when segments become available in the glo

[jira] [Commented] (FLINK-35111) Modify the spelling mistakes in the taskmanager html

2024-04-15 Thread Martijn Visser (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17837260#comment-17837260 ] Martijn Visser commented on FLINK-35111: Do note that grammar/spelling doesn't n

Re: [PR] [FLINK-34930] Externalize existing code from bahir-flink [flink-connector-kudu]

2024-04-15 Thread via GitHub
ferenc-csaky commented on PR #1: URL: https://github.com/apache/flink-connector-kudu/pull/1#issuecomment-2056866715 After I took a look at the logs, the error was environmental, it failed to connect to the Dockerized Kudu: ``` ERROR org.apache.kudu.client.Connection [] - [peer master

[jira] [Commented] (FLINK-35073) Deadlock in LocalBufferPool when segments become available in the global pool

2024-04-15 Thread Julien Tournay (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17837259#comment-17837259 ] Julien Tournay commented on FLINK-35073: Closing this issue because even though

Re: [PR] Update flink-operations.md correcting spelling errors [flink-web]

2024-04-15 Thread via GitHub
dannycranmer merged PR #661: URL: https://github.com/apache/flink-web/pull/661 -- 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: issues-unsubscr...@flink.

[jira] [Commented] (FLINK-35112) Membership for Row class does not include field names

2024-04-15 Thread Martijn Visser (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17837257#comment-17837257 ] Martijn Visser commented on FLINK-35112: [~dianfu] [~hxbks2ks] WDYT? > Membersh

Re: [PR] [hotfix][docs] https://flink.apache.org/zh/how-to-contribute/overview/ can't jump to how-to-contribute/contribute-code page [flink-web]

2024-04-15 Thread via GitHub
dannycranmer merged PR #688: URL: https://github.com/apache/flink-web/pull/688 -- 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: issues-unsubscr...@flink.

[jira] [Updated] (FLINK-35114) Remove old Table API implementations

2024-04-15 Thread Ferenc Csaky (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferenc Csaky updated FLINK-35114: - Component/s: Connectors / Kudu > Remove old Table API implementations >

[jira] [Updated] (FLINK-34928) FLIP-439: Externalize Kudu Connector from Bahir

2024-04-15 Thread Ferenc Csaky (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferenc Csaky updated FLINK-34928: - Component/s: Connectors / Kudu > FLIP-439: Externalize Kudu Connector from Bahir > -

[jira] [Created] (FLINK-35114) Remove old Table API implementations

2024-04-15 Thread Ferenc Csaky (Jira)
Ferenc Csaky created FLINK-35114: Summary: Remove old Table API implementations Key: FLINK-35114 URL: https://issues.apache.org/jira/browse/FLINK-35114 Project: Flink Issue Type: Sub-task

[jira] [Updated] (FLINK-34931) Update Kudu connector DataStream Sink implementation

2024-04-15 Thread Ferenc Csaky (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferenc Csaky updated FLINK-34931: - Summary: Update Kudu connector DataStream Sink implementation (was: Update Kudu connector DataS

[jira] [Commented] (FLINK-35113) Bump org.apache.commons:commons-compress from 1.25.0 to 1.26.1 for Flink AWS connectors

2024-04-15 Thread Danny Cranmer (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17837249#comment-17837249 ] Danny Cranmer commented on FLINK-35113: --- Merged commit [{{6717cba}}|https://githu

[jira] [Resolved] (FLINK-35113) Bump org.apache.commons:commons-compress from 1.25.0 to 1.26.1 for Flink AWS connectors

2024-04-15 Thread Danny Cranmer (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Cranmer resolved FLINK-35113. --- Resolution: Fixed > Bump org.apache.commons:commons-compress from 1.25.0 to 1.26.1 for Flink

Re: [PR] [FLINK-35113][Connectors/AWS] Bump commons-compress and commons-io de… [flink-connector-aws]

2024-04-15 Thread via GitHub
dannycranmer merged PR #137: URL: https://github.com/apache/flink-connector-aws/pull/137 -- 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: issues-unsubscr

Re: [PR] [hotfix][docs] Change how-to-contribute empty link to overview page [flink-web]

2024-04-15 Thread via GitHub
dannycranmer commented on PR #689: URL: https://github.com/apache/flink-web/pull/689#issuecomment-2056822474 https://github.com/apache/flink-web/commit/eb6412b02e85c9dc7291e5759bb2fb02a259e774 -- This is an automated message from the Apache Git Service. To respond to the message, please l

Re: [PR] [hotfix][docs] Change how-to-contribute empty link to overview page [flink-web]

2024-04-15 Thread via GitHub
dannycranmer merged PR #689: URL: https://github.com/apache/flink-web/pull/689 -- 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: issues-unsubscr...@flink.

Re: [PR] [hotfix][docs] Change how-to-contribute empty link to overview page [flink-web]

2024-04-15 Thread via GitHub
dannycranmer commented on PR #689: URL: https://github.com/apache/flink-web/pull/689#issuecomment-2056812919 Since there is no reply here, I will merge this and fix the CN myself -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

  1   2   3   >