Page MenuHomePhabricator

Provide a missing timeout on the non-cluster connection pathway
ClosedPublic

Authored by epriestley on Jun 29 2016, 6:18 PM.
Tags
None
Referenced Files
F15560925: D16194.id38954.diff
Tue, Apr 29, 5:17 PM
F15553599: D16194.id38953.diff
Mon, Apr 28, 2:43 AM
F15542679: D16194.id.diff
Fri, Apr 25, 6:00 PM
F15539037: D16194.diff
Thu, Apr 24, 10:57 PM
F15467669: D16194.id38954.diff
Apr 3 2025, 5:17 PM
F15458202: D16194.diff
Mar 30 2025, 9:38 PM
F15440818: D16194.id38954.diff
Mar 26 2025, 2:47 PM
F15421196: D16194.diff
Mar 21 2025, 9:40 PM
Subscribers
None

Details

Summary

Ref T11232. The cluster connection pathway specifies a timeout when connecting, but this connection pathway does not. (I'm not sure if we just never did or if it got lost at some point.)

Soon, T11044 will obsolete this and unify the database connection pathways, but that's a more complicated change.

I'm not sure if this will fix T11232, but it can't hurt.

Test Plan

Put a throw on timeout specifications. Before the change: did not hit it in non-cluster configurations. After the change: hit it.

Diff Detail

Repository
rP Phabricator
Branch
timeout1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 12830
Build 16346: Run Core Tests
Build 16345: arc lint + arc unit

Event Timeline

epriestley retitled this revision from to Provide a missing timeout on the non-cluster connection pathway.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
chad added inline comments.
src/infrastructure/storage/lisk/PhabricatorLiskDAO.php
102

\t

This revision is now accepted and ready to land.Jun 29 2016, 6:19 PM
This revision was automatically updated to reflect the committed changes.