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 <[email protected]> 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 <[email protected]>: > >> 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 <[email protected] >> > 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
