Fixed
Details
Assignee
Matthew BrooksMatthew BrooksReporter
Matthew BrooksMatthew BrooksSprint
NoneFix versions
Priority
Major
Details
Details
Assignee
Matthew Brooks
Matthew BrooksReporter
Matthew Brooks
Matthew BrooksSprint
None
Fix versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created September 11, 2019 at 3:12 PM
Updated October 9, 2019 at 11:49 PM
Resolved October 9, 2019 at 11:49 PM
The shell commands for clearing threshold states in https://github.com/OpenNMS/opennms/pull/2690 only affect the state stored in the KV store. Usually thresholding will be using the in-memory copy of the state and that copy will not be cleared when the command is run. The net effect of this is that thresholding would need to be restarted in order to see that the state was cleared.
The clear and clear-all commands should be updated so that when they are ran they also clear the in memory states effected immediately.