Bird
0
0

A RabbitMQ log shows:

medium📝 Debug Q7 of 15
RabbitMQ - Monitoring and Management
A RabbitMQ log shows:
=CRASH REPORT==== 27-Apr-2024::13:00:00 ===
** Reason for termination ==
{badarg, [{rabbit_channel, some_function, ...}]}

What is the best first step to troubleshoot this crash?
ADelete all queues to fix the issue
BCheck for recent configuration changes
CIgnore the crash if it happens once
DRestart RabbitMQ immediately
Step-by-Step Solution
Solution:
  1. Step 1: Understand crash cause

    The crash report shows a bad argument error in RabbitMQ channel code, often caused by config or usage issues.
  2. Step 2: Identify logical first step

    Checking recent configuration changes helps find what might have triggered the crash.
  3. Final Answer:

    Check for recent configuration changes -> Option B
  4. Quick Check:

    First troubleshoot step = check config changes [OK]
Quick Trick: Check configs first when RabbitMQ crashes unexpectedly [OK]
Common Mistakes:
MISTAKES
  • Restarting without investigating cause
  • Ignoring crash reports
  • Deleting queues unnecessarily

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More RabbitMQ Quizzes