You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rabbit_msg_store: log a warning when GC kill fallback fires
The `exit(GCPid, shutdown)` signal is expected to terminate the GC
immediately because the GC does not trap exits. If it does not, the
fallback `exit(GCPid, kill)` path runs silently and the operator has
no visibility into a case that should, by design, never happen.
Emit a warning on the fallback path identifying the store directory
and the timeout that expired. This makes the fallback searchable in
fleet-wide logs so we can tell whether the bounded-wait was ever
actually needed in production.
Thread the `Dir` argument back into `stop_gc/2` for the log message.
0 commit comments