On Wed, Dec 16, 2009 at 4:19 PM, Steve <[email protected]> wrote: > My beanstalk stopped responding. I ran gdb and got the following > stack trace:
This stack trace looks pretty reasonable. The rehash function is one of the few that do long-running (i.e. on the order of milliseconds) work. A load average of 2.38 suggests that some other processes were trying to run and beanstalkd couldn't get scheduled. Did you have a high iowait? That would explain a lot. > I then *restarted* beanstalk, and it wouldn't finish launching. I got > this stack trace: This stack trace is normal for a running idle beanstalkd. I'm not sure exactly what you mean by "finish launching". Could you describe the behavior you saw? If rebooting solved the problem, maybe something else is wrong. kr -- You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/beanstalk-talk?hl=en.
