This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
update/delete historical detector;search AD tasks #362
Merged
ylwu-amzn
merged 3 commits into
opendistro-for-elasticsearch:master
from
ylwu-amzn:pr_update_delete_hd
Jan 22, 2021
Merged
update/delete historical detector;search AD tasks #362
ylwu-amzn
merged 3 commits into
opendistro-for-elasticsearch:master
from
ylwu-amzn:pr_update_delete_hd
Jan 22, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## master #362 +/- ##
============================================
+ Coverage 78.91% 78.94% +0.03%
- Complexity 2635 2651 +16
============================================
Files 243 247 +4
Lines 11658 11695 +37
Branches 1002 1006 +4
============================================
+ Hits 9200 9233 +33
- Misses 1984 1988 +4
Partials 474 474
Flags with carried forward coverage won't be shown. Click here to find out more. |
ylwu-amzn
force-pushed
the
pr_update_delete_hd
branch
from
January 20, 2021 07:17
c8f1268
to
d1d39e1
Compare
ylwu-amzn
force-pushed
the
pr_update_delete_hd
branch
from
January 20, 2021 22:43
d1d39e1
to
4b77cc3
Compare
src/main/java/com/amazon/opendistroforelasticsearch/ad/task/ADTaskManager.java
Show resolved
Hide resolved
weicongs-amazon
approved these changes
Jan 21, 2021
kaituo
reviewed
Jan 21, 2021
src/main/java/com/amazon/opendistroforelasticsearch/ad/transport/handler/ADSearchHandler.java
Outdated
Show resolved
Hide resolved
src/main/java/com/amazon/opendistroforelasticsearch/ad/transport/handler/ADSearchHandler.java
Outdated
Show resolved
Hide resolved
...in/java/com/amazon/opendistroforelasticsearch/ad/transport/SearchADTasksTransportAction.java
Show resolved
Hide resolved
...com/amazon/opendistroforelasticsearch/ad/rest/handler/IndexAnomalyDetectorActionHandler.java
Outdated
Show resolved
Hide resolved
...com/amazon/opendistroforelasticsearch/ad/transport/DeleteAnomalyDetectorTransportAction.java
Outdated
Show resolved
Hide resolved
ylwu-amzn
force-pushed
the
pr_update_delete_hd
branch
from
January 21, 2021 23:27
7de20cd
to
dab1a62
Compare
kaituo
approved these changes
Jan 22, 2021
Closed
ohltyler
added
enhancement
New feature or request
feature
new feature
and removed
enhancement
New feature or request
labels
Feb 2, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of changes:
Test
./gradlew build
./gradlew integTest -PnumNodes=3
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.