Re: [PROGRESS-UPDATE] Redesign Flink Scheduling, introducing dedicated Scheduler Component

2019-04-15 Thread Zhu Zhu
; Subject:Re: [PROGRESS-UPDATE] Redesign Flink Scheduling, introducing > dedicated Scheduler Component > > Thanks Gary for sharing the documents to the community. > The idea makes scheduler more flexible. > > Best, > Guowei > > > Till Rohrmann 于2019年4月13日周六 上午12:21写道:

Re: [PROGRESS-UPDATE] Redesign Flink Scheduling, introducing dedicated Scheduler Component

2019-04-15 Thread zhijiang
: [PROGRESS-UPDATE] Redesign Flink Scheduling, introducing dedicated Scheduler Component Thanks Gary for sharing the documents to the community. The idea makes scheduler more flexible. Best, Guowei Till Rohrmann 于2019年4月13日周六 上午12:21写道: > Thanks for sharing the current state of the schedu

Re: [PROGRESS-UPDATE] Redesign Flink Scheduling, introducing dedicated Scheduler Component

2019-04-14 Thread Guowei Ma
Thanks Gary for sharing the documents to the community. The idea makes scheduler more flexible. Best, Guowei Till Rohrmann 于2019年4月13日周六 上午12:21写道: > Thanks for sharing the current state of the scheduler refactorings with the > community Gary. The proposed changes look good to me and, hence,

Re: [PROGRESS-UPDATE] Redesign Flink Scheduling, introducing dedicated Scheduler Component

2019-04-12 Thread Till Rohrmann
Thanks for sharing the current state of the scheduler refactorings with the community Gary. The proposed changes look good to me and, hence, +1 for proceeding with bringing the interfaces into place. Cheers, Till On Fri, Apr 12, 2019 at 5:53 PM Gary Yao wrote: > Hi all, > > As you might have

[PROGRESS-UPDATE] Redesign Flink Scheduling, introducing dedicated Scheduler Component

2019-04-12 Thread Gary Yao
Hi all, As you might have seen already, we are currently reworking Flink's scheduling. At the moment, scheduling is a concern that is scattered across different components, such as ExecutionGraph, Execution and SlotPool. Scheduling also happens only on the granularity of individual tasks, which