Normal Query on Cassandra using DataStax Enterprise works, but not solr_query

£可爱£侵袭症+ 提交于 2019-12-06 16:42:25

Your query isn't probably correct: id:[1 to 10000000000}

The "unavailable nodes" error is unfortunately a red herring, as that's the way Thrift (which cqlsh in Cassandra 2.0 is based upon) translates given errors, while you should get a more meaningful error if you repeat the same query with a driver based on the native protocol.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!