[jira] [Commented] (FLINK-30857) Create table does not create topic with multiple partitions

2023-02-09 Thread Yao Zhang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686276#comment-17686276 ] Yao Zhang commented on FLINK-30857: --- Hi community, After further investigation, I thi

[GitHub] [flink] zoltar9264 commented on a diff in pull request #21812: [FLINK-28440][state/changelog] record reference count of StreamStateHandle in TaskChangelogRegistry

2023-02-09 Thread via GitHub
zoltar9264 commented on code in PR #21812: URL: https://github.com/apache/flink/pull/21812#discussion_r1101130432 ## flink-dstl/flink-dstl-dfs/src/test/java/org/apache/flink/changelog/fs/TestingBatchingUploadScheduler.java: ## @@ -0,0 +1,52 @@ +/* + * Licensed to the Apache Soft

[GitHub] [flink] TanYuxin-tyx commented on a diff in pull request #21843: [FLINK-30712][network] Update documents for taskmanager memory configurations and tuning

2023-02-09 Thread via GitHub
TanYuxin-tyx commented on code in PR #21843: URL: https://github.com/apache/flink/pull/21843#discussion_r1101128148 ## docs/content/docs/deployment/memory/network_mem_tuning.md: ## @@ -97,20 +97,17 @@ The actual value of parallelism from which the problem occurs is various from

[GitHub] [flink] WencongLiu commented on a diff in pull request #21696: [FLINK-30257] fix SqlClientITCase#testMatchRecognize

2023-02-09 Thread via GitHub
WencongLiu commented on code in PR #21696: URL: https://github.com/apache/flink/pull/21696#discussion_r1101127937 ## flink-end-to-end-tests/flink-sql-client-test/src/test/java/SqlClientITCase.java: ## @@ -290,10 +290,15 @@ private void verifyNumberOfResultRecords(String resultF

[jira] [Commented] (FLINK-30238) Unified Sink committer does not clean up state on final savepoint

2023-02-09 Thread Yun Gao (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686272#comment-17686272 ] Yun Gao commented on FLINK-30238: - Hi, I might first complement some background before c

[GitHub] [flink] 1996fanrui commented on a diff in pull request #21840: [FLINK-29481] Show jobType in webUI

2023-02-09 Thread via GitHub
1996fanrui commented on code in PR #21840: URL: https://github.com/apache/flink/pull/21840#discussion_r1101110410 ## flink-core/src/main/java/org/apache/flink/api/common/ArchivedExecutionConfig.java: ## @@ -44,6 +45,11 @@ public class ArchivedExecutionConfig implements Serializa

[jira] [Created] (FLINK-30986) Refactor CreateTableITCase and DropTableITCase to get rid of managed table

2023-02-09 Thread yuzelin (Jira)
yuzelin created FLINK-30986: --- Summary: Refactor CreateTableITCase and DropTableITCase to get rid of managed table Key: FLINK-30986 URL: https://issues.apache.org/jira/browse/FLINK-30986 Project: Flink

[jira] [Updated] (FLINK-30983) the security.ssl.algorithms configuration does not take effect in rest ssl

2023-02-09 Thread luyuan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] luyuan updated FLINK-30983: --- Priority: Minor (was: Major) > the security.ssl.algorithms configuration does not take effect in rest ssl >

[jira] [Commented] (FLINK-30976) docs_404_check fails occasionally

2023-02-09 Thread Qingsheng Ren (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686266#comment-17686266 ] Qingsheng Ren commented on FLINK-30976: --- [~mapohl] My guess is that personal CIs u

[jira] [Assigned] (FLINK-30979) The buckets of the secondary partition should fall on different tasks

2023-02-09 Thread Jingsong Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jingsong Lee reassigned FLINK-30979: Assignee: Shammon > The buckets of the secondary partition should fall on different tasks

[jira] [Updated] (FLINK-30935) Add KafkaSerializer deserialize check when using SimpleVersionedSerializer

2023-02-09 Thread Ran Tao (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ran Tao updated FLINK-30935: Description: {code:java} @Override public int getVersion() { return CURRENT_VERSION; } @Override publ

[GitHub] [flink] XComp merged pull request #21887: [FLINK-30944] ExecutionGraphPartitionReleaseTest leaks threads

2023-02-09 Thread via GitHub
XComp merged PR #21887: URL: https://github.com/apache/flink/pull/21887 -- 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.

[GitHub] [flink] XComp commented on pull request #21887: [FLINK-30944] ExecutionGraphPartitionReleaseTest leaks threads

2023-02-09 Thread via GitHub
XComp commented on PR #21887: URL: https://github.com/apache/flink/pull/21887#issuecomment-1423796572 The test failure is caused by FLINK-30972. I'm gonna go ahead and merge this PR because it touches a test that actually ran and succeeded. -- This is an automated message from the Apache

[jira] [Closed] (FLINK-30934) Refactor ComputedColumnAndWatermarkTableITCase and StreamingWarehouseITCase to get rid of managed table

2023-02-09 Thread Jingsong Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jingsong Lee closed FLINK-30934. Fix Version/s: table-store-0.4.0 Assignee: yuzelin Resolution: Fixed master: f9025

[GitHub] [flink-table-store] JingsongLi merged pull request #506: [FLINK-30934] Refactor ComputedColumnAndWatermarkTableITCase and StreamingWarehouseITCase to get rid of managed table

2023-02-09 Thread via GitHub
JingsongLi merged PR #506: URL: https://github.com/apache/flink-table-store/pull/506 -- 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...@

[GitHub] [flink] swuferhong commented on pull request #21900: [FLINK-30971][table-runtime] Modify the default value of parameter 'table.exec.local-hash-agg.adaptive.sampling-threshold'

2023-02-09 Thread via GitHub
swuferhong commented on PR #21900: URL: https://github.com/apache/flink/pull/21900#issuecomment-1423792404 @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 comment

[jira] [Updated] (FLINK-30972) E2e tests always fail in phase "Prepare E2E run"

2023-02-09 Thread Qingsheng Ren (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Qingsheng Ren updated FLINK-30972: -- Fix Version/s: 1.17.0 1.15.4 1.16.2 1.

[jira] [Resolved] (FLINK-30972) E2e tests always fail in phase "Prepare E2E run"

2023-02-09 Thread Qingsheng Ren (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Qingsheng Ren resolved FLINK-30972. --- Resolution: Fixed > E2e tests always fail in phase "Prepare E2E run" > -

[jira] [Updated] (FLINK-30972) E2e tests always fail in phase "Prepare E2E run"

2023-02-09 Thread Qingsheng Ren (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Qingsheng Ren updated FLINK-30972: -- Affects Version/s: 1.15.4 1.16.2 1.18.0 > E2e te

[jira] [Commented] (FLINK-30976) docs_404_check fails occasionally

2023-02-09 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686254#comment-17686254 ] Matthias Pohl commented on FLINK-30976: --- I see, we only run the docs check for the

[jira] [Commented] (FLINK-30972) E2e tests always fail in phase "Prepare E2E run"

2023-02-09 Thread Qingsheng Ren (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686253#comment-17686253 ] Qingsheng Ren commented on FLINK-30972: --- Fixed on master: 4029f730e454fb4c13e92d1a

[jira] [Updated] (FLINK-30985) [Flink][Table Store] Change the Splits allocation algorithm of ContinuousFileSplitEnumerator in TableStore to a fair algorithm.

2023-02-09 Thread ming li (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ming li updated FLINK-30985: Summary: [Flink][Table Store] Change the Splits allocation algorithm of ContinuousFileSplitEnumerator in T

[jira] [Commented] (FLINK-27995) Upgrade Janino version

2023-02-09 Thread Sergey Nuyanzin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-27995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686252#comment-17686252 ] Sergey Nuyanzin commented on FLINK-27995: - thanks for the response, i created a

[jira] [Created] (FLINK-30985) [Flink][table-store] Change the Splits allocation algorithm of ContinuousFileSplitEnumerator in TableStore to a fair algorithm.

2023-02-09 Thread ming li (Jira)
ming li created FLINK-30985: --- Summary: [Flink][table-store] Change the Splits allocation algorithm of ContinuousFileSplitEnumerator in TableStore to a fair algorithm. Key: FLINK-30985 URL: https://issues.apache.org/jira

[jira] [Created] (FLINK-30984) Remove explicit cast required by 3.1.x janino

2023-02-09 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-30984: --- Summary: Remove explicit cast required by 3.1.x janino Key: FLINK-30984 URL: https://issues.apache.org/jira/browse/FLINK-30984 Project: Flink Issue Ty

[GitHub] [flink-connector-pulsar] syhily commented on pull request #19: [FLINK-30622][Connector/Pulsar] Support consuming messages with schema auto-detection from Pulsar.

2023-02-09 Thread via GitHub
syhily commented on PR #19: URL: https://github.com/apache/flink-connector-pulsar/pull/19#issuecomment-1423781800 I have written a release note for the upcoming flink-connector-pulsar 4.0.0 release. It contains the detailed check list for the break changes we will meet. https://docs

[jira] [Created] (FLINK-30983) the security.ssl.algorithms configuration does not take effect in rest ssl

2023-02-09 Thread luyuan (Jira)
luyuan created FLINK-30983: -- Summary: the security.ssl.algorithms configuration does not take effect in rest ssl Key: FLINK-30983 URL: https://issues.apache.org/jira/browse/FLINK-30983 Project: Flink

<    1   2   3   4