내 테이블에 설명되지 않은 파티션 키에 절이고 작동하지 cqlsh : 사용자의 선택 카산드라는
CREATE TABLE user (
id text,
CustID int static,
UpdateDate date,
DateOfBirth date static,
Gender text static,
Address text static,
City text static,
State text static,
Zip text static,
Email text static,
Phone text static,
OverallAssets double,
PRIMARY KEY (id,UpdateDate)
);
*가 잘 작동
.select * 사용자가 파티션 키가 잘 작동하는 곳에서 선택하십시오.
하지만 절은 이유가 될 수 error.What 아래 점점 곳에서 비 파티션 키를 걸었습니다 경우?
ReadFailure: Error from server: code=1300 [Replica(s) failed to execute
read] message="Operation failed - received 0 responses and 1 failures" info=
{'failures': 1, 'received_responses': 0, 'required_responses': 1,
'consistency': 'ONE'}
소리가 비슷합니다. http://stackoverflow.com/questions/37114455/reading-error-in-cassandra –
나는'tombstone_failure_threshold' 값을 증가 시켰습니다. 여전히 작동하지 않습니다. – curiousguy
로그에 무엇인가가 보입니까? 여전히 묘비가 될 수 있습니다 (이보다 더 많이 가져야 함). –