Hi, I had read many times about Ignite Data Grid's fault tolerance, like below sentence... ----------------------------------------- Regardless of which caching mode is used, Ignite guarantees data consistency across all cluster members, regardless of various failure conditions. -----------------------------------------
and also had read about Self-healing Cluster. ----------------------------------------- https://ignite.apache.org/features/datagrid.html <https://ignite.apache.org/features/datagrid.html> Ignite cluster can self-heal, ... and data from failed nodes is automatically propagated to other nodes in the grid. ----------------------------------------- and I know, If specific key's primary node is fail, and backup node is still health, then can access cache data for that key by backup node. But I want know more detail, like more various & detail use-case scenario... Is there any document or something like Computer grid's failover scenario? ( ref> https://apacheignite.readme.io/docs/fault-tolerance <https://apacheignite.readme.io/docs/fault-tolerance> ) -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Can-I-get-more-details-about-Data-Grid-fault-tolerance-failover-tp3131.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
