We are seeing issues more and more in testing with a large database where we get this error during database synchronization. Is there a possibility that files are not being closed appropriately when dealing with the chunks? We have adjusted the ulimit to get around this, but are still seeing some problems.
jvm 1 | ERROR [OHazelcastPlugin] [node1403075510031]<-[node1403074908477] error on installing database spectrum in /ro ot/quad_16june/server/app/repository/store/databases/spectrum (chunk #18092) jvm 1 | java.io.FileNotFoundException: /root/quad_16june/server/bin/../app/tmp/orientdb/backup_spectrum.zip (Too manyopen files) jvm 1 | at java.io.FileInputStream.open(Native Method) ~[na:1.7.0_17] jvm 1 | at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[na:1.7.0_17] jvm 1 | at com.orientechnologies.orient.server.distributed.ODistributedDatabaseChunk.<init>(ODistributedDatabaseC hunk.java:48) ~[orientdb-server-1.7.4-SNAPSHOT.jar:1.7.4-SNAPSHOT] jvm 1 | at com.orientechnologies.orient.server.distributed.task.OCopyDatabaseChunkTask.execute(OCopyDatabaseChunkTask.java:59) ~[orientdb-server-1.7.4-SNAPSHOT.jar:1.7.4-SNAPSHOT] jvm 1 | at com.orientechnologies.orient.server.hazelcast.OHazelcastPlugin.executeOnLocalNode(OHazelcastPlugin.java:675) ~[orientdb-distributed-1.7.4-SNAPSHOT.jar:1.7.4-SNAPSHOT] jvm 1 | at com.orientechnologies.orient.server.hazelcast.OHazelcastDistributedDatabase.onMessage(OHazelcastDistributedDatabase.java:490) ~[orientdb-distributed-1.7.4-SNAPSHOT.jar:1.7.4-SNAPSHOT] jvm 1 | at com.orientechnologies.orient.server.hazelcast.OHazelcastDistributedDatabase$1.run(OHazelcastDistributedDatabase.java:245) ~[orientdb-distributed-1.7.4-SNAPSHOT.jar:1.7.4-SNAPSHOT] jvm 1 | at java.lang.Thread.run(Thread.java:722) ~[na:1.7.0_17] -- --- 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.
