Hi -
Is it possible to force leaf / aggregator nodes to be identified by a loopback ip instead of the network IP with memsql-ops? I appear to be able to do this with the memsql toolbox but not memsql-ops. For example, this is what I do with the toolbox:
memsql-admin create-node --host 127.0.0.1 --port 3308 --password ""
However, if I try to do something similar with memsql-ops, it uses the IP address defined by the network (as per the SHOW LEAVES;
command). This becomes a problem when my network IP address changes after I’ve deployed the node. This is the command I run on memsql-ops:
memsql-ops memsql-deploy -r leaf --developer-edition -P 3308
Obviously part of the problem here is that it doesn’t seem as though there’s anywhere I can provide an ip address when deploying a new node. Any suggested alternatives here other than using the new toolset?
Thanks!