-
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
Automated cherry pick of #9997 #10041
Automated cherry pick of #9997 #10041
Conversation
lgtm |
@wenjiaswe Can you squash commits? Then lgtm thanks! |
a30ff09
to
d5d12a4
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 thanks!
@gyuho Travis CI tests failed and complained about "/bin/bash: ./build: No such file or directory". I am not sure if this is related to the event that etcd is moved from coreos/etcd to etcd-io/etcd. I will take a look. Gyuho, if you have any insight about what area to look for, that would be great too. Thanks! |
I see compile error?
https://travis-ci.com/etcd-io/etcd/jobs/142774936#L616-L618? And the import paths should just work, since we did not update release-3.3 import paths. |
21e252c
to
d5d12a4
Compare
@gyuho you are right! I must have looked at somewhere wrong... But it's wield that my branch builds successfully locally and github.com/coreos/etcd/cmd/vendor/github.com/coreos/etcd/etcdserver/server.go:63 and https://github.com/wenjiaswe/etcd/blob/d5d12a4b985400f5a8fbafdb957a3ad83629f5a8/etcdserver/server.go#L63 mentioned in https://travis-ci.com/etcd-io/etcd/jobs/142774936#L616 and https://travis-ci.com/etcd-io/etcd/jobs/142774936#L706 don't even have anything, it's an empty line:( context is declared once. The file is not changed anyway with the back port. |
@wenjiaswe |
@jingyih ah! thanks for the fix! |
etcd_snap_db_fsync_duration_seconds_count etcd_snap_db_save_total_duration_seconds_bucket Signed-off-by: Gyuho Lee <[email protected]>
Distribution would be: 0.1 second or more ... 25.6 seconds or more 51.2 seconds or more etcd_network_snapshot_send_success etcd_network_snapshot_send_failures etcd_network_snapshot_send_total_duration_seconds etcd_network_snapshot_receive_success etcd_network_snapshot_receive_failures etcd_network_snapshot_receive_total_duration_seconds Signed-off-by: Gyuho Lee <[email protected]>
d5d12a4
to
d838e24
Compare
Cherry pick of #9997 on release-3.3.
#9997: etcdserver/api/snap: add v3 snapshot fsync metrics