Re: Re: Re: [VOTE] Accept Flink CDC into Apache Flink

2024-01-13 Thread Yun Gao
+1 (binding) On Sat, Jan 13, 2024 at 10:08 AM Rodrigo Meneses wrote: > > +1 (non binding) > > On Fri, Jan 12, 2024 at 5:45 PM Dong Lin wrote: > > > +1 (binding) > > > > On Sat, Jan 13, 2024 at 6:04 AM Austin Bennett wrote: > > > > > +1 (non-binding) > > > > > > On Fri, Jan 12, 2024 at 5:44 PM

Re: [DISCUSS] Promote SinkV2 to @Public and deprecate SinkFunction

2023-10-30 Thread Yun Gao
ecially can't agree more to let > > > developers who will own it make the decision. > > > > > > Best regards, > > > Jing > > > > > > > > > On Sun, Feb 12, 2023 at 2:53 AM Dong Lin wrote: > > > > > > > Hi Martijn, > > > >

Re: [VOTE] Release 1.17.0, release candidate #3

2023-03-22 Thread Yun Gao
: execution.checkpointing.checkpoints-after-tasks-finish.enabled: false In the following versions we'll also try to trigger a checkpoint immediately after the sources finished to reduce the waiting time. Best, Yun Gao [1] https://issues.apache.org/jira/browse/FLINK-25105 <https://issues.apache.org/jira/bro

[jira] [Created] (FLINK-30906) TwoInputStreamTask passes wrong configuration object when creating input processor

2023-02-05 Thread Yun Gao (Jira)
Yun Gao created FLINK-30906: --- Summary: TwoInputStreamTask passes wrong configuration object when creating input processor Key: FLINK-30906 URL: https://issues.apache.org/jira/browse/FLINK-30906 Project

[jira] [Created] (FLINK-30877) Add support for @Before / @After for JUnit 4 and 5

2023-02-02 Thread Yun Gao (Jira)
Yun Gao created FLINK-30877: --- Summary: Add support for @Before / @After for JUnit 4 and 5 Key: FLINK-30877 URL: https://issues.apache.org/jira/browse/FLINK-30877 Project: Flink Issue Type: Sub

Re: Re: [DISCUSS] FLIP-269: Properly Handling the Processing Timers on Job Termination

2022-12-07 Thread Yun Gao
first have a PoC that demonstrate it is sufficient to only modify the operator implementation to handling the remaining workers properly on finish(). If there are new issues I'll post here and we could have some more discussion. Best, Yun Gao --Ori

Re: [DISCUSS] FLIP-269: Properly Handling the Processing Timers on Job Termination

2022-11-30 Thread Yun Gao
registration is indeed a problem, but I think we could ignore the timers registered during termination). Could you further enlighten me a bit on this part? Best, Yun Gao -- From:Piotr Nowojski Send Time:2022 Nov. 30 (Wed.) 17:10 To:dev

Re: [DISCUSS] FLIP-269: Properly Handling the Processing Timers on Job Termination

2022-11-29 Thread Yun Gao
ere is no divergence on this point. I also believe in we'll finally have some logic similar to the proposed one that drain all the times and process it. Best, Yun Gao [1] https://github.com/apache/flink/blob/a7fdab8b23cddf568fa32ee7eb804d7c3eb23a35/flink-streaming-java/src/main/java/org/apache/f

Re: [ANNOUNCE] New Apache Flink PMC Members - Godfrey He, Xingbo Huang

2022-11-23 Thread Yun Gao
Congratulations Godfrey and Xingbo! Best, Yun Gao -- From:Matthias Pohl Send Time:2022 Nov. 24 (Thu.) 12:25 To:dev Subject:Re: [ANNOUNCE] New Apache Flink PMC Members - Godfrey He, Xingbo Huang Congratulations to the two of you

Re: Re: [DISCUSS] FLIP-269: Properly Handling the Processing Timers on Job Termination

2022-11-23 Thread Yun Gao
o support the callback options would be more complex. Best, Yun Gao -- From:Divye Kapoor Send Time:2022 Nov. 24 (Thu.) 08:50 To:dev Cc:Xenon Development Team Subject:Re: Re: [DISCUSS] FLIP-269: Properly Handling the Processing Timer

Re: Re: [DISCUSS] FLIP-269: Properly Handling the Processing Timers on Job Termination

2022-11-21 Thread Yun Gao
for global configuration is that for one job, different operators seems to still might have different expected behaviors. For example, A job using both Window operator and AsyncWaitOperator might have different requirements for timers on termination? Bes

Re: Re: [DISCUSS] FLIP-269: Properly Handling the Processing Timers on Job Termination

2022-11-15 Thread Yun Gao
use-cases for this FLIP which do not involve windows. > If so, could you help explain the use-case in this FLIP? I'll complete the scenarios in the FLIP. Best, Yun Gao -- From:Dong Lin Send Time:2022 Nov. 10 (Thu.) 11:43 To:dev C

Re: [blog article] Howto migrate a real-life batch pipeline from the DataSet API to the DataStream API

2022-11-07 Thread Yun Gao
the combination of DataStream API / Table API is sufficient for all the batch users. Any suggestions are warmly welcome. Best, Yun Gao [1] <https://cwiki.apache.org/confluence/display/FLINK/FLIP-140%3A+Introduce+batch-style+execution+for+bounded+keyed+streams >https://nightlies.apach

Re: Re: [DISCUSS] FLIP-269: Properly Handling the Processing Timers on Job Termination

2022-11-07 Thread Yun Gao
e in 30 seconds", these timers seems should be dropped instead of triggering. Thus we think it would be necessary to provide per-timer configuration. Best, Yun Gao --Original Mail -- Sender:Maximilian Michels Send Date:Fri Nov 4 21:35:58 2022 Recipients

[DISCUSS] FLIP-269: Properly Handling the Processing Timers on Job Termination

2022-11-02 Thread Yun Gao
Hi everyone, I would like to open a discussion[1] on how to properly handle the processing timers on job termination. Currently all the processing timers would be ignored on job termination. This behavior is not suitable for some cases like WindowOperator. Thus we'd like to provide more options

Re: Re: [VOTE] FLIP-263: Improve resolving schema compatibility

2022-10-27 Thread Yun Gao
+1 (binding) Thanks Hangxiang for driving the FLIP. Best, Yun Gao --Original Mail -- Sender:Zakelly Lan Send Date:Fri Oct 28 12:27:01 2022 Recipients:Flink Dev Subject:Re: [VOTE] FLIP-263: Improve resolving schema compatibility Hi Hangxiang, The current

Re: [DISCUSS] FLIP-263: Improve resolving schema compatibility

2022-10-27 Thread Yun Gao
Hi, I have discussed offline with Hangxiang and Yuan, and the current proposal also looks good to me. Thanks Hangxiang for driving this. Best, Yun Gao -- From:Yuan Mei Send Time:2022 Oct. 26 (Wed.) 12:20 To:dev Subject:Re: [DISCUSS

Re: Re: Re: [DISCUSS] Aligning migration test data generation

2022-10-19 Thread Yun Gao
Hi Matthias, Thanks a lot for the clarification! If it is not a blocker for 1.16, I could also continue to finish the whole work roughly in the next week so we could avoid redundant work. Do you think this would be also ok? Best, Yun Gao --Original Mail

Re: Re: [DISCUSS] Aligning migration test data generation

2022-10-18 Thread Yun Gao
this would work? Best, Yun Gao -- From:Matthias Pohl Send Time:2022 Oct. 18 (Tue.) 18:16 To:dev Subject:Re: Re: [DISCUSS] Aligning migration test data generation Thanks for clarifying things and providing the link to the Jira issue. I'd

Re: Re: [DISCUSS] Aligning migration test data generation

2022-10-18 Thread Yun Gao
the specified branch. Best, Yun Gao [1] https://issues.apache.org/jira/browse/FLINK-27518 --Original Mail -- Sender:Matthias Pohl Send Date:Tue Oct 18 16:35:47 2022 Recipients:Flink Dev CC:Yun Gao Subject:Re: [DISCUSS] Aligning migration test data

Re: [VOTE] Drop Gelly

2022-10-16 Thread Yun Gao
Hi Yu, Very thanks for the suggestions and I also strongly agree with that. Perhaps we could update the Gelly documentation pages to also express the information. Best, Yun Gao -- From:Yu Li Send Time:2022 Oct. 16 (Sun.) 18:30

Re: Sink V2 interface replacement for GlobalCommitter

2022-10-16 Thread Yun Gao
Hi Liwei, From my side I think it might require case-by-case discussion. If there are missed information that blocked some scenarios, we may have dedicated issues / discussion for the scenario and and have more in-depth discussion for these scenarios. Best, Yun Gao

Re: [VOTE] Drop Gelly

2022-10-13 Thread Yun Gao
and asynchronous iteration that could help implementing more effective graph algorithms. Thus it looks to me that now we are ready to have a design of the new graph processing framework based on the unified DataStream API and replace the Gelly library built on the deprecated DataSet API. Best, Yun Gao

Re: [VOTE] Drop Gelly

2022-10-12 Thread Yun Gao
+1 Best, Yun Gao -- From:Martijn Visser Send Time:2022 Oct. 13 (Thu.) 04:59 To:dev Subject:[VOTE] Drop Gelly Hi everyone, I would like to open a vote for dropping Gelly, which was discussed a long time ago but never put to a vote [1

Re: [ANNOUNCE] New Apache Flink PMC Member - Danny Cranmer

2022-10-12 Thread Yun Gao
Congratulations Danny! Best, Yun Gao -- From:yuxia Send Time:2022 Oct. 12 (Wed.) 09:49 To:dev Subject:Re: [ANNOUNCE] New Apache Flink PMC Member - Danny Cranmer Congratulations Danny! Best regards, Yuxia - 原始邮件 - 发件人

[jira] [Created] (FLINK-29462) LookupJoinITCase failed on azure due to classloader leaking

2022-09-28 Thread Yun Gao (Jira)
Yun Gao created FLINK-29462: --- Summary: LookupJoinITCase failed on azure due to classloader leaking Key: FLINK-29462 URL: https://issues.apache.org/jira/browse/FLINK-29462 Project: Flink Issue

Re: Migrating Sink v1 to v2

2022-09-28 Thread Yun Gao
Hi Krzysztof, I'll continue tracking the issue and hopefully it could be fixed before the next minor releases for 1.15.x, 1.16.x and 1.17. Best, Yun Gao -- From:Krzysztof Chmielewski Send Time:2022 Sep. 28 (Wed.) 23:46 To:dev ; Yun

Re: Sink V2 interface replacement for GlobalCommitter

2022-09-28 Thread Yun Gao
ion with Steven that is it possible directly write to the formal files and skip the step of renaming? Since before the meta is written to the Delta Log I guess the files are not visible to the users, thus it is safe to directly write to the formal files? Best, Yun Gao [1] https://issues.apache.org/ji

Re: Migrating Sink v1 to v2

2022-09-28 Thread Yun Gao
for the inconvenience brought. Best, Yun Gao [1] https://issues.apache.org/jira/browse/FLINK-29459 <https://issues.apache.org/jira/browse/FLINK-29459 > [2] https://lists.apache.org/thread/wzwkqd08qkcmmf5m2xroxpxnzzwfphc9 <https://lists.apache.org/thread/wzwkqd08qkcmmf5m2xroxpx

[jira] [Created] (FLINK-29459) Sink v2 has bugs in supporting legacy v1 implementations with global committer

2022-09-28 Thread Yun Gao (Jira)
Yun Gao created FLINK-29459: --- Summary: Sink v2 has bugs in supporting legacy v1 implementations with global committer Key: FLINK-29459 URL: https://issues.apache.org/jira/browse/FLINK-29459 Project: Flink

Re: [VOTE] Release 1.14.6, release candidate #2

2022-09-26 Thread Yun Gao
+1 (binding) - Verified the checksum and signature. - Compiled the sources. - Started cluster with the binary package and run WordCount in both Streaming and Batch mode. - Checked the commit it is consistent with the tag. - Reviewed the flink-web PR and LGTM. - Randomly checked some modules in

Re: [ANNOUNCE] New Apache Flink PMC Member - Martijn Visser

2022-09-14 Thread Yun Gao
Congratulations, Martijn! Best, Yun -- From:weijie guo Send Time:2022 Sep. 14 (Wed.) 16:09 To:dev Subject:Re: [ANNOUNCE] New Apache Flink PMC Member - Martijn Visser Congratulations, Martijn! Best regards, Weijie Etienne Chauchot

Re: [ANNOUNCE] New Apache Flink Committer - Caizhi Weng

2022-09-14 Thread Yun Gao
Congratulations Caizhi! Best, Yun -- From:Caizhi Weng Send Time:2022 Sep. 10 (Sat.) 19:19 To:dev Subject:Re: [ANNOUNCE] New Apache Flink Committer - Caizhi Weng It's a great honor to be invited as a committer. Thank you all for the

Re: Sink V2 interface replacement for GlobalCommitter

2022-09-13 Thread Yun Gao
t; transactional commit, it would be more natural to have a built-in > > > concept/support of GlobalCommitter in the sink v2 interface. > > > > > > Thanks, > > > Steven > > > > > > [1] > > > > > > > > > https://github.com/delt

Re: Sink V2 interface replacement for GlobalCommitter

2022-09-07 Thread Yun Gao
Hi Steven, Liwei, Very sorry for missing this mail and response very late. I think the initial thought is indeed to use `WithPostCommitTopology` as a replacement of the original GlobalCommitter, and currently the adapter of Sink v1 on top of Sink v2 also maps the GlobalCommitter in Sink V1

Re: Re: [ANNOUNCE] New Apache Flink Committer - Junhan Yang

2022-08-24 Thread Yun Gao
Congratulations Junhan! Best, Yun Gao -- Sender:Yangze Guo Date:2022/08/25 10:04:14 Recipient:dev Cc: Theme:Re: [ANNOUNCE] New Apache Flink Committer - Junhan Yang Congrats! Jark Wu 于 2022年8月24日周三 下午3:46写道: > Congrats Jun

Re: Re: [ANNOUNCE] New Apache Flink Committer - Lijie Wang

2022-08-24 Thread Yun Gao
Congratulations Lijie! Best, Yun Gao -- Sender:Yangze Guo Date:2022/08/25 10:04:35 Recipient:dev Cc:Lijie Wang Theme:Re: [ANNOUNCE] New Apache Flink Committer - Lijie Wang Congrats! Jark Wu 于 2022年8月24日周三 下午3:47写道: > Congr

[jira] [Created] (FLINK-28871) Make DPP also works if batch shuffle mode is not ALL_BLOCKING

2022-08-08 Thread Yun Gao (Jira)
Yun Gao created FLINK-28871: --- Summary: Make DPP also works if batch shuffle mode is not ALL_BLOCKING Key: FLINK-28871 URL: https://issues.apache.org/jira/browse/FLINK-28871 Project: Flink Issue

[jira] [Created] (FLINK-28824) StreamingJobGraphGenerator#triggerSerializationAndReturnFuture might swallow exception

2022-08-05 Thread Yun Gao (Jira)
Yun Gao created FLINK-28824: --- Summary: StreamingJobGraphGenerator#triggerSerializationAndReturnFuture might swallow exception Key: FLINK-28824 URL: https://issues.apache.org/jira/browse/FLINK-28824

Re: [VOTE] FLIP-248: Introduce dynamic partition pruning

2022-07-26 Thread Yun Gao
+1 (binding) Thanks for proposing the FLIP! Best, Yun Gao -- From:Jing Ge Send Time:2022 Jul. 27 (Wed.) 03:40 To:undefined Subject:Re: [VOTE] FLIP-248: Introduce dynamic partition pruning +1 Thanks for driving this! On Tue

Re: [DISCUSS] FLIP-248: Introduce dynamic partition pruning

2022-07-25 Thread Yun Gao
implements the `SupportsHandleExecutionAttemptSourceEvent` interface, otherwise it would throws exception when received the filtering data source event. Best, Yun Gao [1] https://cwiki.apache.org/confluence/display/FLINK/FLIP-168%3A+Speculative+Execution+for+Batch+Job

Re: [VOTE] FLIP-249: Flink Web UI Enhancement for Speculative Execution

2022-07-13 Thread Yun Gao
+1 (binding) Thanks for driving this! Best, Yun Gao -- From:Jing Zhang Send Time:2022 Jul. 13 (Wed.) 19:07 To:undefined Subject:Re: [VOTE] FLIP-249: Flink Web UI Enhancement for Speculative Execution +1 (binding) Best, Jing

Re: [VOTE] Creating benchmark channel in Apache Flink slack

2022-07-11 Thread Yun Gao
+1 (binding) Thanks Anton for driving this! Best, Yun Gao -- From:Anton Kalashnikov Send Time:2022 Jul. 8 (Fri.) 22:59 To:undefined Subject:[VOTE] Creating benchmark channel in Apache Flink slack Hi everyone, I would like

Re: [VOTE] Apache Flink ML Release 2.1.0, release candidate #2

2022-07-05 Thread Yun Gao
+1 (binding) - Verified the checksum and signatures. - Build from sources without exceptions. - Checked the artifacts uploading to the mvn repo is completed. - Reviewed the release PR and LGTM. Best, Yun Gao -- From:Dian Fu

[jira] [Created] (FLINK-28386) Trigger an immediate checkpoint after all sources finished

2022-07-05 Thread Yun Gao (Jira)
Yun Gao created FLINK-28386: --- Summary: Trigger an immediate checkpoint after all sources finished Key: FLINK-28386 URL: https://issues.apache.org/jira/browse/FLINK-28386 Project: Flink Issue Type

Re: [VOTE] Release 1.14.5, release candidate #1

2022-06-20 Thread Yun Gao
+1 (binding) - Verified the checksum and signatures. - Built the source - Verified the binary package by starting up a job for both Scala versions. - Reviewed the release note blog. - Randomly checked some module for the mvn deployed artifacts are all presented. Best, Yun Gao

Re: [VOTE] FLIP-168: Speculative Execution for Batch Job

2022-06-20 Thread Yun Gao
+1 (binding) Thanks for driving the FLIP! Best, Yun Gao -- From:Guowei Ma Send Time:2022 May 27 (Fri.) 11:16 To:dev Subject:Re: [VOTE] FLIP-168: Speculative Execution for Batch Job +1 (binding) Best, Guowei On Fri, May 27

Re: [VOTE] FLIP-224: Blocklist Mechanism

2022-06-17 Thread Yun Gao
+1 (binding) Thanks for the discussion and updates! Best, Yun Gao -- From:Peter Huang Send Time:2022 Jun. 16 (Thu.) 00:05 To:dev Subject:Re: [VOTE] FLIP-224: Blocklist Mechanism +1 On Wed, Jun 15, 2022 at 2:55 AM Xintong Song

Re: [ANNOUNCE] New Apache Flink PMC Member - Jingsong Lee

2022-06-15 Thread Yun Gao
Congratulations, Jingsong! Best, Yun Gao -- From:Jing Zhang Send Time:2022 Jun. 14 (Tue.) 11:05 To:dev Subject:Re: [ANNOUNCE] New Apache Flink PMC Member - Jingsong Lee Congratulations, Jingsong! Best, Jing Zhang Leonard Xu 于

Re: [DISCUSS] Releasing 1.15.1

2022-06-09 Thread Yun Gao
Hi David, Very thanks for driving the new version, also +1 since we already accumulated some fixes. Regarding https://issues.apache.org/jira/browse/FLINK-27492, currently there are still some controversy with how to deal with the artifacts. I also agree we may not hold up the release with

[jira] [Created] (FLINK-27910) FileSink not registered the timer to enforce rolling policy if started from scratch

2022-06-06 Thread Yun Gao (Jira)
Yun Gao created FLINK-27910: --- Summary: FileSink not registered the timer to enforce rolling policy if started from scratch Key: FLINK-27910 URL: https://issues.apache.org/jira/browse/FLINK-27910 Project

Re: [VOTE] FLIP-232: Add Retry Support For Async I/O In DataStream API

2022-05-31 Thread Yun Gao
+1 (binding) Thanks Lincoln for driving the FLIP and discussion. Best, Yun Gao -- From:Jingsong Li Send Time:2022 May 31 (Tue.) 11:19 To:dev Subject:Re: [VOTE] FLIP-232: Add Retry Support For Async I/O In DataStream API +1

Re: Re: [DISCUSS] FLIP-218: Support SELECT clause in CREATE TABLE(CTAS)

2022-05-31 Thread Yun Gao
Hi, Regarding the drop operation, with some offline discussion with Dalong and Zhu, we think that listening in the client side might be problematic since it would exit after submitting the jobs in detached mode, thus the operation might need to be in the JobMaster side. For the listener

Re: [VOTE] FLIP-224: Blocklist Mechanism

2022-05-26 Thread Yun Gao
Thanks Lijie and Zhu for driving the FLIP! The blocked list functionality helps reduce the complexity in maintenance and the currently design looks good to me, thus +1 from my side (binding). Best, Yun -- From:Xintong Song

Re: [ANNOUNCE] Apache Flink 1.15.0 released

2022-05-06 Thread Yun Gao
Very thanks everyone for all the help on releasing 1.15.0! And the doc links are now also fixed, thanks Peter for pointing out the issues! Best, Yun Gao -- From:Johannes Moser Send Time:2022 May 6 (Fri.) 17:42 To:dev Subject:Re

Re: Re: [ANNOUNCE] New Flink PMC member: Yang Wang

2022-05-06 Thread Yun Gao
Congratulations Yang! Best, Yun Gao --Original Mail -- Sender:David Morávek Send Date:Sat May 7 01:05:41 2022 Recipients:Dev Subject:Re: [ANNOUNCE] New Flink PMC member: Yang Wang Nice! Congrats Yang, well deserved! ;) On Fri 6. 5. 2022 at 17:53, Peter Huang

[jira] [Created] (FLINK-27518) Refactor migration tests to support generate snapshots of new version automatically

2022-05-05 Thread Yun Gao (Jira)
Yun Gao created FLINK-27518: --- Summary: Refactor migration tests to support generate snapshots of new version automatically Key: FLINK-27518 URL: https://issues.apache.org/jira/browse/FLINK-27518 Project

[ANNOUNCE] Apache Flink 1.15.0 released

2022-05-05 Thread Yun Gao
://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522=12350442 We would like to thank all contributors of the Apache Flink community who made this release possible! Regards, Joe, Till, Yun Gao

[jira] [Created] (FLINK-27492) Flink table / sql scala API is missing in the binary package

2022-05-04 Thread Yun Gao (Jira)
Yun Gao created FLINK-27492: --- Summary: Flink table / sql scala API is missing in the binary package Key: FLINK-27492 URL: https://issues.apache.org/jira/browse/FLINK-27492 Project: Flink Issue

Re: [RESULT] [VOTE] Release 1.15.0, release candidate #4

2022-05-02 Thread Yun Gao
Hi ChangZhuo, Yes, it is indeed the tag for 1.15.0, we have finished affairs like uploading artifacts, uploading images and creating tags. Best, Yun Gao -- From:ChangZhuo Chen (陳昌倬) Send Time:2022 May 3 (Tue.) 10:34 To:dev

Re: [RESULT] [VOTE] Release 1.15.0, release candidate #4

2022-05-02 Thread Yun Gao
Hi Thomas, Sorry for the long delay, currently we are very nearly done for finalizing the release and we should be able to finish all works and announce the release on Thursday. Best, Yun Gao -- From:Thomas Weise Send Time

[jira] [Created] (FLINK-27413) Drop scala 2.11 support from the flink-docker

2022-04-26 Thread Yun Gao (Jira)
Yun Gao created FLINK-27413: --- Summary: Drop scala 2.11 support from the flink-docker Key: FLINK-27413 URL: https://issues.apache.org/jira/browse/FLINK-27413 Project: Flink Issue Type: Bug

[RESULT] [VOTE] Release 1.15.0, release candidate #4

2022-04-25 Thread Yun Gao
. Thanks everyone! Best, Yun Gao

Re: Re: Re: [VOTE] Release 1.15.0, release candidate #4

2022-04-25 Thread Yun Gao
Very thanks everyone for the verifying! Now we should reach the condition to finalize this candidate, I'll annouce that in a separate thread. Also for the remaining non-blocking issues, perhaps we may start scheduling for the next minor version. Best, Yun Gao --Original

Re: Re: [VOTE] Release 1.15.0, release candidate #4

2022-04-25 Thread Yun Gao
Very thanks Matthias for tracking and double confirming this issue! Best, Yun Gao --Original Mail -- Sender:Matthias Pohl Send Date:Mon Apr 25 23:52:30 2022 Recipients:Yun Gao CC:dev , Yun Gao Subject:Re: [VOTE] Release 1.15.0, release candidate #4 +1 (non

Re: [VOTE] Release 1.15.0, release candidate #4

2022-04-24 Thread Yun Gao
Very thanks Peter for the help! The vote time would exclude the weekend, thus no worry for that. Best, Yun Gao -- From:Peter Schrott Send Time:2022 Apr. 25 (Mon.) 09:17 To:Matthias Pohl Cc:dev ; Yun Gao Subject:Re: [VOTE

Re: [VOTE] Release 1.15.0, release candidate #4

2022-04-24 Thread Yun Gao
Very thanks Jark for the checking! I also agree with that if possible let's first try to close this version and have a minor version soon. Best, Yun Gao -- From:Jark Wu Send Time:2022 Apr. 24 (Sun.) 21:07 To:dev ; Yun Gao

Re: [VOTE] Release 1.15.0, release candidate #4

2022-04-22 Thread Yun Gao
have other issues so that even we indeed find some blocker issues we could try best to handle them in one pass. Very thanks everyone! Best, Yun Gao -- From:Matthias Pohl Send Time:2022 Apr. 22 (Fri.) 23:45 To:dev Cc:Yun Gao

[jira] [Created] (FLINK-27341) TaskManager running together with JobManager are bind to 127.0.0.1

2022-04-21 Thread Yun Gao (Jira)
Yun Gao created FLINK-27341: --- Summary: TaskManager running together with JobManager are bind to 127.0.0.1 Key: FLINK-27341 URL: https://issues.apache.org/jira/browse/FLINK-27341 Project: Flink

[VOTE] Release 1.15.0, release candidate #4

2022-04-20 Thread Yun Gao
"release-1.15.0-rc4" [5],* website pull request listing the new release and adding announcement blog post [6]. The vote will be open for at least 72 hours. It is adopted by majority approval, with at least 3 PMC affirmative votes. Thanks, Joe, Till and Yun Gao [1] https://issues.apach

Re: Re: [VOTE] Release 1.15.0, release candidate #3

2022-04-19 Thread Yun Gao
Thanks Timo for checking and fixing this issue! Then this RC should be officially canceled and I'll post the next RC soon. Best, Yun Gao -- Sender:Timo Walther Date:2022/04/19 16:46:51 Recipient: Theme:Re: [VOTE] Release 1.15.0

[jira] [Created] (FLINK-27285) CassandraConnectorITCase failed on azure due to NoHostAvailableException

2022-04-18 Thread Yun Gao (Jira)
Yun Gao created FLINK-27285: --- Summary: CassandraConnectorITCase failed on azure due to NoHostAvailableException Key: FLINK-27285 URL: https://issues.apache.org/jira/browse/FLINK-27285 Project: Flink

[jira] [Created] (FLINK-27284) KafkaSinkITCase$IntegrationTests.testScaleUp failed on azures due to failed to create topic

2022-04-18 Thread Yun Gao (Jira)
Yun Gao created FLINK-27284: --- Summary: KafkaSinkITCase$IntegrationTests.testScaleUp failed on azures due to failed to create topic Key: FLINK-27284 URL: https://issues.apache.org/jira/browse/FLINK-27284

[VOTE] Release 1.15.0, release candidate #3

2022-04-14 Thread Yun Gao
"release-1.15.0-rc3" [5],* website pull request listing the new release and adding announcement blog post [6]. The vote will be open for at least 72 hours. It is adopted by majority approval, with at least 3 PMC affirmative votes. Thanks, Joe, Till and Yun Gao [1] https://issues.apache.org/j

Re: Re: [VOTE] Release 1.15.0, release candidate #2

2022-04-13 Thread Yun Gao
-- Sender:Chesnay Schepler Send Date:Thu Apr 14 00:40:32 2022 Recipients:Dev , Dawid Wysakowicz , Yun Gao Subject:Re: [VOTE] Release 1.15.0, release candidate #2 Re why CI didn't pick up on it: Currently, excessive NOTICE entries don't fail CI, only missing ones do. They should be logged

[jira] [Created] (FLINK-27219) CliClientITCase.testSqlStatements failed on azure with jdk11

2022-04-13 Thread Yun Gao (Jira)
Yun Gao created FLINK-27219: --- Summary: CliClientITCase.testSqlStatements failed on azure with jdk11 Key: FLINK-27219 URL: https://issues.apache.org/jira/browse/FLINK-27219 Project: Flink Issue

[jira] [Created] (FLINK-27216) CheckpointCoordinatorTest.testMinCheckpointPause failed on azure

2022-04-13 Thread Yun Gao (Jira)
Yun Gao created FLINK-27216: --- Summary: CheckpointCoordinatorTest.testMinCheckpointPause failed on azure Key: FLINK-27216 URL: https://issues.apache.org/jira/browse/FLINK-27216 Project: Flink

Re: Re: [VOTE] Release 1.15.0, release candidate #1

2022-04-13 Thread Yun Gao
Hi Yu, Yes, the RC1 is officially canceled, the pointer has been moved to RC2 now~ Very thanks for the tips of remaining open issues! They should indeed be moved and I'll move them to the next release~ Best, Yun Gao -- From:Yu

Re: [VOTE] Release 1.15.0, release candidate #2

2022-04-12 Thread Yun Gao
east 3 PMC affirmative votes. Thanks, Joe, Till and Yun Gao [1] https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522=12350442 [2] https://dist.apache.org/repos/dist/dev/flink/flink-1.15.0-rc2/ [3] https://dist.apache.org/repos/dist/release/flink/KEYS [4] https://repository.

[VOTE] Release 1.15.0, release candidate #2

2022-04-12 Thread Yun Gao
lease-1.15.0-rc2" [5], * website pull request listing the new release and adding announcement blog post [6]. The vote will be open for at least 72 hours. It is adopted by majority approval, with at least 3 PMC affirmative votes. Thanks, Joe, Till and Yun Gao [1] https://issues.apache.org/j

Re: Re: [VOTE] Release 1.15.0, release candidate #1

2022-04-12 Thread Yun Gao
candidate #1 Hi, Yun Gao There is a new bug [1] introduced in release-1.15. It's better to be fixed in 1.15.0 version. I'm terribly sorry to merge the pull request too late. [1] https://issues.apache.org/jira/browse/FLINK-26681 Best, Jing Zhang Johannes Moser 于2022年4月12日周二 14:53写道: > H

[VOTE] Release 1.15.0, release candidate #1

2022-04-11 Thread Yun Gao
lease-1.15.0-rc1" [5], * website pull request listing the new release and adding announcement blog post [6]. The vote will be open for at least 72 hours. It is adopted by majority approval, with at least 3 PMC affirmative votes. Thanks, Joe, Till and Yun Gao [1] https://issues.apache.org/j

[jira] [Created] (FLINK-27169) PartiallyFinishedSourcesITCase.test hangs on azure

2022-04-11 Thread Yun Gao (Jira)
Yun Gao created FLINK-27169: --- Summary: PartiallyFinishedSourcesITCase.test hangs on azure Key: FLINK-27169 URL: https://issues.apache.org/jira/browse/FLINK-27169 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-27167) Deploying master snapshot failed due to generating javadoc failed

2022-04-11 Thread Yun Gao (Jira)
Yun Gao created FLINK-27167: --- Summary: Deploying master snapshot failed due to generating javadoc failed Key: FLINK-27167 URL: https://issues.apache.org/jira/browse/FLINK-27167 Project: Flink

[jira] [Created] (FLINK-27164) ResumeCheckpointManuallyITCase.testExternalizedFSCheckpointsWithLocalRecoveryZookeeper failed on azure

2022-04-11 Thread Yun Gao (Jira)
Yun Gao created FLINK-27164: --- Summary: ResumeCheckpointManuallyITCase.testExternalizedFSCheckpointsWithLocalRecoveryZookeeper failed on azure Key: FLINK-27164 URL: https://issues.apache.org/jira/browse/FLINK-27164

[jira] [Created] (FLINK-27162) RescaleCheckpointManuallyITCase.testCheckpointRescalingInKeyedState failed on azure

2022-04-11 Thread Yun Gao (Jira)
Yun Gao created FLINK-27162: --- Summary: RescaleCheckpointManuallyITCase.testCheckpointRescalingInKeyedState failed on azure Key: FLINK-27162 URL: https://issues.apache.org/jira/browse/FLINK-27162 Project

[jira] [Created] (FLINK-27131) CastFunctionITCase.test failed on azure

2022-04-08 Thread Yun Gao (Jira)
Yun Gao created FLINK-27131: --- Summary: CastFunctionITCase.test failed on azure Key: FLINK-27131 URL: https://issues.apache.org/jira/browse/FLINK-27131 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-27118) Flink on Yarned failed with the default flink-conf

2022-04-07 Thread Yun Gao (Jira)
Yun Gao created FLINK-27118: --- Summary: Flink on Yarned failed with the default flink-conf Key: FLINK-27118 URL: https://issues.apache.org/jira/browse/FLINK-27118 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-27083) SavepointITCase.testStopWithSavepointFailingAfterSnapshotCreation failed on azure

2022-04-06 Thread Yun Gao (Jira)
Yun Gao created FLINK-27083: --- Summary: SavepointITCase.testStopWithSavepointFailingAfterSnapshotCreation failed on azure Key: FLINK-27083 URL: https://issues.apache.org/jira/browse/FLINK-27083 Project

[jira] [Created] (FLINK-27073) HAQueryableStateFsBackendITCase hangs on azure

2022-04-06 Thread Yun Gao (Jira)
Yun Gao created FLINK-27073: --- Summary: HAQueryableStateFsBackendITCase hangs on azure Key: FLINK-27073 URL: https://issues.apache.org/jira/browse/FLINK-27073 Project: Flink Issue Type: Bug

Re: Flink 1.15 Stabilisation Sync

2022-04-05 Thread Yun Gao
the remaining blockers. Best, Yun Gao -- From:Robert Metzger Send Time:2022 Apr. 5 (Tue.) 13:34 To:dev Subject:Re: Flink 1.15 Stabilisation Sync Thanks a lot for the update. From the burndown board [1] it seems that there's only one

[jira] [Created] (FLINK-26980) PulsarUnorderedSourceReaderTest hang on azure

2022-04-01 Thread Yun Gao (Jira)
Yun Gao created FLINK-26980: --- Summary: PulsarUnorderedSourceReaderTest hang on azure Key: FLINK-26980 URL: https://issues.apache.org/jira/browse/FLINK-26980 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-26979) JsonFunctionsITCase.test failed on azure

2022-04-01 Thread Yun Gao (Jira)
Yun Gao created FLINK-26979: --- Summary: JsonFunctionsITCase.test failed on azure Key: FLINK-26979 URL: https://issues.apache.org/jira/browse/FLINK-26979 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-26977) JobMasterStopWithSavepointITCase.throwingExceptionOnCallbackWithRestartsShouldSimplyRestartInTerminate failed on azure

2022-04-01 Thread Yun Gao (Jira)
Yun Gao created FLINK-26977: --- Summary: JobMasterStopWithSavepointITCase.throwingExceptionOnCallbackWithRestartsShouldSimplyRestartInTerminate failed on azure Key: FLINK-26977 URL: https://issues.apache.org/jira/browse

[jira] [Created] (FLINK-26974) Python EmbeddedThreadDependencyTests.test_add_python_file failed on azure

2022-04-01 Thread Yun Gao (Jira)
Yun Gao created FLINK-26974: --- Summary: Python EmbeddedThreadDependencyTests.test_add_python_file failed on azure Key: FLINK-26974 URL: https://issues.apache.org/jira/browse/FLINK-26974 Project: Flink

[jira] [Created] (FLINK-26923) SavepointITCase.testStopWithSavepointFailsOverToSavepoint failed on azure

2022-03-30 Thread Yun Gao (Jira)
Yun Gao created FLINK-26923: --- Summary: SavepointITCase.testStopWithSavepointFailsOverToSavepoint failed on azure Key: FLINK-26923 URL: https://issues.apache.org/jira/browse/FLINK-26923 Project: Flink

[jira] [Created] (FLINK-26922) KafkaSinkITCase.testRecoveryWithExactlyOnceGuaranteeAndConcurrentCheckpoints failed on azure

2022-03-30 Thread Yun Gao (Jira)
Yun Gao created FLINK-26922: --- Summary: KafkaSinkITCase.testRecoveryWithExactlyOnceGuaranteeAndConcurrentCheckpoints failed on azure Key: FLINK-26922 URL: https://issues.apache.org/jira/browse/FLINK-26922

[jira] [Created] (FLINK-26921) KafkaSinkE2ECase.testStartFromSavepoint failed on azure

2022-03-30 Thread Yun Gao (Jira)
Yun Gao created FLINK-26921: --- Summary: KafkaSinkE2ECase.testStartFromSavepoint failed on azure Key: FLINK-26921 URL: https://issues.apache.org/jira/browse/FLINK-26921 Project: Flink Issue Type

[jira] [Created] (FLINK-26907) RMQSourceITCase failed on azure due to ContainerLaunchException: Container startup failed

2022-03-29 Thread Yun Gao (Jira)
Yun Gao created FLINK-26907: --- Summary: RMQSourceITCase failed on azure due to ContainerLaunchException: Container startup failed Key: FLINK-26907 URL: https://issues.apache.org/jira/browse/FLINK-26907

[jira] [Created] (FLINK-26880) PyFlinkStreamUserDefinedFunctionTests.test_udf_in_join_condition failed on azure

2022-03-28 Thread Yun Gao (Jira)
Yun Gao created FLINK-26880: --- Summary: PyFlinkStreamUserDefinedFunctionTests.test_udf_in_join_condition failed on azure Key: FLINK-26880 URL: https://issues.apache.org/jira/browse/FLINK-26880 Project

  1   2   3   4   5   6   >