|
| 1 | +## Guidelines |
| 2 | + |
| 3 | +Firstly, if you are an Enterprise customer, you might want to head over to our [Customer Support Portal](http://support.neo4j.com/). |
| 4 | + |
| 5 | +If you think you might have **hit a bug** in our software (it happens occasionally!) or you have specific **feature request** then use the issue feature on the relevant GitHub repository. |
| 6 | +Check first though as someone else may have already raised something similar. |
| 7 | + |
| 8 | +If you simply want to get started or have a question on how to use a particular feature, drop a line to the [mailing list](https://groups.google.com/forum/#!forum/neo4j), ask a question in [Slack](http://neo4j.com/slack), or [tweet](https://twitter.com/neo4j) us. |
| 9 | +[StackOverflow](http://stackoverflow.com/questions/tagged/neo4j) also hosts a ton of questions and might already have a discussion around your problem. |
| 10 | +Make sure you have a look there too. |
| 11 | + |
| 12 | +If you want to make a feature request then there is no guideline, so feel free to stop reading and open an issue. |
| 13 | +If you have a bug report however, please continue reading. |
| 14 | +To help us understand your issue, please specify important details, primarily: |
| 15 | + |
| 16 | +- Neo4j version: Community/Enterprise X.Y.Z |
| 17 | +- Neo4j Mode: Single instance/HA cluster with X members/Casual cluster with X core Y read-replica |
| 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) |
| 20 | +- **Steps to reproduce** |
| 21 | +- Expected behavior |
| 22 | +- Actual behavior |
| 23 | + |
| 24 | +Additionally, include (as appropriate) log-files, stacktraces, and other debug output. |
| 25 | +Always check the server logs too to see if there is any stacktrace related to the driver error. |
| 26 | + |
| 27 | +## Example bug report |
| 28 | + |
| 29 | +I got connection reset by peer errors. |
| 30 | + |
| 31 | +**Neo4j Version:** 3.4.10 |
| 32 | +**Neo4j Mode**: Single instance |
| 33 | +**Driver version**: JS driver 1.7.1 |
| 34 | +**Operating System:** Ubuntu 15.10 on AWS |
| 35 | + |
| 36 | +### Steps to reproduce |
| 37 | +1. Start a server on AWS |
| 38 | +2. Run some query with the driver |
| 39 | +3. Put the driver idle for 2h |
| 40 | +4. Run another query |
| 41 | +### Expected behavior |
| 42 | +The query shall run successfully |
| 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. |
| 47 | +*attach the stacktrace* |
0 commit comments