Page MenuHomePhabricator

Lift Diffusion Conduit call proxying to the root level of Conduit
ClosedPublic

Authored by epriestley on Aug 12 2020, 6:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 19 2024, 7:47 AM
Unknown Object (File)
Feb 18 2024, 8:32 AM
Unknown Object (File)
Feb 10 2024, 4:45 PM
Unknown Object (File)
Jan 5 2024, 8:30 PM
Unknown Object (File)
Dec 12 2023, 4:06 AM
Unknown Object (File)
Dec 1 2023, 11:31 PM
Unknown Object (File)
Nov 30 2023, 4:37 AM
Unknown Object (File)
Nov 17 2023, 12:26 PM
Subscribers
None

Details

Summary

Ref T13552. Some Diffusion conduit calls may only be served by a node which hosts a working copy on disk, so they're proxied if received by a different node.

This capability is currently bound tightly to "DiffusionRequest", which is a bundle of context parameters used by some Diffusion calls. However, call proxying is not fundamentally a Diffusion behavior.

I want to perform proxying on a "*.search" call which does not use the "DiffusionRequest" parameter bundle. Lift proxying to the root level of Conduit.

Test Plan

Browsed diffusion in a clusterized repsository.

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 16 2020, 12:36 AM
This revision was automatically updated to reflect the committed changes.