Page MenuHomePhabricator

Track daemon unique IDs in Phabricator daemon logs
ClosedPublic

Authored by epriestley on Feb 23 2015, 7:28 PM.
Tags
None
Referenced Files
F13267735: D11865.diff
Wed, May 29, 4:07 AM
F13253160: D11865.diff
Sat, May 25, 2:27 AM
F13241909: D11865.id28581.diff
Thu, May 23, 12:15 AM
F13235499: D11865.id28620.diff
Tue, May 21, 5:35 AM
F13231566: D11865.diff
Tue, May 21, 12:33 AM
F13216874: D11865.id.diff
Sat, May 18, 2:46 AM
F13210634: D11865.diff
Fri, May 17, 5:04 AM
F13194617: D11865.diff
Sun, May 12, 9:43 PM
Subscribers

Details

Summary

Ref T7352. We were previously identifying things by <daemonClass, overseerPID, startTime> but that's not unique in a world where one overseer can run multiple daemons.

We already have an internal "daemonID", it just doesn't get written into the DB right now.

Start writing it, then use it to clean up phd status.

Test Plan

Ran phd status, got more accurate/useful output than previously.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Track daemon unique IDs in Phabricator daemon logs.
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.Feb 24 2015, 5:15 PM
This revision was automatically updated to reflect the committed changes.