Re: Parallelism vs task manager allocation

2016-09-21 Thread Greg Hogan
er task manager of > sink, so that everyone refers the same instance/slot. > So is there any way so that I can restrict 1 slot per task manager. > > Thanks > Pushpendra Jaiswal > > > > -- > View this message in context: http://apache-flink-user- > mailing-list-ar

Re: Parallelism vs task manager allocation

2016-09-20 Thread pushpendra.jaiswal
Jaiswal -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Parallelism-vs-task-manager-allocation-tp9084p9105.html Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.

Re: Parallelism vs task manager allocation

2016-09-20 Thread Greg Hogan
Hi Pushpendra, This is the expected system behavior. Slots local to the same TaskManager can transfer buffers in memory. Are you able to also run the Sink with a parallelism of 4? Greg On Tue, Sep 20, 2016 at 6:16 AM, Pushpendra Jaiswal < pushpendra.jaiswa...@gmail.com> wrote: > Hi > I have lau

Parallelism vs task manager allocation

2016-09-20 Thread Pushpendra Jaiswal
Hi I have launched 2 task managers each with 2 slots. I have set parallelism 2 for one operator. This operator should launch in both task managers with 1 slot each. But it is launching on only 1 task manager. Is this intended behavior? Thanks Pushpendra Jaiswal.