Bird
0
0

Why is the 'ignore' setting for cluster_partition_handling generally discouraged in production RabbitMQ clusters?

hard📝 Conceptual Q10 of 15
RabbitMQ - Clustering
Why is the 'ignore' setting for cluster_partition_handling generally discouraged in production RabbitMQ clusters?
AIt can cause split-brain leading to inconsistent message states
BIt automatically deletes all queues on partition
CIt forces cluster nodes to restart frequently
DIt disables message persistence
Step-by-Step Solution
Solution:
  1. Step 1: Understand 'ignore' impact

    Ignore lets partitions operate independently, risking split-brain and data inconsistency.
  2. Step 2: Identify why this is discouraged

    Inconsistent message states cause errors and data loss, making ignore unsafe for production.
  3. Final Answer:

    It can cause split-brain leading to inconsistent message states -> Option A
  4. Quick Check:

    ignore risks split-brain and inconsistency [OK]
Quick Trick: ignore risks split-brain and inconsistent data [OK]
Common Mistakes:
MISTAKES
  • Thinking ignore deletes queues automatically
  • Assuming ignore causes restarts
  • Believing ignore disables persistence

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More RabbitMQ Quizzes