SELECT TOKEN(uid),other columns,uid FROM uid2jtis WHERE TOKEN(uid)>-8474455431603971223 LIMIT 80;
returns timeout error below:
ReadTimeout: Error from server: code=1200 [Coordinator node timed out waiting for replica nodes' responses] message="Operation timed out - received only 0 responses." info={'received_responses': 0, 'required_responses': 1, 'consistency': 'ONE'}
However,
SELECT TOKEN(uid),other columns,uid FROM uid2jtis WHERE TOKEN(uid)>-8474455431603971223 LIMIT 79;
succeed.
Any insights would be much appreciated!