MaximumRetryException when reading data off Cassandra using multiget
问题 I am inserting time series data with time stamp (T) as the column name in a wide column that stores 24 hours worth of data in a single row. Streaming data is written from data generator (4 instances, each with 256 threads) inserting data into multiple rows in parallel. CF2 (Wide column family): RowKey1 (T1, V1) (T2, V3) (T4, V4) ...... RowKey2 (T1, V1) (T3, V3) ..... : : I am now attempting to read this data off Cassandra using multiget. The client is written in python and uses pycassa. When