Re: [SUMMARY] Flink 1.19 Release Sync 11/14/2023

2023-11-28 Thread Matthias Pohl
Thanks for the update, Lincoln. A small remark: The appreciation for fixing FLINK-18356 [1] should be sent to Yunhong Zheng. :) Now, let's see and hope that the problem doesn't appear again. Best, Matthias [1] https://issues.apache.org/jira/browse/FLINK-18356 On Wed, Nov 29, 2023 at 2:41 AM Lin

Re: [DISCUSS] FLIP-395: Migration to GitHub Actions

2023-11-28 Thread Matthias Pohl
> > According to the Flip, the new tests will support arm env. > I believe that's good news for arm users. I have a minor > question here. Will it be a blocker before migrating the new > tests? If not, If not, when can we expect arm environment > support to be implemented? Thanks. Thanks for you

[jira] [Created] (FLINK-33690) build_wheels_on_macos sometimes fails with read timed out on AZP

2023-11-28 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-33690: --- Summary: build_wheels_on_macos sometimes fails with read timed out on AZP Key: FLINK-33690 URL: https://issues.apache.org/jira/browse/FLINK-33690 Project: Flink

Re: [DISCUSSION] flink-connector-shared-utils release process

2023-11-28 Thread Leonard Xu
Thanks Etienne for update the wiki, I just checked the change by comparing with history version, LGTM Best, Leonard > 2023年11月28日 下午10:43,Etienne Chauchot 写道: > > Hi all, > > I just updated the doc: > https://cwiki.apache.org/confluence/display/FLINK/Externalized+Connector+development > >

Re: [ANNOUNCE] Apache Flink 1.17.2 released

2023-11-28 Thread Leonard Xu
Thanks Yun for driving the release. Thanks a lot to everyone that has contributed with bug fixes and other improvements! Best, Leonard > 2023年11月29日 下午1:05,Yun Tang 写道: > > The Apache Flink community is very happy to announce the release of Apache > Flink 1.17.2, which is the second bugfi

[jira] [Created] (FLINK-33689) jsonObjectAggFunction can't retract previous data which is invalid when enable local global agg

2023-11-28 Thread Shuai Xu (Jira)
Shuai Xu created FLINK-33689: Summary: jsonObjectAggFunction can't retract previous data which is invalid when enable local global agg Key: FLINK-33689 URL: https://issues.apache.org/jira/browse/FLINK-33689

[jira] [Created] (FLINK-33688) Reuse Channels in RestClient to save connection establish time

2023-11-28 Thread xiangyu feng (Jira)
xiangyu feng created FLINK-33688: Summary: Reuse Channels in RestClient to save connection establish time Key: FLINK-33688 URL: https://issues.apache.org/jira/browse/FLINK-33688 Project: Flink

[jira] [Created] (FLINK-33687) Reuse RestClusterClient in StandaloneClusterDescriptor to avoid frequent thread create/destroy

2023-11-28 Thread xiangyu feng (Jira)
xiangyu feng created FLINK-33687: Summary: Reuse RestClusterClient in StandaloneClusterDescriptor to avoid frequent thread create/destroy Key: FLINK-33687 URL: https://issues.apache.org/jira/browse/FLINK-33687

[jira] [Created] (FLINK-33686) Reuse StandaloneClusterDescriptor in RemoteExecutor when executing jobs on the same cluster

2023-11-28 Thread xiangyu feng (Jira)
xiangyu feng created FLINK-33686: Summary: Reuse StandaloneClusterDescriptor in RemoteExecutor when executing jobs on the same cluster Key: FLINK-33686 URL: https://issues.apache.org/jira/browse/FLINK-33686

[jira] [Created] (FLINK-33685) StandaloneClusterId need to distinguish different remote clusters

2023-11-28 Thread xiangyu feng (Jira)
xiangyu feng created FLINK-33685: Summary: StandaloneClusterId need to distinguish different remote clusters Key: FLINK-33685 URL: https://issues.apache.org/jira/browse/FLINK-33685 Project: Flink

[jira] [Created] (FLINK-33684) Improve the retry strategy in CollectResultFetcher

2023-11-28 Thread xiangyu feng (Jira)
xiangyu feng created FLINK-33684: Summary: Improve the retry strategy in CollectResultFetcher Key: FLINK-33684 URL: https://issues.apache.org/jira/browse/FLINK-33684 Project: Flink Issue Type

Re: [DISCUSS] FLIP-379: Dynamic source parallelism inference for batch jobs

2023-11-28 Thread Xia Sun
Hi everyone, Thanks for all the comments! I will initiate the vote tomorrow if there is no further discussion. Best, Xia Leonard Xu 于2023年11月24日周五 18:50写道: > Thanks Xia and Zhu Zhu for driving this work, > > It will help unify the parallelism inference for all operators of batch > job, the upd

Re: [VOTE] Release flink-connector-aws, v4.2.0 release candidate #1

2023-11-28 Thread Leonard Xu
Thanks Danny for driving this, sorry for late verification. +1 (binding) - built from source code succeeded - verified signatures - verified hashsums - checked the contents contains jar and pom files in apache repo - checked Github release tag - reviewed the web PR with minor comment Best, Le

[jira] [Created] (FLINK-33683) Improve the performance of submitting jobs and fetching results to a running flink cluster

2023-11-28 Thread xiangyu feng (Jira)
xiangyu feng created FLINK-33683: Summary: Improve the performance of submitting jobs and fetching results to a running flink cluster Key: FLINK-33683 URL: https://issues.apache.org/jira/browse/FLINK-33683

[jira] [Created] (FLINK-33682) Reuse source operator input records/bytes metrics for SourceOperatorStreamTask

2023-11-28 Thread Zhanghao Chen (Jira)
Zhanghao Chen created FLINK-33682: - Summary: Reuse source operator input records/bytes metrics for SourceOperatorStreamTask Key: FLINK-33682 URL: https://issues.apache.org/jira/browse/FLINK-33682 Proj

[jira] [Created] (FLINK-33681) Display source/sink numRecordsIn/Out & numBytesIn/Out on UI

2023-11-28 Thread Zhanghao Chen (Jira)
Zhanghao Chen created FLINK-33681: - Summary: Display source/sink numRecordsIn/Out & numBytesIn/Out on UI Key: FLINK-33681 URL: https://issues.apache.org/jira/browse/FLINK-33681 Project: Flink

[jira] [Created] (FLINK-33680) Failed to build document with docke

2023-11-28 Thread wangshiheng (Jira)
wangshiheng created FLINK-33680: --- Summary: Failed to build document with docke Key: FLINK-33680 URL: https://issues.apache.org/jira/browse/FLINK-33680 Project: Flink Issue Type: Bug C

[ANNOUNCE] Apache Flink 1.17.2 released

2023-11-28 Thread Yun Tang
The Apache Flink community is very happy to announce the release of Apache Flink 1.17.2, which is the second bugfix release for the Apache Flink 1.17 series. Apache Flink® Is a framework and distributed processing engine for stateful computations over unbounded and bounded data streams. Flink h

Re: [DISCUSS] Towards flink-shaded release 18.0

2023-11-28 Thread Sergey Nuyanzin
Thanks a lot for the help Matthias On Tue, Nov 28, 2023, 12:56 Matthias Pohl wrote: > Ok, I will help out with the release. > > On Fri, Nov 24, 2023 at 6:45 PM Sergey Nuyanzin > wrote: > > > Thanks everyone for responses > > > > I've started preparation steps to make it happened by following st

[jira] [Created] (FLINK-33679) RestoreMode uses NO_CLAIM as default instead of LEGACY

2023-11-28 Thread junzhong qin (Jira)
junzhong qin created FLINK-33679: Summary: RestoreMode uses NO_CLAIM as default instead of LEGACY Key: FLINK-33679 URL: https://issues.apache.org/jira/browse/FLINK-33679 Project: Flink Issue

Re: [DISCUSS] FLIP-395: Migration to GitHub Actions

2023-11-28 Thread Yuxin Tan
Hi, Matthias, Thanks for driving this. +1 from my side. According to the Flip, the new tests will support arm env. I believe that's good news for arm users. I have a minor question here. Will it be a blocker before migrating the new tests? If not, If not, when can we expect arm environment suppo

[jira] [Created] (FLINK-33678) Remove configuration getters/setters that return/set complex Java objects

2023-11-28 Thread Junrui Li (Jira)
Junrui Li created FLINK-33678: - Summary: Remove configuration getters/setters that return/set complex Java objects Key: FLINK-33678 URL: https://issues.apache.org/jira/browse/FLINK-33678 Project: Flink

[jira] [Created] (FLINK-33677) Remove flink-conf.yaml from flink dist

2023-11-28 Thread Zhu Zhu (Jira)
Zhu Zhu created FLINK-33677: --- Summary: Remove flink-conf.yaml from flink dist Key: FLINK-33677 URL: https://issues.apache.org/jira/browse/FLINK-33677 Project: Flink Issue Type: Sub-task C

Fwd: [SUMMARY] Flink 1.19 Release Sync 11/14/2023

2023-11-28 Thread Lincoln Lee
Hi devs, This is the summary of the second release sync of Flink 1.19: - Features & issues tracking There're 9 weeks until the feature freeze date, so far we've had 21 flips and the status looks good. It is encouraged to continuously updating the 1.19 wiki page[1] for contributors. - GitHub Act

[VOTE] Release flink-shaded 18.0, release candidate #1

2023-11-28 Thread Sergey Nuyanzin
Hi everyone, Please review and vote on the release candidate #1 for the version 18.0, as follows: [ ] +1, Approve the release [ ] -1, Do not approve the release (please provide specific comments) The complete staging area is available for your review, which includes: * JIRA release notes [1], * t

[jira] [Created] (FLINK-33676) Implement restore tests for WindowAggregate node

2023-11-28 Thread Jim Hughes (Jira)
Jim Hughes created FLINK-33676: -- Summary: Implement restore tests for WindowAggregate node Key: FLINK-33676 URL: https://issues.apache.org/jira/browse/FLINK-33676 Project: Flink Issue Type: Sub-

Re: [DISCUSS] FLIP-395: Migration to GitHub Actions

2023-11-28 Thread Márton Balassi
Thanks, Matthias. Big +1 from me. On Tue, Nov 28, 2023 at 5:30 PM Matthias Pohl wrote: > Thanks for the pointer. I'm planning to join that meeting. > > On Tue, Nov 28, 2023 at 4:16 PM Etienne Chauchot > wrote: > > > Hi all, > > > > FYI there is the ASF infra roundtable soon. One of the subjects

Re: [DISCUSS] FLIP-395: Migration to GitHub Actions

2023-11-28 Thread Matthias Pohl
Thanks for the pointer. I'm planning to join that meeting. On Tue, Nov 28, 2023 at 4:16 PM Etienne Chauchot wrote: > Hi all, > > FYI there is the ASF infra roundtable soon. One of the subjects for this > session is GitHub Actions. It could be worth passing by: > > December 6th, 2023 at 1700 UTC

[jira] [Created] (FLINK-33675) Serialize ValueLiteralExpressions into SQL

2023-11-28 Thread Dawid Wysakowicz (Jira)
Dawid Wysakowicz created FLINK-33675: Summary: Serialize ValueLiteralExpressions into SQL Key: FLINK-33675 URL: https://issues.apache.org/jira/browse/FLINK-33675 Project: Flink Issue Type

Re: [DISCUSS] FLIP-395: Migration to GitHub Actions

2023-11-28 Thread Etienne Chauchot
Hi all, FYI there is the ASF infra roundtable soon. One of the subjects for this session is GitHub Actions. It could be worth passing by: December 6th, 2023 at 1700 UTC on the #Roundtablechannel on Slack. For information about theroundtables, and about how to join, see:https://infra.apache.o

Re: [DISCUSSION] flink-connector-shared-utils release process

2023-11-28 Thread Etienne Chauchot
Hi all, I just updated the doc: https://cwiki.apache.org/confluence/display/FLINK/Externalized+Connector+development Best Etienne Le 27/11/2023 à 12:43, Etienne Chauchot a écrit : Sure! Le 23/11/2023 à 02:57, Leonard Xu a écrit : Thanks Etienne for driving this. - a flink-connector-sha

Re: [VOTE] FLIP-391: Deprecate RuntimeContext#getExecutionConfig

2023-11-28 Thread Jing Ge
+1(binding) Thanks! Best regards, Jing On Tue, Nov 28, 2023 at 1:00 PM weijie guo wrote: > Thanks Junrui for driving this! > > +1(binding) > > Best regards, > > Weijie > > > Zhanghao Chen 于2023年11月28日周二 17:29写道: > > > +1 (non-binding) > > > > Best, > > Zhanghao Chen > > ___

[DISCUSS] FLIP-392: Deprecate the Legacy Group Window Aggregation

2023-11-28 Thread Xuyang
Hi all. I'd like to start a discussion of FLIP-392: Deprecate the Legacy Group Window Aggregation. Although the current Flink SQL Window Aggregation documentation[1] indicates that the legacy Group Window Aggregation syntax has been deprecated, the new Window TVF Aggregation syntax has not full

Re: [VOTE] FLIP-391: Deprecate RuntimeContext#getExecutionConfig

2023-11-28 Thread weijie guo
Thanks Junrui for driving this! +1(binding) Best regards, Weijie Zhanghao Chen 于2023年11月28日周二 17:29写道: > +1 (non-binding) > > Best, > Zhanghao Chen > > From: Junrui Lee > Sent: Tuesday, November 28, 2023 12:34 > To: dev@flink.apache.org > Subject: [VOTE] FL

Re: [DISCUSS] Towards flink-shaded release 18.0

2023-11-28 Thread Matthias Pohl
Ok, I will help out with the release. On Fri, Nov 24, 2023 at 6:45 PM Sergey Nuyanzin wrote: > Thanks everyone for responses > > I've started preparation steps to make it happened by following steps [1] > > One of the preliminary steps is publishing GPG key dist.apache.org > I don't have write a

[jira] [Created] (FLINK-33674) In the wmassigners module, words are misspelled

2023-11-28 Thread wangshiheng (Jira)
wangshiheng created FLINK-33674: --- Summary: In the wmassigners module, words are misspelled Key: FLINK-33674 URL: https://issues.apache.org/jira/browse/FLINK-33674 Project: Flink Issue Type: Imp

[jira] [Created] (FLINK-33673) SizeLimits not being set on emptyDir

2023-11-28 Thread Tony Garrard (Jira)
Tony Garrard created FLINK-33673: Summary: SizeLimits not being set on emptyDir Key: FLINK-33673 URL: https://issues.apache.org/jira/browse/FLINK-33673 Project: Flink Issue Type: Bug

Re: [VOTE] FLIP-391: Deprecate RuntimeContext#getExecutionConfig

2023-11-28 Thread Zhanghao Chen
+1 (non-binding) Best, Zhanghao Chen From: Junrui Lee Sent: Tuesday, November 28, 2023 12:34 To: dev@flink.apache.org Subject: [VOTE] FLIP-391: Deprecate RuntimeContext#getExecutionConfig Hi everyone, Thank you to everyone for the feedback on FLIP-391: Deprecat

[jira] [Created] (FLINK-33672) Use MapState.entries() instead of keys() and get() in over window

2023-11-28 Thread Zakelly Lan (Jira)
Zakelly Lan created FLINK-33672: --- Summary: Use MapState.entries() instead of keys() and get() in over window Key: FLINK-33672 URL: https://issues.apache.org/jira/browse/FLINK-33672 Project: Flink

[jira] [Created] (FLINK-33671) SurefireBooterForkException caused test failure

2023-11-28 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33671: - Summary: SurefireBooterForkException caused test failure Key: FLINK-33671 URL: https://issues.apache.org/jira/browse/FLINK-33671 Project: Flink Issue Type: