Page MenuHomePhabricator

Allow repository service lookups to return an ordered list of service refs
ClosedPublic

Authored by epriestley on Sep 3 2019, 3:58 PM.
Tags
None
Referenced Files
F18092703: D20775.id49540.diff
Thu, Aug 7, 12:31 PM
F18092702: D20775.id.diff
Thu, Aug 7, 12:31 PM
F18092229: D20775.id49537.diff
Thu, Aug 7, 8:51 AM
F17949746: D20775.id49537.diff
Thu, Jul 31, 11:48 PM
F17939723: D20775.diff
Thu, Jul 31, 3:22 AM
F17824938: D20775.diff
Jul 26 2025, 5:54 AM
F17638272: D20775.diff
Jul 11 2025, 4:29 PM
Unknown Object (File)
Jun 27 2025, 12:38 PM
Subscribers
None

Details

Summary

Ref T13286. To support request retries, allow the service lookup method to return an ordered list of structured service references.

Existing callsites continue to immediately discard all but the first reference and pull a URI out of it.

Test Plan

Ran git pull in a clustered repository with an "up" node and a "down" node, saw 50% serivce failures and 50% clean pulls.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Sep 3 2019, 5:05 PM
This revision was automatically updated to reflect the committed changes.
src/applications/repository/storage/PhabricatorRepository.php
1980

This variable should have been renamed. See T13611.