Error: (7) AEROSPIKE_ERR_CLUSTER_CHANGE

When i run select query its showing me error. aql> select * from profile.set Error: (7) AEROSPIKE_ERR_CLUSTER_CHANGE

another one error also coming aql> 2017-05-10 23:08:01 WARN Node BB9029705CE400E parition refresh failed: AEROSPIKE_ERR_TIMEOUT 2017-05-10 23:08:27 WARN Node BB9029705CE400E parition refresh failed: AEROSPIKE_ERR_TIMEOUT 2017-05-10 23:08:34 WARN Node BB9029705CE400E parition refresh failed: AEROSPIKE_ERR_TIMEOUT

how is that to related to code error or something else.

Is your cluster in migration? Are you adding a node and data migration to the new node is not yet complete? Or did a node drop out of your cluster and the data in your cluster is still rebalancing?

1 Like

yes you were right. I added two machine that time 4 hours ago. Migration was not completed. now i checked info in asadm migration has completed.

So are you able to run the select * in aql now?

yes i am able to run select right now…