Fixed
Details
Assignee
Jesse WhiteJesse WhiteReporter
Jeff GehlbachJeff GehlbachComponents
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Jesse White
Jesse WhiteReporter
Jeff Gehlbach
Jeff GehlbachComponents
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created June 25, 2015 at 4:42 PM
Updated July 1, 2015 at 10:41 AM
Resolved July 1, 2015 at 10:41 AM
Steps to reproduce:
Create a requisition with a single, reachable node in it and synchronize
Wait for the node to be polled once successfully
Remove the polled node from the network so that it enters a node-level outage
A single
nodeDown
event is created when the outage is openedAdd a category to the node in the requisition
With the node still down, synchronize the requisition
Expected result: A single
nodeCategoryMembershipChanged
event is created for the nodeActual result: In addition to the expected category-related event, a handful of spurious
nodeDown
events follow a short time later