You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer these questions before submitting your issue. Thanks!
What version of Cassandra are you using?
3.11.4
What version of Gocql are you using?
1.6.0
What version of Go are you using?
1.21
What did you do?
I wrote integration unit tests. I wrote data into the tables and read them back for comparison.
What did you expect to see?
I expected to see the same values
What did you see instead?
Sometime the data could not be read back (not connection error, my cassandra is localhost) and caused the test to fail. It usually worked if I reran the test suite, but not always. My test suite has 100+ test cases. Sometimes rerun did not pass and failed at diff test cases.
If you are having connectivity related issues please share the following additional information
Describe your Cassandra cluster
please provide the following information
output of nodetool status
output of SELECT peer, rpc_address FROM system.peers
rebuild your application with the gocql_debug tag and post the output
The text was updated successfully, but these errors were encountered:
The issue description does not contain enough information to tell what the issue is. Have you tried rebuilding your application with gocql_debug or perhaps recording the faulty run with the RR debugger?
Thanks for the tips. I am not familiar with these tools, I will study and see if I can integrate with them. I don't know if these debug tools will generate much output. My problem happens not very often at my localhost, but more frequently in our Jenkins env. The worker node is a centos vm and the cassandra is also local to that node.
Please answer these questions before submitting your issue. Thanks!
What version of Cassandra are you using?
3.11.4
What version of Gocql are you using?
1.6.0
What version of Go are you using?
1.21
What did you do?
I wrote integration unit tests. I wrote data into the tables and read them back for comparison.
What did you expect to see?
I expected to see the same values
What did you see instead?
Sometime the data could not be read back (not connection error, my cassandra is localhost) and caused the test to fail. It usually worked if I reran the test suite, but not always. My test suite has 100+ test cases. Sometimes rerun did not pass and failed at diff test cases.
If you are having connectivity related issues please share the following additional information
Describe your Cassandra cluster
please provide the following information
nodetool status
SELECT peer, rpc_address FROM system.peers
gocql_debug
tag and post the outputThe text was updated successfully, but these errors were encountered: