You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by André Luis Almeida <an...@gmail.com> on 2017/04/20 18:54:59 UTC

disable fault tolerance

Igniters,

 Is it possible to disable fault tolerance in Apache Ignite?

thanks,


André Luís B. Almeida

Re: disable fault tolerance

Posted by Andrey Mashenkov <an...@gmail.com>.
Hi Andre,

It is supported out-of-box. You may want to use REPLICATED cache or set
particular number of backups for PARTITIONED cache.
See [1] and [2] for details. PARTITIONED with no backups will not survive
if one of its data node fails.


[1] https://apacheignite.readme.io/docs/cache-modes
[2] https://apacheignite.readme.io/docs/primary-and-backup-copies

On Fri, Apr 21, 2017 at 5:27 PM, André Luis Almeida <an...@gmail.com>
wrote:

> Andrey,
>
>  I want to test  "in-memory distributed key-value store (Map)" with  fault
> tolerance (fault in a node) enable and disable.
>
> thanks
>
> 2017-04-20 17:41 GMT-03:00 Andrey Mashenkov <an...@gmail.com>:
>
>> Hi Andre,
>>
>> What fault tolerance do you mean? Ignite has a number of modules.
>>
>> On Thu, Apr 20, 2017 at 9:54 PM, André Luis Almeida <andlui.eng@gmail.com
>> > wrote:
>>
>>> Igniters,
>>>
>>>  Is it possible to disable fault tolerance in Apache Ignite?
>>>
>>> thanks,
>>>
>>>
>>> André Luís B. Almeida
>>>
>>
>>
>>
>> --
>> Best regards,
>> Andrey V. Mashenkov
>>
>
>
>
> --
> André Luís B. Almeida
>



-- 
Best regards,
Andrey V. Mashenkov

Re: disable fault tolerance

Posted by André Luis Almeida <an...@gmail.com>.
Andrey,

 I want to test  "in-memory distributed key-value store (Map)" with  fault
tolerance (fault in a node) enable and disable.

thanks

2017-04-20 17:41 GMT-03:00 Andrey Mashenkov <an...@gmail.com>:

> Hi Andre,
>
> What fault tolerance do you mean? Ignite has a number of modules.
>
> On Thu, Apr 20, 2017 at 9:54 PM, André Luis Almeida <an...@gmail.com>
> wrote:
>
>> Igniters,
>>
>>  Is it possible to disable fault tolerance in Apache Ignite?
>>
>> thanks,
>>
>>
>> André Luís B. Almeida
>>
>
>
>
> --
> Best regards,
> Andrey V. Mashenkov
>



-- 
André Luís B. Almeida

Re: disable fault tolerance

Posted by Andrey Mashenkov <an...@gmail.com>.
Hi Andre,

What fault tolerance do you mean? Ignite has a number of modules.

On Thu, Apr 20, 2017 at 9:54 PM, André Luis Almeida <an...@gmail.com>
wrote:

> Igniters,
>
>  Is it possible to disable fault tolerance in Apache Ignite?
>
> thanks,
>
>
> André Luís B. Almeida
>



-- 
Best regards,
Andrey V. Mashenkov