Hello!

Can you try to increase 'failure detection timeout' property of your
DiscoverySpi to something like 5 minutes (300000)?
This is failure detection handler which is supposed to catch deadlocks but
instead it catches things like WAL copying.

Also consider turning off WAL while ingesting data, turning it back on when
data load is finished.

this is by ALTER TABLE public.tableName NOLOGGING;
and then back ALTER TABLE public.tableName LOGGING;

Regards,
-- 
Ilya Kasnacheev


пт, 7 дек. 2018 г. в 19:29, joseheitor <j...@heitorprojects.com>:

> Hi Ilya,
>
> Your recommendation works - thanks.
>
> When loading a few million records, I always seem to experience a node
> failure on one of my two nodes.
>
> I have attached the log from a recent run on version 2.7.0, failure
> occurred
> after about 10 minutes...
>
> Please let me know if you see anything I must address to prevent this?
>
> Thanks,
> Jose
>
> ignite-66c8e66a.gz
> <
> http://apache-ignite-users.70518.x6.nabble.com/file/t1652/ignite-66c8e66a.gz>
>
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Reply via email to