Mondego / rcat

A web server for massively multi-user online applications
8 stars 3 forks source link

[bug]: Killing application during initialization causes data loss #53

Closed arthur00 closed 11 years ago

arthur00 commented 12 years ago

In the procedure of starting the jigsaw application the database recovers last pieces, deletes them from database, then reinserts them (so OBM can cache correctly). During the recovering and reinsertion, if Jigsaw dies, data will be corrupted and unrecoverable.

arthur00 commented 11 years ago

I no longer delete the table to recover since commit 1eaca25db79274e0968815c5e77c0952a6c25ecb.Closing.