asinfo -v "set_config:context=TestNameSpace;id=blocked;set=TestSet;set-delete=true"
request to 127.0.0.1 : 3000 returned error
but ifconfig can list loopback ip.
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:179078 errors:0 dropped:0 overruns:0 frame:0
TX packets:179078 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:16137706 (16.1 MB) TX bytes:16137706 (16.1 MB)
And aerospike.conf network part as follows:
network {
service {
address any
port 3000
# Uncomment the following to set the `access-address` parameter to the
# IP address of the Docker host. This will the allow the server to correctly
# publish the address which applications and other nodes in the cluster to
# use when addressing this node.
# access-address <IPADDR>
}
heartbeat {
# mesh is used for environments that do not support multicast
mode multicast
address 239.20.99.222
port 3009
# use asinfo -v 'tip:host=<ADDR>;port=3002' to inform cluster of
# other mesh nodes
# mesh-port 3002
interval 150
timeout 10
}
fabric {
port 3001
}
info {
port 3003
}
I cannot figure out where the problem is .
Thanks!