panna
May 10, 2017, 11:11pm
1
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.
pgupta
May 11, 2017, 12:59am
2
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
panna
May 11, 2017, 9:26am
3
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.
pgupta
May 11, 2017, 10:56am
4
So are you able to run the select * in aql now?
panna
May 11, 2017, 11:44am
5
yes i am able to run select right now…