Hi All,
I am getting an error “Error: (11) AEROSPIKE_ERR_CLUSTER” while trying any query on aql cli,I tried to install areospike with all the sources(rpm as well as sources) and do the possible changes in areospike.conf also, but not able to rectify this issue.
Here are the samples:
aql> show namespaces
+------------+
| namespaces |
+------------+
| "test" |
+------------+
1 row in set (0.001 secs)
OK
aql>
aql>
aql>
aql>
aql>
aql> insert into test.s(PK,s1,s2) values('999',1,2);
Error: (11) AEROSPIKE_ERR_CLUSTER
aql> SELECT * FROM test.s WHERE PK = '999'
Error: (11) AEROSPIKE_ERR_CLUSTER
Please Suggest what is wrong here and what is the possible reason for this error.
Thanks!
Pankaj