Re: Parallelism vs task manager allocation

Posted by Greg Hogan on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Parallelism-vs-task-manager-allocation-tp9084p9087.html

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 <[hidden email]> wrote:
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.