I am implementing simple logging ODatabaseListener, but I am not sure about return value of onCorruptionRepairDatabase. What should be the default?
I checked the following example, which returns false: https://github.com/mfornos/orientdb/blob/master/samples-and-tests/orientdb-test/app/listeners/LoggingDatabaseListener.java But to me it seems a little bit strange, it sounds like returning false will prevent some usual repair operation when db corruption occurs and onCorruption event is raised. I believe it's just mymisinterpretation, however I would welcome any inisght. -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
