Cassandra timeout cqlsh query large(ish) amount of data

前端 未结 4 1929
一整个雨季
一整个雨季 2021-01-03 21:36

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

4条回答
  •  孤街浪徒
    2021-01-03 21:45

    1. Increase the read_request_timeout_in_sec in cassandra.yaml file

    2. 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

提交回复
热议问题