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

Zygote sometimes keeps on running old code #37

Open
jnb opened this issue Sep 17, 2012 · 5 comments
Open

Zygote sometimes keeps on running old code #37

jnb opened this issue Sep 17, 2012 · 5 comments

Comments

@jnb
Copy link
Contributor

jnb commented Sep 17, 2012

[It's not clear to me whether this is a new issue; if not, then please feel free to close as a duplicate.]

I saw this last week: I pushed an upgrade to a Zygote-hosted webapp, but some Zygote instances kept on serving the old version of the webapp. I had to manually restart those Zygote instances.

@baris
Copy link
Contributor

baris commented Sep 17, 2012

I haven't seen this behavior. After the new zygote initializes master starts transitioning workers and if they're still around after a while (10 mins) it sends a sigkill. With very simple applications and a few clients in my test it generally takes a few seconds to transition workers. Can you provide a test case that we can use to reproduce this?

@baris baris closed this as completed Sep 17, 2012
@baris baris reopened this Sep 17, 2012
@jnb
Copy link
Contributor Author

jnb commented Sep 18, 2012

More info: this happened with the d52d561 Zygote version. Is it possibly that you've already addressed this problem?

Supplying a test case could be hard, but in any case I'll keep watching for this behavior.

@baris
Copy link
Contributor

baris commented Sep 18, 2012

Okay, please let us know if you encounter this again. I think we can keep the issue open for the moment and re-visit some time later.

@baris
Copy link
Contributor

baris commented Oct 18, 2012

John, did you see this happening again? We had a bunch of fixes related to how we handle worker transition and I haven't seen this behavior.

@striglia
Copy link

Just saw this again with 183c902. One old worker and one new worker were running when I ssh'ed in and looked.

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

3 participants