Page MenuHomePhabricator

[tunnelbroker] Ignore connection error messages handled elsewhere
ClosedPublic

Authored by bartek on Oct 3 2024, 1:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 18, 10:13 PM
Unknown Object (File)
Mon, Apr 7, 10:54 AM
Unknown Object (File)
Sun, Mar 23, 11:00 AM
Unknown Object (File)
Mar 11 2025, 3:40 PM
Unknown Object (File)
Mar 11 2025, 3:38 PM
Unknown Object (File)
Mar 2 2025, 8:19 PM
Unknown Object (File)
Feb 25 2025, 6:37 AM
Unknown Object (File)
Feb 18 2025, 1:39 AM
Subscribers

Details

Summary

This is to avoid alerting spam for errors from inside lapin library that we handle e.g. by reconnecting to RabbitMQ.

Depends on D13607

Test Plan

When Tunnelbroker is open, stop RabbitMQ server.

Before: Error was displayed with errorType = AMQP_ERROR that connection is lost.
After: The error is not displayed from this handler. Error message appears only when all exponential backoff attempts fail.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bartek held this revision as a draft.
bartek published this revision for review.Oct 4 2024, 8:44 AM
bartek edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Oct 7 2024, 2:50 AM