You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by ALEKSEY KUZNETSOV <al...@gmail.com> on 2017/03/13 13:43:46 UTC

starting grids in tests

Hi All!
When would you call startGridsMultiThreaded instead of startGrids.
I wonder why would one start grids multithreaded ?
-- 

*Best Regards,*

*Kuznetsov Aleksey*

Re: starting grids in tests

Posted by Andrey Gura <ag...@apache.org>.
startGrids() method starts nodes sequentially, whille
startGridsMultiThread() does it in parallel. Moreover,
startGridsMultiThreaded() waits for finishing of partition map
exchange.

On Mon, Mar 13, 2017 at 4:43 PM, ALEKSEY KUZNETSOV
<al...@gmail.com> wrote:
> Hi All!
> When would you call startGridsMultiThreaded instead of startGrids.
> I wonder why would one start grids multithreaded ?
> --
>
> *Best Regards,*
>
> *Kuznetsov Aleksey*