-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
etcdserver: strip patch version in cluster version metrics #11254
etcdserver: strip patch version in cluster version metrics #11254
Conversation
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
@jingyih Looks like some e2e tests are breaking from this change? |
I am in favor of backporting to 3.4. e2e metrics test failed due to this change, I will fix it. |
Strip patch version in cluster version metrics.
b86e008
to
1333abc
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.
lgtm, yes then let's backport.
The patch version was always 0 before this anyway, right? Just making sure I understand. |
This is also my understanding. Also, in the log output we never included patch version in cluster version. etcd/etcdserver/api/membership/cluster.go Line 271 in bcc1471
|
Great. Thanks for fixing.
…On Mon, Oct 14, 2019 at 5:57 PM Jingyi Hu ***@***.***> wrote:
The patch version was always 0 before this anyway, right? Just making sure
I understand.
This is also my understanding.
Also, in the log output we never included patch version in cluster version.
https://github.com/etcd-io/etcd/blob/bcc147127d1a33d827f78a0d1bf8fe2363a344f2/etcdserver/api/membership/cluster.go#L271
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#11254?email_source=notifications&email_token=AAD72RXTXE3W5NH2NKKMANLQOUIPZA5CNFSM4JAT3LD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBHBXIQ#issuecomment-541989794>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAD72RT5UAT2ILJQ56ZCDXTQOUIPZANCNFSM4JAT3LDQ>
.
|
@gyuho We discussed about stripping patch version in cluster version metrics.
Example output: