-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[6.8] Check license expiry date zero value (#14591) #14961
Conversation
0e95b85
to
e9866c6
Compare
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.
module/elasticsearch/ccr/ccr.go:93:5: m.Logger undefined (type *MetricSet has no field or method Logger)
CI is not happy here?
@chrisronline was testing this PR and pinged me offline. He's getting the following error when he runs this PR against an ES 6.8.0 node:
I am able to reproduce this error locally. Investigating. |
I did some more testing. This appears to be an issue with Metricbeat 6.8.x. That is, even if I build Metricbeat from the |
I traced it down to a change introduced in #7999, which exists in So I've setup the backport PR (targeting Indeed, if I check out the backport PR and build Metricbeat from it, the above error goes away. So we need #15175 to be merged before this PR here can be re-tested and merged. Nice catch, @chrisronline! |
* Check license expiry date zero value * Adding check to system test * Refactoring: moving fix to better location in code * Adding CHANGELOG entry * Fixing typo Co-Authored-By: kaiyan-sheng <kaiyan.sheng@elastic.co> * Change CCR log message to debug * Start basic license
b34998a
to
a247f8c
Compare
@chrisronline Thanks, again, for finding that issue. Turned out it was happening on |
CI test failure is related to this PR. Investigating. |
@ycombinator Should I wait to re-review until after the CI issues are sorted? |
@chrisronline Yeah, better to wait. I'll re-ping you on the PR when it's ready for your 👀 again. |
@chrisronline I updated the failing test code so it's now passing. Can you re-review this now please? |
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!
Travis CI is green. Jenkins CI failure is unrelated to this PR. Merging. |
Backports the following commits to 6.8: