File tree Expand file tree Collapse file tree 2 files changed +60
-0
lines changed Expand file tree Collapse file tree 2 files changed +60
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug report
3+ about : Create a report to help us improve
4+ title : ' '
5+ labels : bug
6+ assignees : ' '
7+
8+ ---
9+
10+ ** It is strongly preferable to create an issue in [ Apache JIRA Cassandra project] ( https://issues.apache.org/jira/projects/CASSANDRA/issues/ ) .**
11+
12+ Please answer these questions before submitting your issue. Thanks!
13+
14+ ### What version of Cassandra are you using?
15+
16+
17+ ### What version of Gocql are you using?
18+
19+
20+ ### What version of Go are you using?
21+
22+
23+ ### What did you do?
24+
25+
26+ ### What did you expect to see?
27+
28+
29+ ### What did you see instead?
30+
31+ ---
32+
33+ If you are having connectivity related issues please share the following additional information
34+
35+ ### Describe your Cassandra cluster
36+ please provide the following information
37+
38+ - output of ` nodetool status `
39+ - output of ` SELECT peer, rpc_address FROM system.peers `
40+ - rebuild your application with the ` gocql_debug ` tag and post the output
Original file line number Diff line number Diff line change 1+ ---
2+ name : Feature request
3+ about : Suggest an idea for this project
4+ title : ' '
5+ labels : ' '
6+ assignees : ' '
7+
8+ ---
9+
10+ ** Is your feature request related to a problem? Please describe.**
11+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [ ...]
12+
13+ ** Describe the solution you'd like**
14+ A clear and concise description of what you want to happen.
15+
16+ ** Describe alternatives you've considered**
17+ A clear and concise description of any alternative solutions or features you've considered.
18+
19+ ** Additional context**
20+ Add any other context or screenshots about the feature request here.
You can’t perform that action at this time.
0 commit comments