[metricbeat] migrate zookeeper to reporter V2 with error handling#11659
Conversation
ruflin
left a comment
There was a problem hiding this comment.
LGTM. Two minor comments.
There was a problem hiding this comment.
In the past we made the decision that we try not to use Warn and always use either Error or Info to make it clear if user action is needed or not. I suggest we change this to Info.
I'm aware this is not introduced by this PR, but as we changed the line stumbled over it. We can change it in this PR or follow up.
There was a problem hiding this comment.
I think we don't need this line?
There was a problem hiding this comment.
Yah, I'm...not sure why that was skipped?
|
jenkins, test this |
|
I wonder if the test failures are actually related to the change. It says coredns failed but it seems zookeeper is one of the last one to stop. Will run the tests again. |
|
jenkins, test this |
|
Still seeing this: A bunch of the windows tests seem to be timing out, which I assume is unrelated... |
|
@fearful-symmetry Can you rebase again now that the fix for coredns was merged? |
943ae74 to
99933e4
Compare
see #11374
Got a little creative here, so we could also clean up the deprecated logging methods. If there's a better way to do that, please tell me.