Disabling built-in server side moxi
Hi All,
Since we are planning to use client side moxi on our web servers to connect to the membase cluster, we would like to get rid of the built-in server-side moxies (The gateway moxi and the per bucket moxies). I searched over internet and couldn't find a way to do it yet. Could someone please let me know how we do this?
Thanks,
Sri
There's no way currently to disable the server-side Moxi. In fact, there "shouldn't" be any need to.
In your case (and as your other forum post indicates), the creation of the default bucket via the CLI has a bug in it. The workaround that you've identified will work, and we'll be fixing that bug in the future. (https://www.couchbase.org/forums/node/1001126)
Let me know if that solves your issue, or if we need to discuss further.
Perry
Thanks for answering Perry. I just wanted a confirmation that there is no way to disable the server-side moxi and you confirmed. We will use the workaround to get our default bucket running.
Thanks,
Sri
Just wanted elaborate more on this. We wanted to do this because we have a requirement where we should create the default bucket only through the CLI. And since the server-side moxi is already listening on this port 11211, it throws an error that the port is already in use. We don't need the server side moxi anyway, since we are using a client side moxi which will talk to the membase cluster.
Thanks,
Sri
PS: May be the server-side moxi should be separated from membase service altogether??