Intel-bigdata / SSM

Smart Storage Management for Big Data, a comprehensive hot/cold data optimized solution
Apache License 2.0
134 stars 67 forks source link

Add empty action check and fix rule start time issue. #2202

Closed lipppppp closed 4 years ago

lipppppp commented 4 years ago

There is a problem for resetting start time of rule in SSM server starting process. When I submitted a rule like "from 2020-10-08 22:00:00 to 2020-10-08 23:00:00" to start rule at the fixed time, the start time of this rule will be reset if server restart or HA happens. It leads to the rule triggered ahead of fixed time. I'm not sure about the purpose of resetting the start time when server started.