-
Notifications
You must be signed in to change notification settings - Fork 80
resolve #58 return error response #72
resolve #58 return error response #72
Conversation
this is required api change to support quick fix for opendistro-for-elasticsearch#58, there is another long term error exception handle enhancement in plan.
...ing/src/main/kotlin/com/amazon/opendistroforelasticsearch/alerting/model/MonitorRunResult.kt
Outdated
Show resolved
Hide resolved
this is required api change to support quick fix for opendistro-for-elasticsearch#58, there is another long term error exception handle enhancement in plan.
...ing/src/main/kotlin/com/amazon/opendistroforelasticsearch/alerting/model/MonitorRunResult.kt
Outdated
Show resolved
Hide resolved
./gradlew :alerting:build
Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0. BUILD SUCCESSFUL in 2m 1s |
...ing/src/main/kotlin/com/amazon/opendistroforelasticsearch/alerting/model/MonitorRunResult.kt
Outdated
Show resolved
Hide resolved
...ing/src/main/kotlin/com/amazon/opendistroforelasticsearch/alerting/model/MonitorRunResult.kt
Outdated
Show resolved
Hide resolved
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.
LGTM. Thanks for the changes.
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.
LGTM, thanks for the change!
…stro-for-elasticsearch#72) * resolve opendistro-for-elasticsearch#58 return error response this is required api change to support quick fix for opendistro-for-elasticsearch#58, there is another long term error exception handle enhancement in plan. * fix code formation issue to pass style check
This is required api change to support quick fix for #58
There is another long term error exception handle enhancement in my plan. That cause more change is not part of this fix.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.