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

Host has no proc named #210

Open
jaraco opened this issue Jan 9, 2017 · 2 comments
Open

Host has no proc named #210

jaraco opened this issue Jan 9, 2017 · 2 comments

Comments

@jaraco
Copy link
Contributor

jaraco commented Jan 9, 2017

We recently observed a condition where a proc would not be on a host as expected during a Swarm.

image

We were dispatching a swarm that had previously been deployed to this squad (rolling back from a bad release). When we did so, this error occurred for only one proc in a swarm of a dozen or so procs, but it blocked the completion.

@jaraco
Copy link
Contributor Author

jaraco commented Jan 9, 2017

I suspect the issue might have been a race condition with the process that cleans up unused procs. Is that possible?

@lbolla
Copy link
Contributor

lbolla commented Jan 9, 2017

A bit earlier in the logs it says:

[velociraptor.tasks] Error while deleting Panoptic-28.6.1-EMEA-63706837-web-5413 on yt2.ldc.yougov.local: SoftTimeLimitExceeded(). Will retry.

So, I think that VR tried to teardown 28.6.1 on yt2, but supervisor timed out. When this happens, we schedule a retry of the teardown task after a minute or so. This retry is what caused the error above, because it looks like supervisord eventually became responsive and managed to teardown the proc.
I am surprised that it blocked the swarm, being an async task, though.

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

No branches or pull requests

2 participants