Active Anti-entropy Configuration Reference
Periodically, each Bondy node will choose a random cluster peer and perform an exchange comparing their replicated data, synchronising any missing data and/or repairing conflicting data. This is done efficiently by using Merkle trees (a.k.a hashtrees) that are stored on disk.
aae.enabled
Since v0.8.8
Controls whether the active anti-entropy subsystem is enabled.
aae.exchange_on_cluster_join
Since N/A
aae.data_exchange_timeout
Since N/A
aae.exchange_timer
Since v0.8.8
Controls when will the AAE system will trigger the next AAE exchange.
aae.hashtree_timer
Since v0.8.8
aae.hashtree_ttl
Since v0.8.8
Controls how often the AAE hashtrees (on-disk merkle trees) are re-build.
Notice
Not working at the moment. Currently hashtrees are always rebuild during startup. In next releases we will enable this feature.