-
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
clientv3/ordering TestUnresolvableOrderViolation fails #8624
Comments
is this already fixed? |
Let me try to reproduce. |
/cc @lorneli would you like to take a look at this test failure? |
@xiang90 Yeah. I'll follow up this weekend. |
I haven't reproduced this failure locally, so have to depend on log in semaphore. Based on log-ordering.txt, TestUnresolvableOrderViolation blocks on putting k-v pair to first member of the cluster, actually not related to clientv3/ordering code. Looks like a integration/etcd-server bug.
I see many grpc warning lines about connection closing, printed by
|
probably we need to investigate why there is the 1 second sleep. it seems pretty random and arbitrary. |
/cc @mangoslicer |
The 1 second sleep was to ensure that the endpoint was set to the first member. I'll try to reproduce the error locally and see if changing the 1 second delay or not setting the endpoint to the first member changes anything. |
This is failing consistently in ppc64le platform - https://jenkins-etcd-public.prod.coreos.systems/job/etcd-ci-ppc64/ |
@gyuho I still see tests are failing, any idea why this issue is closed.? |
TestUnresolvableOrderViolation goes into infinite leader elections...
https://semaphoreci.com/coreos/etcd/branches/master/builds/2379
The text was updated successfully, but these errors were encountered: