-
Notifications
You must be signed in to change notification settings - Fork 381
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
log: Clean up election in the operation loop #2290
Conversation
The operation manager only needs the cancel functions to stop all the Runners in the end.
Note: This is a cosmetic PR. It's convenient to review commit-by-commit. |
4f34502
to
cff31b1
Compare
cff31b1
to
5f7e959
Compare
All comments are addressed. |
Interesting: https://travis-ci.org/github/google/trillian/jobs/755698264 |
Got it: |
Are the modifications in |
The modifications are not necessary (there is a TODO to move them out), but I'm reluctant to touch it for now. |
OK that sounds like it should work. |
There is an unrelated test failure |
OK. |
Added a commit with a minor comment to trigger builds again. |
Comments, variable renames, and factoring out some code.
Review commit by commit.
This is in preparation for fixing #1150.