'What happens to data that is pending write behind on ignite node failure with backups configured?
I have an Apache Ignite cluster with 3 server nodes. The cache is configured with 1 backup and the default PRIMARY_SYNC write synchronization mode. It also has write behind enabled, for writing the data through to the file system.
If a node fails, does any data that is pending write behind on it still get written through to the file system via its backup node?
Also, is there a way to only enable cache backups for data that is pending write behind, and not for data that has successfully been written through?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
