I faced an issue when using cqlsh to query on dse 6.7.
Invalid Request: Error from server: code=2200 [Invalid query] message="Unsupported consistency level: LOCAL_QUORUM. Supported consistency levels for Search are: ONE, LOCAL_ONE".
My query is very simple is:
Query :
select * from esc shipment . shipment search where shipper id like '1334';
I spent a lot of time to google but I did not find any use case same same my case.
Could anyone tell me the main reason and how to fix this issue. I'm a very beginner.
desc shipmentcommand (describe of your keyspace). - Azamat Hackimov