Aerospike_err_cluster

Hi all,

I have a new error. When i run “select * from test.users where pk=1” or run a query to insert into, result always is: “Error: (11) AEROSPIKE_ERR_CLUSTER”

I spend over 1 hour but cannot fix it. Anyone can take me suggest? Thank you very much!

Error Code 11 is usually a network or connection problem. What version of Aerospike server are you running? Are there any migrations ongoing? Where are you running AQL from, does it have connectivity to all the hosts?

Edit your aerospike.conf as

network {
service {
               address any
              port 3000
           }

heartbeat {
                mode mesh
                port 3002
                interval 150
                timeout 10
   }
}

change your mode from multicast to mesh