Re: [orientdb] Robustness Problem

2015-08-26 Thread Kyle
We are having problems with disastrous index rebuilds. We are currently on 2.1.0 In the server.sh we are setting index.auto.rebuildAfterNotSoftClose to false and index.txMode to FULL. We see these settings when we look at the studio configuration dashboard. The server is crashing and on

Re: [orientdb] Robustness Problem

2015-02-06 Thread Luca Garulli
Hi Chanras, When you killed the process, OrientDB was flushing pages on disk. During this operation you could have portion of your database lost. In this case OrientDB read the WAL (Journal) and rollback any non committed transactions. This is to *apply the ACIDity of transactions*. About indexes