当我尝试使用以下查询在Cassandra中插入数据时,我收到下面提到的错误
cqlsh:assign> insert into tblFiles1(rec_no,clientid,contenttype,datafiles,filename) values(1,2,'gd','dgfsdg','aww');
Run Code Online (Sandbox Code Playgroud)
WriteTimeout:code = 1100 [协调器节点超时等待副本节点的响应] message ="操作超时 - 仅收到0个响应".info = {'received_responses':0,'required_responses':1,'一致':'ONE'}
我的版本Cassandra和DSE:
[cqlsh 5.0.1 | 卡桑德拉2.1.5.469 | DSE 4.7.0 | CQL规范3.2.0 | Native protoco l v3]