On Wednesday, 3 October 2012 20:35:55 UTC+1, Keith Rarick wrote: > > On Mon, Oct 1, 2012 at 7:55 AM, Ian Docherty <[email protected]<javascript:>> > 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. > Yes that was the problem. Thanks.
> > > 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. > only the /data directory runs on NFS (which is where our data files are held) the OS runs on local disk so I assume file locking used by beanstald would be on there and so should not cause an issue. -- You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/beanstalk-talk/-/-fDSZmOsQhAJ. 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.
