Permission to apply for contributor

2019-02-28 Thread yelun
Hi ,I want to contribute to the Flink Community.My jira id is guanghui. Thanks

Re: [DISCUSS] Flink framework and user log separation

2019-02-28 Thread vino yang
Hi Jamie Grier, Thank you for your reply, let me add some explanations to this design. First of all, as stated in "Goal", it is mainly for the "Standalone" cluster model, although we have implemented it for Flink on YARN, this does not mean that we can't turn off this feature by means of

Re: Recommended module for connector ratelimiting?

2019-02-28 Thread Lakshmi Gururaja Rao
@Thomas Weise that seems reasonable to me. I'll create a JIRA to track this. @Roshan The idea of a ratelimiting operator did come up before . The main concerns around that

Re: [RESULT][VOTE] Clean up and reorganize the JIRA components

2019-02-28 Thread Kurt Young
Yes, you are right. In the long run, we wish we could unify SQL, DataStream and other operators. Let's keep this as it is and see how it goes. Best, Kurt On Thu, Feb 28, 2019 at 11:05 PM Robert Metzger wrote: > No problem. > I can not decide this, because I don't know the domain enough. I've

Re: [DISCUSS] Flink framework and user log separation

2019-02-28 Thread Jamie Grier
I think maybe if I understood this correctly this design is going in the wrong direction. The problem with Flink logging, when you are running multiple jobs in the same TMs, is not just about separating out the business level logging into separate files. The Flink framework itself logs many

Re: [DISCUSS] Improvement to Flink Window Operator with Slicing

2019-02-28 Thread Rong Rong
Hi Kurt, Thanks for the valuable feedback. I think the suggestions you and Jincheng provided are definitely the best execution plan - Starting with sliding window optimization by exhausting the current public API, there are some components we can leverage or directly reuse from Blink's window

[jira] [Created] (FLINK-11788) Support Code Generation for RexNode

2019-02-28 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11788: --- Summary: Support Code Generation for RexNode Key: FLINK-11788 URL: https://issues.apache.org/jira/browse/FLINK-11788 Project: Flink Issue Type: New Feature

Re: Flaky tests

2019-02-28 Thread Ufuk Celebi
@Till, Robert: +1. That would be helpful. On Thu, Feb 28, 2019 at 4:08 PM Till Rohrmann wrote: > > @Ufuk my understanding, though never written down, was to mark test > stability issues as critical and adding the test-stability label. Maybe we > should state this somewhere more explicitly. > >

Re: Flaky tests

2019-02-28 Thread Till Rohrmann
@Ufuk my understanding, though never written down, was to mark test stability issues as critical and adding the test-stability label. Maybe we should state this somewhere more explicitly. On Thu, Feb 28, 2019 at 1:59 PM Ufuk Celebi wrote: > I fully agree with Aljoscha and Chesnay (although my

Re: [RESULT][VOTE] Clean up and reorganize the JIRA components

2019-02-28 Thread Robert Metzger
No problem. I can not decide this, because I don't know the domain enough. I've added a new "Runtime / Operators " component, which is intended to contain all the API operators, including

Re: [RESULT][VOTE] Clean up and reorganize the JIRA components

2019-02-28 Thread Kurt Young
Sorry to join the discussion after all things seems been settled down already, but i noticed we may need another component: "SQL / operators". Do we still have chance to add it? Best, Kurt On Thu, Feb 28, 2019 at 5:59 PM Robert Metzger wrote: > Okay, I will go with "Connectors / Misc" if

[jira] [Created] (FLINK-11787) Add web ui metrics reporting workaround into Flink Kubernetes resource definitions (Flink 1.7)

2019-02-28 Thread Alex (JIRA)
Alex created FLINK-11787: Summary: Add web ui metrics reporting workaround into Flink Kubernetes resource definitions (Flink 1.7) Key: FLINK-11787 URL: https://issues.apache.org/jira/browse/FLINK-11787

Re: Flaky tests

2019-02-28 Thread Ufuk Celebi
I fully agree with Aljoscha and Chesnay (although my recent PR experience was still close to what Stanislav describes). @Robert: Do we have standard labels that we apply to tickets that report a flaky test? I think this would be helpful to make sure that we have a good overview of the state of

[jira] [Created] (FLINK-11785) Replace case class Null(type) in Table API

2019-02-28 Thread Timo Walther (JIRA)
Timo Walther created FLINK-11785: Summary: Replace case class Null(type) in Table API Key: FLINK-11785 URL: https://issues.apache.org/jira/browse/FLINK-11785 Project: Flink Issue Type:

[jira] [Created] (FLINK-11786) Merge cron branches into respective release branches

2019-02-28 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-11786: Summary: Merge cron branches into respective release branches Key: FLINK-11786 URL: https://issues.apache.org/jira/browse/FLINK-11786 Project: Flink

[jira] [Created] (FLINK-11784) KryoSerializerSnapshotTest occasionally fails on Travis

2019-02-28 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-11784: --- Summary: KryoSerializerSnapshotTest occasionally fails on Travis Key: FLINK-11784 URL: https://issues.apache.org/jira/browse/FLINK-11784 Project: Flink Issue

[DISCUSS] Flink framework and user log separation

2019-02-28 Thread vino yang
Dear devs, Currently, for log output, Flink does not explicitly distinguish between framework logs and user logs. In Task Manager, logs from the framework are intermixed with the user's business logs. In some deployment models, such as Standalone or YARN session, there are different task

[jira] [Created] (FLINK-11783) Deadlock during Join operation

2019-02-28 Thread Julien Nioche (JIRA)
Julien Nioche created FLINK-11783: - Summary: Deadlock during Join operation Key: FLINK-11783 URL: https://issues.apache.org/jira/browse/FLINK-11783 Project: Flink Issue Type: Bug Affects

Re: ask for contributor permission

2019-02-28 Thread Fabian Hueske
Hi, Welcome to the Flink community! I've given you contributor permissions for Jira. Best, Fabian Am Mi., 27. Feb. 2019 um 06:54 Uhr schrieb Stephen : > Hi guys: > > Could somebody give me contributor permissions? my jira username is : > stephenye > Thanks. >

Re: apply contributor permission

2019-02-28 Thread Fabian Hueske
Hi, Welcome to the Flink community! I've given you contributor permissions for Jira. Best, Fabian Am Di., 26. Feb. 2019 um 10:55 Uhr schrieb 490548661 <490548...@qq.com>: > Hi Guys, > > I want to contribute to Apache Flink. > Would you please give me the permission as a contributor? > My JIRA

[jira] [Created] (FLINK-11782) Enhance TaskManager log visualization by listing all log files for Flink web UI

2019-02-28 Thread vinoyang (JIRA)
vinoyang created FLINK-11782: Summary: Enhance TaskManager log visualization by listing all log files for Flink web UI Key: FLINK-11782 URL: https://issues.apache.org/jira/browse/FLINK-11782 Project:

Re: apply contributor permission

2019-02-28 Thread Fabian Hueske
Hi, Welcome to the Apache Flink community. I've given you contributor permissions for Jira. Best, Fabian Am Mi., 27. Feb. 2019 um 03:00 Uhr schrieb bangjiang xu : > Hi, all > > I want to contribute to Apache Flink. > Would you kindly give me the contributor permission? > My JIRA ID is Leonard

[jira] [Created] (FLINK-11781) Config option yarn.per-job-cluster.include-user-jar cannot be set to DISABLED

2019-02-28 Thread Gary Yao (JIRA)
Gary Yao created FLINK-11781: Summary: Config option yarn.per-job-cluster.include-user-jar cannot be set to DISABLED Key: FLINK-11781 URL: https://issues.apache.org/jira/browse/FLINK-11781 Project: Flink

[jira] [Created] (FLINK-11780) Change version scheme of Hadoop-based modules to conform to SNAPSHOT guidelines

2019-02-28 Thread Aljoscha Krettek (JIRA)
Aljoscha Krettek created FLINK-11780: Summary: Change version scheme of Hadoop-based modules to conform to SNAPSHOT guidelines Key: FLINK-11780 URL: https://issues.apache.org/jira/browse/FLINK-11780

Re: Contributor permission application

2019-02-28 Thread Timo Walther
Hi, welcome to the Flink community! I gave you contributor permissions. Please also have a look at the contribution guidelines. https://flink.apache.org/how-to-contribute.html Thanks, Timo Am 28.02.19 um 08:27 schrieb hdxg1101300123: Hi Guys, I want to contribute to Apache Flink. Would

[jira] [Created] (FLINK-11779) CLI ignores -m parameter if high-availability is ZOOKEEPER

2019-02-28 Thread Gary Yao (JIRA)
Gary Yao created FLINK-11779: Summary: CLI ignores -m parameter if high-availability is ZOOKEEPER Key: FLINK-11779 URL: https://issues.apache.org/jira/browse/FLINK-11779 Project: Flink Issue

[jira] [Created] (FLINK-11778) Check and update delivery guarantees in Flink docs

2019-02-28 Thread Dawid Wysakowicz (JIRA)
Dawid Wysakowicz created FLINK-11778: Summary: Check and update delivery guarantees in Flink docs Key: FLINK-11778 URL: https://issues.apache.org/jira/browse/FLINK-11778 Project: Flink

Re: [RESULT][VOTE] Clean up and reorganize the JIRA components

2019-02-28 Thread Robert Metzger
Okay, I will go with "Connectors / Misc" if nobody objects. On Wed, Feb 27, 2019 at 4:33 PM Chesnay Schepler wrote: > "Connectors / Misc" > > On 27.02.2019 15:20, Robert Metzger wrote: > > I have now started renaming the components. > > You can track my progress on the wiki page: > > >