in addition to my problem (http://groups.google.com/group/thinking- sphinx/browse_thread/thread/4ea6e1cd48b8bed4) i tried to find why i get this error:
FATAL: failed to lock /var/www/statussearch2/releases/20090523013634/ db/sphinx/production/status_update_delta.tmp.spl: Resource temporarily unavailable, will not index. Try --rotate option. at the end of ts:index invoke. My thinking_Sphinx installation indexes a table that is updated VERY OFTEN and ~10000 new records are created per hour, never deleted, never changed. If i get this right, Thinking sphinx is invoking an 'indexer' process (http://pastie.org/489390.txt) every time a delta record is created (http://github.com/freelancing-god/thinking-sphinx/blob/ cd9cf7bd1dea7b097b8e7236ca5617f68dc0ab49/lib/thinking_sphinx/deltas/ default_delta.rb#L20). now my question is, is it possible that this process is locking the file status_update_delta.tmp.spl when it's running? (and if it runs for every delta, i assume it's almost always running) There are no cron tasks on any user. help :) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Thinking Sphinx" 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/thinking-sphinx?hl=en -~----------~----~----~----~------~----~------~--~---
