Page MenuHomePhabricator

Fix a minor issue in Nuance which could cause the trigger daemon to poll too often
ClosedPublic

Authored by epriestley on Mar 11 2016, 11:47 PM.
Tags
None
Referenced Files
F13080728: D15464.id37267.diff
Wed, Apr 24, 10:36 AM
Unknown Object (File)
Sun, Apr 7, 10:51 PM
Unknown Object (File)
Thu, Apr 4, 11:48 PM
Unknown Object (File)
Mar 21 2024, 12:29 PM
Unknown Object (File)
Mar 5 2024, 7:04 PM
Unknown Object (File)
Mar 4 2024, 2:41 AM
Unknown Object (File)
Feb 9 2024, 9:21 PM
Unknown Object (File)
Jan 23 2024, 8:28 PM
Subscribers
None

Details

Summary

Ref T10537. Currently, when you have at least two cursors, the daemon can poll too frequently when processing the last source because it never hits the end-of-list condition.

Test Plan
  • Ran bin/phd debug trigger.
  • Observed huge volumes of output before change as triggers fired as fast as possible.
  • Observed reasonable poll frequency after change.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Fix a minor issue in Nuance which could cause the trigger daemon to poll too often.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Mar 12 2016, 12:05 AM
This revision was automatically updated to reflect the committed changes.