Re: [VOTE] FLIP-104: Add More Metrics to Jobmanager

2020-02-26 Thread lining jing
Hi till, thanks for your reply. > Concerning FLINK-9741, I'm not sure whether we need to fix this issue > before starting this effort. The JobManager's are now running as part of > the cluster entrypoint process for which we should actually report the > metrics (memory usage). I have confirmed

Re: [VOTE] FLIP-102: Add More Metrics to TaskManager

2020-02-26 Thread lining jing
Hi Till Thanks for your response! I'm responsible for the RestAPI design part of FLIP-102 1. Some of the newly introduced metrics involve computations on the > TaskManager. I would like to avoid additional computations introduced by > metrics as much as possible because metrics should not affect

Re: [VOTE] FLIP-102: Add More Metrics to TaskManager

2020-02-25 Thread lining jing
About 1: 1. ManagedMemory's total could get from TaskExecutorResourceSpec. 2. ManagedMemory's used registers in SlotMetricGroup is ok. As there's no MetricGroup for the slot, so we need to create SlotMetricGroup. Till Rohrmann 于2020年2月25日周二 下午6:58写道: > Thanks for creating this FLIP Yadong. I

Re: [VOTE] FLIP-100: Add Attempt Information

2020-02-24 Thread lining jing
I agree with Jark. The user can find the previous taskmanager according to the log link in the history of the attempt. The reason for adding attempts' information to the timeline is that for some reason, the job failover failed or took a long time. This problem is challenging to locate. As the cur

Re: [VOTE] FLIP-101: Add Pending Slots Detail

2020-02-24 Thread lining jing
Currently, users can't define slot resources. If there are pending slots, the main reason is that there are not enough slots, so the slot size is mainly displayed without more details. If slot resources can be set dynamically later, more information could be shown. Zhijiang 于2020年2月21日周五 下午11:22写

Re: [VOTE] FLIP-103: Better TM/JM Log Display

2020-02-20 Thread lining jing
+1 (non-binding) It lists all log files, the user could see the GC log. Xintong Song 于2020年2月21日周五 上午10:44写道: > +1 (non-binding) > > I like the ideas of having a list of all log files, and make them > downloadable. > > Thank you~ > > Xintong Song > > > > On Fri, Feb 21, 2020 at 10:24 AM Yang Wan

Re: [DISCUSS] Kicking off the 1.11 release cycle

2020-02-20 Thread lining jing
Thanks for kicking off. +1 for the *anticipated feature freeze date* end of April. Zhu Zhu 于2020年2月20日周四 下午6:04写道: > Thanks Piotr and Zhijiang for volunteering as the release managers! > > +1 for aiming with the feature freeze date for end of April. > > Thanks, > Zhu Zhu > > Piotr Nowojski 于20

Re: [DISCUSS] FLIP-75: Flink Web UI Improvement Proposal

2020-02-18 Thread lining jing
e: > >>>>>>>> > >>>>>>>>> Thanks for the update Yadong. Big +1 for the proposed > >>>> improvements > >>>>>> for > >>>>>>>>> Flink's web UI. I think they will be sup

Re: Cwiki edit access

2020-02-13 Thread lining jing
As I am currently drafting FLIP-98 ~ 104 with Yadong, so i need to edit it. jincheng sun 于2020年2月14日周五 上午11:43写道: > Hi Lining, > > Could you please add more information about why you need page access > authority, and which page you want to edit? > > Best, > Jincheng > &

Cwiki edit access

2020-02-13 Thread lining jing
Hi, I would like to be able to edit pages in the Confluence Flink space. Can someone give me access, please? Thanks

Re: [ANNOUNCE] Yu Li became a Flink committer

2020-02-02 Thread lining jing
Congratulations Yu, well deserved. Jared Li 于2020年2月1日周六 下午12:10写道: > nice job > > Congxian Qiu 于2020年2月1日周六 上午11:28写道: > > > Congratulations Yu, well deserved. > > Best, > > Congxian > > > > > > Yun Gao 于2020年1月31日周五 下午4:15写道: > > > > >Congratulations Yu! > > > > > > Best, > > >

Re: [ANNOUNCE] Zhu Zhu becomes a Flink committer

2019-12-17 Thread lining jing
Congratulations Zhu Zhu~ Andrey Zagrebin 于2019年12月16日周一 下午5:01写道: > Congrats Zhu Zhu! > > On Mon, Dec 16, 2019 at 8:10 AM Xintong Song > wrote: > > > Congratulations Zhu Zhu~ > > > > Thank you~ > > > > Xintong Song > > > > > > > > On Mon, Dec 16, 2019 at 12:34 PM Danny Chan > wrote: > > > > >

Re: [VOTE] FLIP-83: Flink End-to-end Performance Testing Framework

2019-11-19 Thread lining jing
+1 (non-binding) Dian Fu 于2019年11月19日周二 下午6:45写道: > +1 (non-binding) > > Regards, > Dian > > > 在 2019年11月19日,下午6:31,Piotr Nowojski 写道: > > > > +1 (non-binding) > > > > Piotrek > > > >> On 19 Nov 2019, at 04:20, Yang Wang wrote: > >> > >> +1 (non-binding) > >> > >> It is great to have a new end

Re: [DISCUSS] FLIP-75: Flink Web UI Improvement Proposal

2019-10-23 Thread lining jing
Hi all, I have updated the backend design in FLIP-75 . Here are some brief introductions: - Add metric for manage memory FLINK-14406 . - E

Re: [jira] [Created] (FLINK-13987) add new logs api, see more log files and can see logs by pages

2019-09-06 Thread lining jing
Hi folks, I have updated the description, this is the new : As the job running, the log files are becoming large. Current log api often blocks or don't work. It's unfriendly for user. As application runs on jvm, sometime user need see log of gc. Above all, i list new api: - list taskmanage

how get job id which job run slot

2018-11-08 Thread lining jing
Hi, dev. I have a question. Now rest api can get TaskManagerInfo, but can not get information of task which run on slot.

Re: [DISCUSS] Flink Cluster Overview Dashboard Improvement Proposal

2018-11-06 Thread lining jing
aDong has shared some sample code ( > https://github.com/vthinkxie/flink-runtime-web) which upgraded the Flink > web UI to Angular 7.0. I would suggest we add all the new web UI features > on top of that underlying framework. What do you think? > > Regards, > Shaoxuan > > &

Re: [DISCUSS] Flink Cluster Overview Dashboard Improvement Proposal

2018-11-06 Thread lining jing
We also need refactor single job show. Now, just can see vertex metrics. And if you want see other informations, have to go to other page .First, we need update vertex and operator show. - vertex show in https://issues.apache.org/jira/browse/FLINK-10802. [image: image.png] - operator show like [i

Issue assign right

2017-03-22 Thread lining jing
Hi, All, Can give me contirbutor permissions! Thanks!