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

List of issues with running 2 or more builder pods in a cluster #86

Open
arschles opened this issue Jan 7, 2016 · 1 comment
Open

Comments

@arschles
Copy link
Member

arschles commented Jan 7, 2016

This issue tracks the current limitations of builder as a clustered system

  • It uses a filesystem based lockfile to prevent 2 or more git pushes at the same time
    • In a multi-builder setup, this means that multiple git pushes can in fact happen at the same time
    • To solve, the lock will need to be distributed
  • It keeps git repositories on disk and runs pre-receive hooks on them to deploy
    • In a multi-builder setup, this means that one git push may only have to push a few refs, while another identical git push may have to push all refs. Not the end of the world
    • To solve, the refs list will need to be moved off of local disk to a shared location (object storage?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants