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

System now hangs on shutdown #40

Open
jclyons opened this issue Jan 26, 2012 · 3 comments
Open

System now hangs on shutdown #40

jclyons opened this issue Jan 26, 2012 · 3 comments

Comments

@jclyons
Copy link
Member

jclyons commented Jan 26, 2012

In some rooms, particularly Judd113, the shutdown process initiated by shutdown -r now gets through shutting down the ssh daemon, but appears to hang afterwards. Thus the system never reboots. We need to figure out what's hanging up the system in the Linux shutdown process and eliminate it.

@jclyons
Copy link
Member Author

jclyons commented Feb 8, 2012

turns out the problem was with RabbitMQ having to spool all the messages to disk every shut down. It would eventually shut down, but only after 10 minutes. Now that rabbitmq restarts every night the queues memory are much smaller when we need to shut down.

However, we still need to fix the problem: rabbitmq should not be taking up so much memory, there should be no persistence, and all messages should be being consumed or flushed by roomtrol.

@rchristensen
Copy link
Member

Is this still an issue? I'm fairly sure this hasn't been behaving in this way for years.. perhaps fixed by the move to 12.04 LTS?

@bgapinski
Copy link
Contributor

Yeah.. It doesn't appear to be a problem anymore. Haven't closed it yet because it's difficult to confirm.

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