Page MenuHomePhabricator

Remove 'initFromConduit' option from Diffusion
ClosedPublic

Authored by epriestley on Jan 23 2015, 2:43 PM.
Tags
None
Referenced Files
F14019578: D11477.diff
Tue, Nov 5, 10:49 PM
F14008124: D11477.id27607.diff
Tue, Oct 29, 3:59 PM
F14001170: D11477.diff
Fri, Oct 25, 4:47 AM
F13982347: D11477.id27618.diff
Sat, Oct 19, 10:32 PM
F13964453: D11477.id.diff
Tue, Oct 15, 8:29 PM
F13955366: D11477.id.diff
Mon, Oct 14, 1:03 AM
Unknown Object (File)
Sun, Oct 13, 4:18 AM
Unknown Object (File)
Oct 8 2024, 5:28 AM
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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.