anomaly-detection icon indicating copy to clipboard operation
anomaly-detection copied to clipboard

Add setting update consumer to anomaly detection

Open spbjss opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe. There are some update consumers missing for the following classes: EntityColdStarter BackPressureRouting EntityResultTransportAction ADResultBulkTransportAction AnomalyDetectorJobRunner HashRing ADBatchTaskRunner
AnomalyResultTransportAction. EntityProfileTransportAction. RCFPollingTransportAction
AnomalyIndexHandler. We should add settings update consumer to capture the real time settings update made by customer.

Describe the solution you'd like We could make similar change as this one: https://github.com/opensearch-project/anomaly-detection/pull/59/commits/cb62ea03197d8f856a7134719ddd794a1ba2ba5d

Describe alternatives you've considered N/A.

Additional context Don't have enough time to finish them before opensearch GA.

spbjss avatar May 24 '21 20:05 spbjss

ADBatchTaskRunner AnomalyResultTransportAction. EntityProfileTransportAction. RCFPollingTransportAction dependes on TransportRequestOptions, AnomalyIndexHandler depends on BackoffPolicy which need to update the code of opensearch.

spbjss avatar May 24 '21 20:05 spbjss