[jira] [Created] (FLINK-26722) the result is wrong when using file connector with csv format

2022-03-18 Thread zl (Jira)
zl created FLINK-26722: -- Summary: the result is wrong when using file connector with csv format Key: FLINK-26722 URL: https://issues.apache.org/jira/browse/FLINK-26722 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-26723) Fix the content of exception in SourceCoordinatorContext

2022-03-18 Thread zoucao (Jira)
zoucao created FLINK-26723: -- Summary: Fix the content of exception in SourceCoordinatorContext Key: FLINK-26723 URL: https://issues.apache.org/jira/browse/FLINK-26723 Project: Flink Issue Type: Impr

[jira] [Created] (FLINK-26724) FlinkKafkaProducerMigrationOperatorTest.testRestoreProducer failed on azure due to Container startup failed

2022-03-18 Thread Yun Gao (Jira)
Yun Gao created FLINK-26724: --- Summary: FlinkKafkaProducerMigrationOperatorTest.testRestoreProducer failed on azure due to Container startup failed Key: FLINK-26724 URL: https://issues.apache.org/jira/browse/FLINK-26724

[jira] [Created] (FLINK-26725) Support the new type inference in Scala Table API aggregate functions

2022-03-18 Thread Timo Walther (Jira)
Timo Walther created FLINK-26725: Summary: Support the new type inference in Scala Table API aggregate functions Key: FLINK-26725 URL: https://issues.apache.org/jira/browse/FLINK-26725 Project: Flink

[jira] [Created] (FLINK-26726) Remove the unregistered task from readersAwaitingSplit

2022-03-18 Thread zoucao (Jira)
zoucao created FLINK-26726: -- Summary: Remove the unregistered task from readersAwaitingSplit Key: FLINK-26726 URL: https://issues.apache.org/jira/browse/FLINK-26726 Project: Flink Issue Type: Impro

[jira] [Created] (FLINK-26727) Fix the implementation of sub-interpreter in Thread Mode

2022-03-18 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-26727: Summary: Fix the implementation of sub-interpreter in Thread Mode Key: FLINK-26727 URL: https://issues.apache.org/jira/browse/FLINK-26727 Project: Flink Issu

Re: [DISCUSS] Support the session job management in kubernetes operator

2022-03-18 Thread Aitozi
Hi Guys: FYI, I have integrated your comments and drawn the FLIP-215[1], I will create another thread to vote for it. [1]: https://cwiki.apache.org/confluence/display/FLINK/FLIP-215%3A+Introduce+FlinkSessionJob+CRD+in+the+kubernetes+operator Best, Aitozi. Aitozi 于2022年3月17日周四 11:16写道: >

[jira] [Created] (FLINK-26728) Support min operation in DataStream

2022-03-18 Thread CaoYu (Jira)
CaoYu created FLINK-26728: - Summary: Support min operation in DataStream Key: FLINK-26728 URL: https://issues.apache.org/jira/browse/FLINK-26728 Project: Flink Issue Type: New Feature Compo

[jira] [Created] (FLINK-26730) Support max operation in DataStream

2022-03-18 Thread CaoYu (Jira)
CaoYu created FLINK-26730: - Summary: Support max operation in DataStream Key: FLINK-26730 URL: https://issues.apache.org/jira/browse/FLINK-26730 Project: Flink Issue Type: New Feature Compo

[jira] [Created] (FLINK-26729) Support minby operation in DataStream

2022-03-18 Thread CaoYu (Jira)
CaoYu created FLINK-26729: - Summary: Support minby operation in DataStream Key: FLINK-26729 URL: https://issues.apache.org/jira/browse/FLINK-26729 Project: Flink Issue Type: New Feature Com

[jira] [Created] (FLINK-26731) Support maxby operation in DataStream

2022-03-18 Thread CaoYu (Jira)
CaoYu created FLINK-26731: - Summary: Support maxby operation in DataStream Key: FLINK-26731 URL: https://issues.apache.org/jira/browse/FLINK-26731 Project: Flink Issue Type: New Feature Com

[VOTE]FLIP-215: Introduce FlinkSessionJob CRD in the kubernetes operator

2022-03-18 Thread Aitozi
Hi community: I'd like to start a vote on FLIP-215: Introduce FlinkSessionJob CRD in the kubernetes operator [1] which has been discussed in the thread [2]. The vote will be open for at least 72 hours unless there is an objection or not enough votes. [1]: https://cwiki.apache.org/confluence/d

[jira] [Created] (FLINK-26732) DefaultResourceAllocationStrategy need more log info to troubleshoot

2022-03-18 Thread jackylau (Jira)
jackylau created FLINK-26732: Summary: DefaultResourceAllocationStrategy need more log info to troubleshoot Key: FLINK-26732 URL: https://issues.apache.org/jira/browse/FLINK-26732 Project: Flink

[jira] [Created] (FLINK-26733) Deprecate TableConfig ctor and use getDefault() instead

2022-03-18 Thread Marios Trivyzas (Jira)
Marios Trivyzas created FLINK-26733: --- Summary: Deprecate TableConfig ctor and use getDefault() instead Key: FLINK-26733 URL: https://issues.apache.org/jira/browse/FLINK-26733 Project: Flink

Re: [DISCUSS] Support the session job management in kubernetes operator

2022-03-18 Thread Gyula Fóra
Thank Aitozi, a FLIP might be an overkill at this point but no harm in voting on it anyways :) Looks good! Gyula On Fri, Mar 18, 2022 at 10:25 AM Aitozi wrote: > Hi Guys: > > FYI, I have integrated your comments and drawn the FLIP-215[1], I will > create another thread to vote for it. > >

[jira] [Created] (FLINK-26734) Various usage examples of adding window operation

2022-03-18 Thread zhangjingcun (Jira)
zhangjingcun created FLINK-26734: Summary: Various usage examples of adding window operation Key: FLINK-26734 URL: https://issues.apache.org/jira/browse/FLINK-26734 Project: Flink Issue Type:

Re: [VOTE]FLIP-215: Introduce FlinkSessionJob CRD in the kubernetes operator

2022-03-18 Thread Gyula Fóra
I think this is a simple and valuable addition that will also be a building block for other important future features. +1 Gyula On Fri, Mar 18, 2022 at 10:30 AM Aitozi wrote: > Hi community: > I'd like to start a vote on FLIP-215: Introduce FlinkSessionJob CRD in > the kubernetes operator

Re: [DISCUSS] Support the session job management in kubernetes operator

2022-03-18 Thread Yang Wang
Great work. Since we are introducing a new public API, it deserves a FLIP. And the FLIP will help the later contributors catch up soon. Best, Yang Gyula Fóra 于2022年3月18日周五 18:11写道: > Thank Aitozi, a FLIP might be an overkill at this point but no harm in > voting on it anyways :) > > Looks good!

Re: [VOTE]FLIP-215: Introduce FlinkSessionJob CRD in the kubernetes operator

2022-03-18 Thread Yang Wang
+1(binding) Thanks for your contribution. Best, Yang Gyula Fóra 于2022年3月18日周五 18:44写道: > I think this is a simple and valuable addition that will also be a building > block for other important future features. > > +1 > > Gyula > > On Fri, Mar 18, 2022 at 10:30 AM Aitozi wrote: > > > Hi commun

Re: [VOTE]FLIP-215: Introduce FlinkSessionJob CRD in the kubernetes operator

2022-03-18 Thread Biao Geng
+1(non-binding) Thanks for the work! Best, Biao Geng Yang Wang 于2022年3月18日周五 19:01写道: > +1(binding) > > Thanks for your contribution. > > Best, > Yang > > Gyula Fóra 于2022年3月18日周五 18:44写道: > > > I think this is a simple and valuable addition that will also be a > building > > block for other i

[jira] [Created] (FLINK-26735) RMQSource queueing mechanism leads to OOM

2022-03-18 Thread Daniel Hristov (Jira)
Daniel Hristov created FLINK-26735: -- Summary: RMQSource queueing mechanism leads to OOM Key: FLINK-26735 URL: https://issues.apache.org/jira/browse/FLINK-26735 Project: Flink Issue Type: Bug

Re: [VOTE]FLIP-215: Introduce FlinkSessionJob CRD in the kubernetes operator

2022-03-18 Thread Őrhidi Mátyás
+1 (non-binding) nice addition to the operator Cheers, Matyas On Fri, Mar 18, 2022 at 12:10 PM Biao Geng wrote: > +1(non-binding) > Thanks for the work! > > Best, > Biao Geng > > Yang Wang 于2022年3月18日周五 19:01写道: > > > +1(binding) > > > > Thanks for your contribution. > > > > Best, > > Yang > >

[jira] [Created] (FLINK-26736) [JUnit5 Migration] Module: flink-avro-confluent-registry

2022-03-18 Thread Ryan Skraba (Jira)
Ryan Skraba created FLINK-26736: --- Summary: [JUnit5 Migration] Module: flink-avro-confluent-registry Key: FLINK-26736 URL: https://issues.apache.org/jira/browse/FLINK-26736 Project: Flink Issue

proposal to allow configuration of Statefun exponential backoff

2022-03-18 Thread Galen Warren
Currently, when the execution of a stateful function fails, the call is retried using an exponential backoff scheme -- the initial delay is 10ms (original sync client) or 2ms (async Netty client), and it doubles on every subsequent failure, without limit, until the call succeeds or its budgeted tim