Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] test action items still works #581

Open
kaituo opened this issue Aug 3, 2023 · 0 comments
Open

[FEATURE] test action items still works #581

kaituo opened this issue Aug 3, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@kaituo
Copy link
Collaborator

kaituo commented Aug 3, 2023

Is your feature request related to a problem?
Test if action items in https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/blob/53677c54a8df8e2e77a5cb34f98acd5e7c202ab9/public/pages/DetectorDetail/utils/constants.ts still works. So far backend has changed

AD_MODEL_MEMORY_REACH_LIMIT: {
//https://github.com/opensearch-project/anomaly-detection/blob/development/src/main/java/com/amazon/opendistroforelasticsearch/ad/ml/ModelManager.java#L272
keyword: 'AD models memory usage exceeds our limit',
cause: 'of lack of memory for the detector models',
actionItem: 'Reduce the number of features and try again.',
},
from 'AD models memory usage exceeds our limit' to 'models memory usage exceeds our limit'. But since AD_MODEL_MEMORY_REACH_LIMIT is not used on the frontend, there is no immediate fix needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant