[VOTE] Release 1.12.2, release candidate #2

2021-02-26 Thread Roman Khachatryan
Hi everyone, Please review and vote on the release candidate #1 for the version 1.12.2, 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],

Re: [DISCUSS] Apache Flink Jira Process

2021-02-26 Thread Till Rohrmann
Thanks for starting this discussion Konstantin. I like your proposal and also the idea of automating the tedious parts of it via a bot. Cheers, Till On Fri, Feb 26, 2021 at 4:17 PM Konstantin Knauf wrote: > Dear Flink Community, > > I would like to start a discussion on improving and to some ex

[jira] [Created] (FLINK-21521) Pretty print K8s specifications

2021-02-26 Thread Till Rohrmann (Jira)
Till Rohrmann created FLINK-21521: - Summary: Pretty print K8s specifications Key: FLINK-21521 URL: https://issues.apache.org/jira/browse/FLINK-21521 Project: Flink Issue Type: Improvement

[DISCUSS] Apache Flink Jira Process

2021-02-26 Thread Konstantin Knauf
Dear Flink Community, I would like to start a discussion on improving and to some extent simply defining the way we work with Jira. Some aspects have been discussed a while back [1], but I would like to go a bit beyond that with the following goals in mind: - clearer communication and exp

Re: [DISCUSS] Releasing Apache Flink 1.12.2

2021-02-26 Thread Roman Khachatryan
Thanks for the update and for reporting the issue Matthias. I see that FLINK-21030 is now resolved [1] I can confirm that FLINK-21515 is indeed a test stability not affecting production code (I've published a patch to fix it). Therefore, I will proceed to building the next RC from e9af362f0caa16e

Re: [DISCUSS] Deprecation and removal of the legacy SQL planner

2021-02-26 Thread Seth Wiesman
Strong +1 Having two planners is confusing to users and the diverging semantics make it difficult to provide useful learning material. It is time to rip the bandage off. Seth On Fri, Feb 26, 2021 at 12:54 AM Kurt Young wrote: > change.> > > Hi Timo, > > First of all I want to thank you for in

Re: [Parquet support]

2021-02-26 Thread Etienne Chauchot
Hi all, Jingsong, thanks it makes sense. Besides, sorry but I found another bug in ParquetInputFormat: https://issues.apache.org/jira/browse/FLINK-21520 For my urgent needs, I'll workaround by filtering the dataSet rather than applying the filter in the ParquetInputFormat at source reading ti

[jira] [Created] (FLINK-21520) ParquetInputFormat#setfilterPredicate() does not work

2021-02-26 Thread Etienne Chauchot (Jira)
Etienne Chauchot created FLINK-21520: Summary: ParquetInputFormat#setfilterPredicate() does not work Key: FLINK-21520 URL: https://issues.apache.org/jira/browse/FLINK-21520 Project: Flink

[jira] [Created] (FLINK-21519) SQLClientHBaseITCase hangs on azure

2021-02-26 Thread Dawid Wysakowicz (Jira)
Dawid Wysakowicz created FLINK-21519: Summary: SQLClientHBaseITCase hangs on azure Key: FLINK-21519 URL: https://issues.apache.org/jira/browse/FLINK-21519 Project: Flink Issue Type: Bug

Re: [DISCUSS]FLIP-163: SQL Client Improvements

2021-02-26 Thread Leonard Xu
Hi, all Look like there’s only one divergence about option [ table | sql-client ].dml-sync in this thread, correct me if I’m wrong. 1. Leaving the context of this thread, from a user's perspective, the table.xx configurations should take effect in Table API & SQL, the sql-client.xx configuratio

[jira] [Created] (FLINK-21518) CheckpointCoordinatorTest.testMinCheckpointPause fails fatally on AZP

2021-02-26 Thread Till Rohrmann (Jira)
Till Rohrmann created FLINK-21518: - Summary: CheckpointCoordinatorTest.testMinCheckpointPause fails fatally on AZP Key: FLINK-21518 URL: https://issues.apache.org/jira/browse/FLINK-21518 Project: Flin

[jira] [Created] (FLINK-21517) Test harnesses are bypassing serialization stack for events

2021-02-26 Thread Piotr Nowojski (Jira)
Piotr Nowojski created FLINK-21517: -- Summary: Test harnesses are bypassing serialization stack for events Key: FLINK-21517 URL: https://issues.apache.org/jira/browse/FLINK-21517 Project: Flink

[jira] [Created] (FLINK-21516) UpsertKafkaTableITCase.testTemporalJoin fails on AZP

2021-02-26 Thread Till Rohrmann (Jira)
Till Rohrmann created FLINK-21516: - Summary: UpsertKafkaTableITCase.testTemporalJoin fails on AZP Key: FLINK-21516 URL: https://issues.apache.org/jira/browse/FLINK-21516 Project: Flink Issue

Re: [DISCUSS] Releasing Apache Flink 1.12.2

2021-02-26 Thread Matthias Pohl
There's a test instability which I assume is caused by FLINK-21028 [1]. I created FLINK-21515 [2] to cover this issue. Could somebody verify that? I validated already that this issue appears on master as well without the changes added in FLINK-21030 [3]. Best, Matthias [1] https://issues.apache.o

[jira] [Created] (FLINK-21515) SourceStreamTaskTest.testStopWithSavepointShouldNotInterruptTheSource is failing

2021-02-26 Thread Matthias (Jira)
Matthias created FLINK-21515: Summary: SourceStreamTaskTest.testStopWithSavepointShouldNotInterruptTheSource is failing Key: FLINK-21515 URL: https://issues.apache.org/jira/browse/FLINK-21515 Project: Fli

[jira] [Created] (FLINK-21514) 26.02.2021 Benchmarks are not compiling

2021-02-26 Thread Piotr Nowojski (Jira)
Piotr Nowojski created FLINK-21514: -- Summary: 26.02.2021 Benchmarks are not compiling Key: FLINK-21514 URL: https://issues.apache.org/jira/browse/FLINK-21514 Project: Flink Issue Type: Bug

Re: [DISCUSS] Releasing Apache Flink 1.12.2

2021-02-26 Thread Matthias Pohl
FYI: I created the PRs for merging FLINK-21030 [1] into release-1.12 [2] and release-1.11 [3]. Best, Matthias [1] https://issues.apache.org/jira/browse/FLINK-21030 [2] https://github.com/apache/flink/pull/15034 [3] https://github.com/apache/flink/pull/15035 On Thu, Feb 25, 2021 at 5:18 PM Till R

Re: [DISCUSS] FLIP-162: Consistent Flink SQL time function behavior

2021-02-26 Thread Leonard Xu
Thanks Joe for the great investigation. > • Generally urging for semantics (batch > time of first query issued, > streaming > row level). > I discussed the thing now with Timo & Stephan: > • It seems to go towards a config parameter, either [query-start, row] > or [query-start, row

[jira] [Created] (FLINK-21513) Rethink up-/down-/restartingTime metrics

2021-02-26 Thread Chesnay Schepler (Jira)
Chesnay Schepler created FLINK-21513: Summary: Rethink up-/down-/restartingTime metrics Key: FLINK-21513 URL: https://issues.apache.org/jira/browse/FLINK-21513 Project: Flink Issue Type:

[jira] [Created] (FLINK-21512) flink MemorySize.parseBytes bug if users use it by setting dynamic properties like

2021-02-26 Thread jackylau (Jira)
jackylau created FLINK-21512: Summary: flink MemorySize.parseBytes bug if users use it by setting dynamic properties like Key: FLINK-21512 URL: https://issues.apache.org/jira/browse/FLINK-21512 Project: F

[jira] [Created] (FLINK-21511) Flink connector elasticsearch 6.x has a bug about BulkProcessor hangs for threads deadlocked

2021-02-26 Thread zhangmeng (Jira)
zhangmeng created FLINK-21511: - Summary: Flink connector elasticsearch 6.x has a bug about BulkProcessor hangs for threads deadlocked Key: FLINK-21511 URL: https://issues.apache.org/jira/browse/FLINK-21511