{"id":"partition-failures-compound-across-membership-and-consensus","text":"Network partitions create cascading failures across the membership and consensus layers: gossip-based failure detection is the single correctness gate for replication, and Raft's partition hazard (stale leader silently accepting doomed writes, forced re-election on rejoin) depends on membership accuracy that gossip's timeout-based suspicion may misjudge.","truth_value":"IN","source":"","source_url":"","source_hash":"","justifications":[{"type":"SL","antecedents":["gossip-failure-detection-governs-cluster-correctness","raft-partition-creates-dual-hazard"],"outlist":[],"label":"inaccurate membership detection feeds incorrect state to consensus, compounding both layers' partition vulnerabilities"}],"dependents":["network-partitions-amplify-write-correctness-gaps"],"metadata":{"last_reviewed":"2026-05-30T09:01:17","review_result":"pass"},"created_at":"","updated_at":"","reviewed_at":"","verified_at":"","retracted_at":"","explanation":{"steps":[{"node":"partition-failures-compound-across-membership-and-consensus","truth_value":"IN","reason":"SL justification valid","antecedents":["gossip-failure-detection-governs-cluster-correctness","raft-partition-creates-dual-hazard"],"label":"inaccurate membership detection feeds incorrect state to consensus, compounding both layers' partition vulnerabilities"},{"node":"gossip-failure-detection-governs-cluster-correctness","truth_value":"IN","reason":"SL justification valid","antecedents":["gossip-failure-detection-gates-replication","gossip-suspicion-is-timeout-based","gossip-cleanup-bounds-membership-growth"],"label":"All distributed data operations flow through the gossip liveness set, making failure detection accuracy a cluster-wide concern"},{"node":"gossip-failure-detection-gates-replication","truth_value":"IN","reason":"premise"},{"node":"gossip-suspicion-is-timeout-based","truth_value":"IN","reason":"premise"},{"node":"gossip-cleanup-bounds-membership-growth","truth_value":"IN","reason":"premise"},{"node":"raft-partition-creates-dual-hazard","truth_value":"IN","reason":"SL justification valid","antecedents":["raft-stale-leader-accepts-writes","raft-rejoin-forces-election"],"label":"Two partition-related behaviors combine into a scenario where partitions cause both silent data loss AND unnecessary leader disruption on heal"},{"node":"raft-stale-leader-accepts-writes","truth_value":"IN","reason":"premise"},{"node":"raft-rejoin-forces-election","truth_value":"IN","reason":"premise"}]}}