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] Implement ADTaskManager component #371

Open
Tracked by #720
dbwiddis opened this issue Jan 27, 2023 · 1 comment
Open
Tracked by #720

[FEATURE] Implement ADTaskManager component #371

dbwiddis opened this issue Jan 27, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@dbwiddis
Copy link
Member

Is your feature request related to a problem?

ADTaskManager (part of AD create components) manages historical AD jobs. Unlike other AD components it is highly performance impacting and directly interacts with OpenSearch nodes. It is dependent on the HashRing.

What solution would you like?

This will probably require some functionality on the OpenSearch side to get the node-level details necessary to maintain performance. Having the extension understand the hash ring and directly coordinate with nodes may not be the best solution; it at least should have a design discussion.

@joshpalis
Copy link
Member

Creation of the ADTaskManager has been handled by #499 for use in StartDetector for real-time analysis tasks, since Job Scheduler is only used to facilitate real-time analysis. Due to this, we have passed in the hashring as null until we add support for historical analysis.

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

2 participants