I've been playing with mogile with the intent of eventually using it in production, but I am having some major issues. Perhaps I didn't install things properly (used CPAN), or perhaps my perl environment is just plain broken. Any hints would be much appreciated.
<br><br>My servers run slackware 11.0 with perl 5.8.8<br><br>Some of the issues I'm having:<br><br>Perlbal/mogstored quietly exit when running under load. No errors thrown, just exit. The problem refuses to happen while I am stracing the process (heisenbug)
<br clear="all"><br>Randomly cannot connect to mogilefs backend, when there is only one process using it - MogileFS::Backend: couldn't connect to mogilefsd backend at /usr/lib/perl5/site_perl/5.8.8/MogileFS/Client.pm line 548
<br><br>Lots of these types of errors when trying to insert files - MogileFS::Backend: tracker socket never became readable (<a href="http://172.16.42.1:7001">172.16.42.1:7001</a>) when sending command: [get_paths domain=movies&noverify=0&key=021D3A
<br><br><br>I have tried with IO::AIO and without to no avail. I haven't yet been able to figure out what is going on, any ideas?<br><br>