Consider a high volume website that uses the capistrano tasks (as of r 309), in particular, this line:
after "deploy:restart", "ferret:restart"
In the time between when the mongrels restart and ferret has not restarted, if there have been schema/model changes, is there potential for corruption of the ferret index? Or is the only concern reindexing existing objects (as discussed in #200)?
Let's assume that system availability and bad user experience are not a concern (for this discussion). I am wondering about data/index corruption only.