I\'m doing a student project involving building and querying a Cassandra data cluster.
When my cluster load was light ( around 30GB ) my queries ran without a probl
Increase the read_request_timeout_in_sec in cassandra.yaml file
Modify the cqlsh.py program and change the variables value instead of changing in the function. DEFAULT_REQUEST_TIMEOUT_SECONDS=100 DEFAULT_CONNECT_TIMEOUT_SECONDS=100
It works for sure