This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
06:28:25 PM - Shalini: ScriptEngineManager providers.next(): javax.script.ScriptEngineFactory: Provider scala.tools.nsc.interpreter.IMain$Factory not found | |
Feb 10, 2015 6:22:48 PM com.orientechnologies.common.log.OLogManager log | |
WARNING: {db=rcainv} Storage rcainv was not closed properly. Will try to restore from write ahead log. | |
Feb 10, 2015 6:22:48 PM com.orientechnologies.common.log.OLogManager log | |
INFO: {db=rcainv} Looking for last checkpoint... | |
Feb 10, 2015 6:22:48 PM com.orientechnologies.common.log.OLogManager log | |
INFO: {db=rcainv} FULL checkpoint found. | |
Feb 10, 2015 6:22:48 PM com.orientechnologies.common.log.OLogManager log | |
INFO: {db=rcainv} Data restore procedure from full checkpoint is started. Restore is performed from LSN OLogSequenceNumber{segment=9873, position=126200883} | |
Feb 10, 2015 6:22:48 PM com.orientechnologies.common.log.OLogManager log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package adi.orientdb.eval; | |
import com.orientechnologies.orient.core.db.OPartitionedDatabasePool; | |
import com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx; | |
import com.orientechnologies.orient.core.index.OIndex; | |
import com.orientechnologies.orient.core.index.OIndexManagerProxy; | |
import com.orientechnologies.orient.core.metadata.schema.OClass; | |
import com.orientechnologies.orient.core.metadata.schema.OType; | |
/** |