Don't know. The JDBC driver is not most efficient yet, I still have to update it to a better implementation,
for testing out issue could you try to use this as interaction? https://github.com/jexp/neo4j-remoting-cypher <https://github.com/jexp/neo4j-remoting-cypher> https://github.com/jexp/neo4j-remoting-cypher/blob/master/src/test/java/transaction/CypherTransactionTest.java <https://github.com/jexp/neo4j-remoting-cypher/blob/master/src/test/java/transaction/CypherTransactionTest.java> Michael > Am 21.05.2015 um 14:54 schrieb Kevin Eid <[email protected]>: > > Yes I'm using HA/clustering mode and I only write to master. > > I interact with neo4j from Eclipse through the jdbc-neo4j driver. > > I'm also trying to fix the issues with OS config modifying tcp_syn_retries > with "echo 6 > /proc/sys/net/ipv4/tcp_syn_retries"; could that help? > > Kevin > > > > > On Thursday, 21 May 2015 13:49:13 UTC+2, Michael Hunger wrote: > Your messages.log looks like if it you use Neo4j Enterprise in HA / Cluster > mode? > > There are also exceptions that say that the client closed the connection > without reading the full response stream? > What kind of client code do you have (stack, kind of interaction). > > Caused by: java.io.IOException: Connection reset by peer > > Are you writing to master only? > > There are also a lot of other network issues in your log-file, perhaps your > network config is not consistent. > > e.g. > java.net.NoRouteToHostException: No route to host > > > Michael > >> Am 21.05.2015 um 11:47 schrieb Kevin Eid <kevine...@ <>gmail.com >> <http://gmail.com/>>: >> >> I work with neo4j 2.1.6 Community edition. >> I can't post the code but basically I write a dozen of nodes/rels creation >> queries; and create randomly hundreds of thousands of them. >> I joined erroLog screenshot and messages.log. >> >> Thanks, >> >> Kevin >> >> On Wednesday, 20 May 2015 10:19:23 UTC+2, Michael Hunger wrote: >> Kevin, >> >> we need much more detail than that. >> >> Neo4j version >> how you interact with it, your stack >> your code, what do you send how to Neo4j >> full error message >> messages.log of Neo4j >> >> Michael >> >>> Am 20.05.2015 um 09:50 schrieb Kevin Eid <kevine...@ <>gmail.com >>> <http://gmail.com/>>: >>> >>> Hi, >>> >>> I'm building a log generator app using multithreading and creating nodes >>> and rels from these data. >>> >>> I'm having the following issue: >>> >>> "I/O exception (java.net.SocketException) caught when processing request: >>> Socket closed" >>> >>> I'm trying to change the config of my debian VMs (like timeout sockets, >>> ...). >>> >>> Do you have any idea how to solve it? Do I need to change the >>> neo4j.properties files or the OS config? >>> >>> Thanks in advance for your feedbacks, >>> >>> Kevin >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Neo4j" group. >>> To unsubscribe from this group and stop receiving emails from it, send an >>> email to neo4j+un...@ <>googlegroups.com <http://googlegroups.com/>. >>> For more options, visit https://groups.google.com/d/optout >>> <https://groups.google.com/d/optout>. >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Neo4j" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to neo4j+un...@ <>googlegroups.com <http://googlegroups.com/>. >> For more options, visit https://groups.google.com/d/optout >> <https://groups.google.com/d/optout>. >> <messages.log><errorLog.PNG> > > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "Neo4j" 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.
