Page MenuHomePhabricator

Remove 'initFromConduit' option from Diffusion
ClosedPublic

Authored by epriestley on Jan 23 2015, 2:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 20, 4:01 AM
Unknown Object (File)
Wed, Dec 18, 1:24 AM
Unknown Object (File)
Tue, Dec 17, 10:01 AM
Unknown Object (File)
Thu, Dec 12, 10:09 PM
Unknown Object (File)
Wed, Dec 11, 5:58 PM
Unknown Object (File)
Sun, Dec 1, 7:30 PM
Unknown Object (File)
Tue, Nov 26, 1:33 PM
Unknown Object (File)
Nov 21 2024, 1:08 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
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.