Page MenuHomePhabricator

Start all daemons under a single overseer
ClosedPublic

Authored by epriestley on Feb 22 2015, 9:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 12, 2:09 AM
Unknown Object (File)
Tue, Apr 9, 1:53 AM
Unknown Object (File)
Sat, Apr 6, 6:33 AM
Unknown Object (File)
Fri, Apr 5, 6:30 PM
Unknown Object (File)
Tue, Apr 2, 3:11 AM
Unknown Object (File)
Mon, Apr 1, 3:42 PM
Unknown Object (File)
Feb 29 2024, 3:18 PM
Unknown Object (File)
Feb 19 2024, 6:09 AM
Subscribers

Details

Summary

Ref T7352. This moves all the daemons under one overseer. The primary goal is to reduce the minimum footprint of an instance in the Phacility cluster, by reducing the number of processes each instance needs to run on daemon-tier hosts.

This improves scalability by roughly a factor of 2.

Test Plan
  • Ran phd debug, phd launch, phd start`. Saw normal behavior, with only one total overseer.
  • Fataled dameons and saw the overseer restar them normally.
  • Used phd status and phd stop and got reasonable results (phd status is still a touch off).

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Start all daemons under a single overseer.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
  • When the install is instanced, use the "-l" (label) flag to label the processes in "ps".
btrahan edited edge metadata.
This revision is now accepted and ready to land.Feb 23 2015, 5:44 PM
This revision was automatically updated to reflect the committed changes.