@@ -16,7 +16,7 @@ To help us understand your issue, please specify important details, primarily:
1616- Neo4j version: Community/Enterprise X.Y.Z
1717- Neo4j Mode: Single instance/HA cluster with X members/Casual cluster with X core Y read-replica
1818- Driver version: X lanaguage driver X.Y.Z (If you use some other library that wraps around this driver, you might want to raise an issue there first)
19- - Operating system: (for example Windows 95/Ubuntu 16.04 on AWS)
19+ - Operating system: (for example Windows 95/Ubuntu 16.10 on AWS)
2020- ** Steps to reproduce**
2121- Expected behavior
2222- Actual behavior
@@ -28,20 +28,20 @@ Always check the server logs too to see if there is any stacktrace related to th
2828
2929I got connection reset by peer errors.
3030
31- ** Neo4j Version:** 3.4.10
31+ ** Neo4j Version:** 3.4.10 Community
3232** Neo4j Mode** : Single instance
3333** Driver version** : JS driver 1.7.1
34- ** Operating System:** Ubuntu 15 .10 on AWS
34+ ** Operating System:** Ubuntu 16 .10 on AWS
3535
3636### Steps to reproduce
37- 1 . Start a server on AWS
38- 2 . Run some query with the driver
37+ 1 . Start Neo4j on a AWS instance
38+ 2 . Run a query with the driver
39393 . Put the driver idle for 2h
40404 . Run another query
4141### Expected behavior
42- The query shall run successfully
42+ The second query shall run successfully
4343### Actual behavior
44- The client failed to run the query with an ` connection reset by peer ` stacktrace.
45- * attach the stachtrace *
46- Meanwhile, on the server log I found this stacktrace that happens at the same time when the driver failed.
44+ The client failed to run the second query with a ` connection reset by peer ` stacktrace.
45+ * attach the stacktrace *
46+ Meanwhile, in the server log, I found this stacktrace that happened at the same time when the driver failed.
4747* attach the stacktrace*
0 commit comments