Aql Error: (11) AEROSPIKE_ERR_CLUSTER [Resolved]

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

Issue is shorted out… RESOLVED…

1 Like

I has the same problem? Could you tell me how to solve it?

@Jeric,

So that we may help you, please give us more details on what you were trying to do at the time, and post the error you got.