Comment 3 for bug 655812

Revision history for this message
Eric Lambert (elambert) wrote : Re: One Gearmand restart leads to worker to loose connection to all servers

It looks like this is cause by the sess.getSelectionKey().interestOps(interestOps) in GearmanWorkerImpl.run() throwing an unchecked exception (IllegalStateException). There are some other bugs relating to how the worker deals with dropped exceptions which I plan to fix in 0.05, so will address this issue as well.