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
Unknown Object (File)
Wed, Apr 24, 11:44 PM
Unknown Object (File)
Sat, Apr 20, 4:54 PM
Unknown Object (File)
Thu, Apr 11, 8:00 AM
Unknown Object (File)
Sat, Mar 30, 5:21 AM
Unknown Object (File)
Mar 10 2024, 11:36 PM
Unknown Object (File)
Feb 20 2024, 5:47 AM
Unknown Object (File)
Feb 14 2024, 9:50 AM
Unknown Object (File)
Feb 8 2024, 6:36 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.