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
F13193945: D20775.diff
Sun, May 12, 7:39 PM
F13186020: D20775.diff
Sat, May 11, 3:22 AM
Unknown Object (File)
Tue, May 7, 6:07 AM
Unknown Object (File)
Fri, May 3, 3:44 AM
Unknown Object (File)
Mon, Apr 29, 3:46 PM
Unknown Object (File)
Wed, Apr 24, 11:44 PM
Unknown Object (File)
Sat, Apr 20, 4:54 PM
Unknown Object (File)
Apr 11 2024, 8:00 AM
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.