-
Notifications
You must be signed in to change notification settings - Fork 36
upgrade to ES 7.10.2 #378
upgrade to ES 7.10.2 #378
Conversation
Codecov Report
@@ Coverage Diff @@
## master #378 +/- ##
============================================
- Coverage 79.20% 79.02% -0.18%
+ Complexity 2665 2658 -7
============================================
Files 247 247
Lines 11726 11726
Branches 1009 1009
============================================
- Hits 9288 9267 -21
- Misses 1961 1976 +15
- Partials 477 483 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Just curious: Do you know what changed in job scheduler, the binary file size bumped up more than 3x?
Also are you taking care of the release notes in a different PR?
compileOnly "com.amazon.opendistroforelasticsearch:opendistro-job-scheduler-spi:1.12.0.0" | ||
compile "com.amazon.opendistroforelasticsearch:common-utils:1.12.0.2" | ||
compileOnly "com.amazon.opendistroforelasticsearch:opendistro-job-scheduler-spi:${opendistroVersion}.0" | ||
compile "com.amazon.opendistroforelasticsearch:common-utils:${opendistroVersion}.0" |
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.
Nice, I like this!
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.
Thanks for handling the upgrade!
Issue #, if available:
Description of changes:
Upgrade to ES 7.10.2
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.