@@ -16,7 +16,7 @@ To help us understand your issue, please specify important details, primarily:
16
16
- Neo4j version: Community/Enterprise X.Y.Z
17
17
- Neo4j Mode: Single instance/HA cluster with X members/Casual cluster with X core Y read-replica
18
18
- 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)
20
20
- ** Steps to reproduce**
21
21
- Expected behavior
22
22
- Actual behavior
@@ -28,20 +28,20 @@ Always check the server logs too to see if there is any stacktrace related to th
28
28
29
29
I got connection reset by peer errors.
30
30
31
- ** Neo4j Version:** 3.4.10
31
+ ** Neo4j Version:** 3.4.10 Community
32
32
** Neo4j Mode** : Single instance
33
33
** Driver version** : JS driver 1.7.1
34
- ** Operating System:** Ubuntu 15 .10 on AWS
34
+ ** Operating System:** Ubuntu 16 .10 on AWS
35
35
36
36
### 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
39
39
3 . Put the driver idle for 2h
40
40
4 . Run another query
41
41
### Expected behavior
42
- The query shall run successfully
42
+ The second query shall run successfully
43
43
### 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.
47
47
* attach the stacktrace*
0 commit comments