Hi, We have another error which seems to relate to Orient-Lucene. It happened during our massive insert process. The stack trace is attached:
[NdexPersistenceService]com.orientechnologies.common.concur.OTimeoutException: Timeout on acquiring exclusive lo ck against resource of class: class com.orientechnologies.lucene.index.OLuceneFullTextIndex with timeout=5000 at com.orientechnologies.common.concur.resource.OSharedResourceAdaptive.throwTimeoutException(OSharedResourceAdaptive.java:184) at com.orientechnologies.common.concur.resource.OSharedResourceAdaptive.acquireExclusiveLock(OSharedResourceAdaptive.java:127) at com.orientechnologies.common.concur.resource.OSharedResourceAdaptiveExternal.acquireExclusiveLock(OSharedResourceAdaptiveExternal.java :31) at com.orientechnologies.lucene.index.OLuceneFullTextIndex.put(OLuceneFullTextIndex.java:64) at com.orientechnologies.lucene.index.OLuceneFullTextIndex.put(OLuceneFullTextIndex.java:38) at com.orientechnologies.orient.core.tx.OTransactionNoTx.addIndexEntry(OTransactionNoTx.java:188) at com.orientechnologies.orient.core.index.OIndexTxAware.put(OIndexTxAware.java:94) at com.orientechnologies.orient.core.index.OIndexTxAware.put(OIndexTxAware.java:38) at com.orientechnologies.orient.core.index.OClassIndexManager.addIndexesEntries(OClassIndexManager.java:98) at com.orientechnologies.orient.core.index.OClassIndexManager.onRecordAfterCreate(OClassIndexManager.java:73) at com.orientechnologies.orient.core.hook.ODocumentHookAbstract.onTrigger(ODocumentHookAbstract.java:240) at com.orientechnologies.orient.core.db.record.ODatabaseRecordAbstract.callbackHooks(ODatabaseRecordAbstract.java:1466) at com.orientechnologies.orient.core.db.record.ODatabaseRecordAbstract.executeSaveRecord(ODatabaseRecordAbstract.java:1138) at com.orientechnologies.orient.core.tx.OTransactionNoTx.saveRecord(OTransactionNoTx.java:84) at com.orientechnologies.orient.core.db.record.ODatabaseRecordTx.save(ODatabaseRecordTx.java:322) at com.orientechnologies.orient.core.db.record.ODatabaseRecordTx.save(ODatabaseRecordTx.java:40) at com.orientechnologies.orient.core.record.ORecordAbstract.save(ORecordAbstract.java:335) at com.orientechnologies.orient.core.record.impl.ODocument.save(ODocument.java:1439) at com.orientechnologies.orient.core.record.impl.ODocument.save(ODocument.java:1428) at com.orientechnologies.orient.core.record.impl.ODocument.save(ODocument.java:1417) at org.ndexbio.common.persistence.orientdb.PersistenceService.createBaseTerm(PersistenceService.java:227) What can we do to avoid this? Thanks, Jing -- --- 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.
