Page MenuHomePhabricator

Start all daemons under a single overseer
ClosedPublic

Authored by epriestley on Feb 22 2015, 9:54 PM.
Tags
None
Referenced Files
F13148182: D11857.diff
Fri, May 3, 9:28 PM
Unknown Object (File)
Wed, May 1, 12:37 AM
Unknown Object (File)
Thu, Apr 25, 6:43 PM
Unknown Object (File)
Thu, Apr 25, 6:38 PM
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
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
Branch
daemon5
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 4608
Build 4622: [Placeholder Plan] Wait for 30 Seconds

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.