Page MenuHomePhabricator

Add an "--ignore-locality" flag to "bin/repository pull"
ClosedPublic

Authored by epriestley on Feb 4 2021, 6:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jun 2 2025, 4:34 PM
Unknown Object (File)
Apr 26 2025, 5:54 PM
Unknown Object (File)
Apr 15 2025, 3:50 PM
Unknown Object (File)
Mar 28 2025, 10:35 PM
Unknown Object (File)
Mar 28 2025, 6:53 PM
Unknown Object (File)
Mar 26 2025, 2:03 PM
Unknown Object (File)
Mar 24 2025, 7:06 AM
Unknown Object (File)
Mar 18 2025, 7:33 AM
Subscribers
None

Details

Summary

Ref T13600. When migrating observed repositories between cluster services, impact can be better controlled by fetching a copy of the repository on the target host before clusterizing it.

In particular, in the Phacility cluster, migrations are generally from one shared shard to one dedicated shard. It's helpful to perform these migrations synchronously without waiting for the cluster to sync in the background (helpful in the sense that there are fewer steps and fewer commands to run).

This supports an "--observe" mode to the internal "bin/services load-repository" workflow, which transfers repository data by refetching it from the remote rather than by getting it from the older host. This fetch occurs before cluster configuration is adjusted.

Test Plan

Ran locally as a sanity check, will apply in production.

Diff Detail

Repository
rP Phabricator
Branch
local1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 25095
Build 34629: Run Core Tests
Build 34628: arc lint + arc unit