Skip to content
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

integration: make clusterMustProgress retry on lost leader #5522

Closed
wants to merge 1 commit into from

Conversation

heyitsanthony
Copy link
Contributor

Fixes #5022

@gyuho
Copy link
Contributor

gyuho commented Jun 1, 2016

lgtm.

@heyitsanthony
Copy link
Contributor Author

I could somewhat reliably reproduce the failure (~10%) by using 11 nodes on a spinning disk and this seems to fix it even with several elections. /cc @AkihiroSuda

@heyitsanthony
Copy link
Contributor Author

Discussed this a bit with @xiang90. It seems semaphore is seeing this problem because it's not setting ETCD_ELECTION_TIMEOUT_TICKS like travis. I tried to repro with the election ticks set to 600 and the test seems to work OK.

@xiang90
Copy link
Contributor

xiang90 commented Jun 1, 2016

So probably just add this env into semaphore as well?

@heyitsanthony
Copy link
Contributor Author

@xiang90 added

@xiang90
Copy link
Contributor

xiang90 commented Jun 1, 2016

@heyitsanthony OK. let's close this one and #5022?

@heyitsanthony heyitsanthony deleted the fix-test2746 branch December 16, 2016 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants