On 4/12/07, David Balmain <[EMAIL PROTECTED]> wrote: > On 4/12/07, Ryan King <[EMAIL PROTECTED]> wrote: > > On 4/10/07, Levent Ali <[EMAIL PROTECTED]> wrote: > > > I'm experiencing the same thing exactly > > > > > > On 4/9/07, Mark <[EMAIL PROTECTED]> wrote: > > > > Dave, > > > > > > > > I was running 0.11.3. I upgraded to 0.11.4. After deleting the "index", > > > > my tests automatically rebuilt the index as you would imagine. When > > > > running the same tests using the 0.11.4 version, it consistently > > > > produces the errors above. By uninstalling 0.11.4 and using 0.11.3, > > > > everything works again. > > > > > > > > Any other suggestions on what the issue might be? > > > > I'm seeing similar errors now, too, while trying to upgrade and > > reindex everything from 0.10. > > Hey guys, > > Any chance one of you could distill this problem to a simple script. I > don't seem to be able to replicate the problem here on my brother's > mac.
I don't have a script to replicate this, but I've narrowed the problem down to an issue with concurrency. Currently I'm running AAF's rebuild_index (against ferret_server) on a model and when I try to save an item in that model from another process, I get this error. I was under the impression that ferret takes care of these concurrency problems, but maybe AAF needs to do some mutual exclusion, too? -ryan _______________________________________________ Ferret-talk mailing list [EMAIL PROTECTED] http://rubyforge.org/mailman/listinfo/ferret-talk

