Fixed
Details
Assignee
Jeff GehlbachJeff GehlbachReporter
Jeff GehlbachJeff GehlbachComponents
Sprint
NoneAffects versions
Priority
Trivial
Details
Details
Assignee
Jeff Gehlbach
Jeff GehlbachReporter
Jeff Gehlbach
Jeff GehlbachComponents
Sprint
None
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created July 30, 2018 at 2:36 PM
Updated August 1, 2018 at 9:27 AM
Resolved August 1, 2018 at 9:27 AM
Method
DefaultProvisionService.doUpdate(MonitoredService)
currently handles only statusesS
(suspend polling),R
(resume polling), andA
(active). For a service with stateN
(not polled) it logs a WARN-level messageUnhandled state: N
. This state is not at all uncommon in the real world, so logging at this level about it is just useless noise. We should handle it equivalently toA
, which is to say, just break without any logging or action.