在 dse 6.7 上使用 cqlsh 查询时遇到问题。
Invalid Request: Error from server: code=2200 [Invalid query] message="Unsupported consistency level: LOCAL_QUORUM. Supported consistency levels for Search are: ONE, LOCAL_ONE".
我的查询很简单:
询问 :
select * from esc shipment . shipment search where shipper id like '1334';
我花了很多时间在谷歌上,但我没有找到任何与我的情况相同的用例。
谁能告诉我主要原因以及如何解决此问题。我是一个非常初学者。