-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 8.2, master (9.0)
-
Component/s: AutoScaling
-
Labels:None
current behaviour:
"Error validating trigger config scheduled_event_trigger: org.apache.solr.common.SolrException: Invalid Date Math String:'2019-02-27T20:20:20.202Znull'"
proposed behaviour:
"Error validating trigger config scheduled_event_trigger: TriggerValidationException{name=scheduled_event_trigger, details='{every=missing required property}'}"
one-line (proposed) patch summary:
- in the ScheduledTrigger constructor move "every" from the TriggerUtils.validProperties to the TriggerUtils.requiredProperties line/list