graph.command(new OCommandSQL("CREATE VERTEX TestVertex SET uuid = '" + fromVertex.uuid + "'")).execute();
}
success = true;
} catch (OConcurrentModificationException e) {
graph.rollback();
versionCollisions.incrementAndGet();
Thread.yield();
} catch (ORecordDuplicatedException e) {
graph.rollback();