hastic-zzz / hastic-server

Hastic data management server for analyzing patterns and anomalies from Grafana
GNU General Public License v3.0
330 stars 23 forks source link

Anomaly detector detection re running in inspect mode #757 #759

Closed amper43 closed 5 years ago

amper43 commented 5 years ago

fixes #757

Problem

getHSR method runs learning if cache of analytic unit is null or outdated. Panel requests HSR every second and creates a race condition between learning process and HSR requests. Note: cache can't be outdated because learning started on each unit's update if it required in class definition.

Changes