-
Notifications
You must be signed in to change notification settings - Fork 73
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
Create Component Integration #684
Create Component Integration #684
Conversation
…DTaskManager Signed-off-by: Ryan Bogan <rbogan@amazon.com>
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
@ryanbogan looks like the PR is in draft, is it ready and looks like there are few conflicts . |
I'll fix the conflicts, but I wanted to make sure the conceptual design and constructor changes are correct |
/** | ||
* Constructor function | ||
* | ||
* @param client ES client supports administrative actions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's change ES to OS if we're copying docs :)
this.clusterService = clusterService; | ||
this.threadPool = threadPool; | ||
|
||
//TODO: Ask Dan what this is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a TODO to ask me or is this asking me? (I actually don't know.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh yeah I put that in there for me to ask if it was necessary or if I could delete it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
¯\_(ツ)_/¯
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
src/main/java/org/opensearch/ad/indices/AnomalyDetectionIndices.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
…g, BatchWorker, CheckpointWriteWorker, ConcurrentWorker, ReateLimitedRequestWork. Fixed consumers for SearchFeatureDao, ADTaskManager. Updated build.gradle to include opensearch-java OpenSearchClient. Only remaining errors now involve the OpenSearchClient Signed-off-by: Joshua Palis <jpalis@amazon.com>
…es. Adding cluster state support to AnomalyDetectionIndices, adding addSettingsUpdateConsumers support to MemoryTracker Signed-off-by: Joshua Palis <jpalis@amazon.com>
…alyDetectionIndices Signed-off-by: Ryan Bogan <rbogan@amazon.com>
…ices.java Signed-off-by: Ryan Bogan <rbogan@amazon.com>
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
Create Component Integration
Signed-off-by: Ryan Bogan rbogan@amazon.com
Description
Integrates createComponents
Issues Resolved
List any issues this PR will resolve, e.g. Closes [...].
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.