You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
See some timeout exception when RCFResultTransportAction get checkout points:
Cause
ElasticsearchTimeoutException[Cannot get response within time limit: get [.opendistro-anomaly-checkpoints][_doc][kay-UXEBjVN7EqCB9SOS_model_rcf_1]: routing [null]]
Seems RCFResultTransportAction is using deprecated method manager.getRcfResult(request.getAdID(), request.getModelID(), request.getFeatures())
Action
We need to migrate to async method.
Please check if we are using such deprecated methods at other places.
The text was updated successfully, but these errors were encountered:
My local log shows [2020-04-07T10:20:18,579][ERROR][c.a.o.a.t.ThresholdResultTransportAction] [4c327594166b.ant.amazon.com] ElasticsearchTimeoutException[Cannot get response within time limit: get [.opendistro-anomaly-checkpoints][_doc][izSiQXEBZ8BuTDHZ70NC_model_threshold]: routing [null]]
Problem
See some timeout exception when
RCFResultTransportAction
get checkout points:Cause
ElasticsearchTimeoutException[Cannot get response within time limit: get [.opendistro-anomaly-checkpoints][_doc][kay-UXEBjVN7EqCB9SOS_model_rcf_1]: routing [null]]
Seems
RCFResultTransportAction
is using deprecated methodmanager.getRcfResult(request.getAdID(), request.getModelID(), request.getFeatures())
Action
We need to migrate to async method.
Please check if we are using such deprecated methods at other places.
The text was updated successfully, but these errors were encountered: