Page MenuHomePhabricator

Remove 'initFromConduit' option from Diffusion
ClosedPublic

Authored by epriestley on Jan 23 2015, 2:43 PM.
Tags
None
Referenced Files
F15485657: D11477.diff
Thu, Apr 10, 1:33 AM
F15481068: D11477.id27607.diff
Tue, Apr 8, 5:56 PM
F15478991: D11477.id27618.diff
Tue, Apr 8, 4:36 AM
F15471611: D11477.id.diff
Sat, Apr 5, 6:20 AM
F15470781: D11477.id27618.diff
Sat, Apr 5, 1:12 AM
F15468814: D11477.diff
Fri, Apr 4, 6:14 AM
F15434708: D11477.id27618.diff
Tue, Mar 25, 4:57 AM
F15424315: D11477.id27607.diff
Sat, Mar 22, 9:28 PM
Subscribers

Details

Summary

Ref T2783. I think this served two purposes:

  • Improving performance in cases where we "know" a repository is local.
  • Preventing loops.

It is now obsolete:

  • After D11476, refs can almost always resolve on a fast path.
  • As T2783 moves forward, we can usually no longer know when a repository is local without actually looking it up -- almost everything is allowed to run anywhere.
  • The cluster behavior in D11475 now prevents loops.
Test Plan

grep, browsed around. This didn't really do much of anything anymore.

Diff Detail

Repository
rP Phabricator
Branch
cproxy4
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 4016
Build 4029: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

epriestley retitled this revision from to Remove 'initFromConduit' option from Diffusion.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Jan 23 2015, 6:22 PM
This revision was automatically updated to reflect the committed changes.