sathyendranv opened a new issue, #1806: URL: https://github.com/apache/cassandra-gocql-driver/issues/1806
Please answer these questions before submitting your issue. Thanks! ### What version of Cassandra are you using? 4.1.5 ### What version of Gocql are you using? 1.6.0 ### What version of Go are you using? 1.22 ### What did you do? We are streaming data meta data (json as string) and blob data (blob) to cassandra db. It will do a continuous write. Per second there will around 20~30 data points with multiple streams. It might have up to 4 ~ 6 streams which will be around 120 datapoints per seconds. Size of meta data will be around 200kb and blob will be ~500kb. Also its a single node Cassandra db running in container. ### What did you expect to see? All the write to be successfully. ### What did you see instead? Initially all the writes are successful and after few mins writes are failing with **_gocql no response received from cassandra within timeout period_** and followed by **_gocql no hosts available in the pool_**  --- If you are having connectivity related issues please share the following additional information ### Describe your Cassandra cluster Singe Node Cluster running in docker container ### System setting 12th Gen Intel(R) Core(TM) i9-12900TE Thread(s) per core: 2 Core(s) per socket: 16 RAM: 64 GB Storage: SSD 1TB - 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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
