On Mon, Oct 1, 2012 at 7:55 AM, Ian Docherty <[email protected]> wrote:
> /usr/bin/beanstalkd: WARNING, EOF while reading version record at
> /var/lib/beanstalkd/binlog/binlog.203:0. Continuing. You may be missing
> data.:

This message means the file binlogl.203 is empty.
What's the file size reported by the OS? I'd expect
it to be 0. This means the contents of that file are
already gone, and you might as well delete the file.

> I mention this because we had a problem recently where some NFS
> drive errors may have caused it to crash.

File locking is unreliable over NFS, and beanstalkd
relies on the F_SETLK fcntl flag to ensure that only
one beanstalkd runs at a time.

-- 
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.

Reply via email to