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)
Sun, Nov 10, 11:38 AM
Unknown Object (File)
Fri, Nov 8, 10:37 PM
Unknown Object (File)
Fri, Nov 8, 1:48 PM
Unknown Object (File)
Sun, Oct 27, 10:34 PM
Unknown Object (File)
Fri, Oct 25, 10:36 AM
Unknown Object (File)
Thu, Oct 24, 8:18 PM
Unknown Object (File)
Thu, Oct 24, 5:12 AM
Unknown Object (File)
Wed, Oct 23, 4:37 PM
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