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

Prevent streaming volumes between concourse workers. #107

Open
kallisti5 opened this issue Dec 29, 2023 · 1 comment
Open

Prevent streaming volumes between concourse workers. #107

kallisti5 opened this issue Dec 29, 2023 · 1 comment

Comments

@kallisti5
Copy link
Contributor

We now have two concourse workers, however they waste infinite time attempting to stream build step artifacts back and forth between them.

Concourse seems to assume workers all exist in the same network... which is definitely not the case for us 👎

Here's a screenshot of it wasting over 20 minutes copying the git artifacts from the first node to the second node...
streaming

concourse/concourse#8861 suggests we have to target pipelines to tags on specific workers 😞 That essentially means we have the following options:

@kallisti5
Copy link
Contributor Author

in the case above... hbrl01 was "stalled"

name    containers  platform  tags  team  state    version  age
hbav01  27          linux     none  none  running  2.5      18d

the following workers have not checked in recently:
name    containers  platform  tags  team  state    version  age
hbrl01  18          linux     none  none  stalled  2.5      30d

So not even sure what's going on there. I guess it "stalled" while receiving the data from mine?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant