Search the web
Sign In
New User? Sign Up
SeaFunc
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Anybody using rabbitmq?   Message List  
Reply | Forward Message #780 of 832 |
We're considering it at work, and I have a few basic questions that I
haven't gotten answered on the official mailing list.

Specifically:

Is it reasonable to stop a rabbitmq server by sending it a fatal signal?

I've got a system that manages child processes, and stops those
processes by simply sending them a fatal signal -- in Unix parlance,
it does "kill -9 <process ID>". The process that it currently manages
deal gracefully with being killed, but I'm hoping to add rabbitmq to
this system, and would prefer not to have to write any special code
for it -- that is, I'd like to be able to stop it, too, by sending it
a fatal signal. Is this a reasonable thing to do? In particular, can
I expect that whatever it's written to disk will remain consistent?

As it happens, I am not using, and don't plan to use, any persistent
queues; I assume this fact increases the chances I'll get away with
this.

Also, I've tried killing rabbitmq and restarting it, with clients
connected, and have not observed anything alarming. I _did_ see a log
message or two like this

=INFO REPORT==== 21-May-2009::15:24:28 ===
Repaired persister log - 1 recovered, 0 bad

... but I figure those are _good_ signs, not bad.

So: dumb idea, or perfectly fine?

Thanks.




Fri May 22, 2009 10:47 pm

snowbusterball
Offline Offline
Send Email Send Email

Forward
Message #780 of 832 |
Expand Messages Author Sort by Date

We're considering it at work, and I have a few basic questions that I haven't gotten answered on the official mailing list. Specifically: Is it reasonable to...
snowbusterball
Offline Send Email
May 22, 2009
10:47 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help