IBM Mobilefirst 8.0
the setup i have is 2 Mobilefirst admin server (operations console) on liberty farm and 2 Analytics servers in cluster mode with below JNDI properties in server.xml on both the servers.
<jndiEntry jndiName="analytics/shards" value='"5"'/>
<jndiEntry jndiName="analytics/masternodes" value='"node1.domain.net:9600,node2.domain.net:9600"'/>
<jndiEntry jndiName="analytics/discovery.zen.minimum_master_nodes" value='"2"'/>
<jndiEntry jndiName="analytics/nodename" value='"node1"'/>
<jndiEntry jndiName="analytics/replicas" value='"2"'/>
Issue 1:
though i set "discovery.zen.minimum_master_nodes" as 2. in the console, infra settings , it shows "number of master nodes as"1". is it that this configuration is not getting applied?
Issue 2 :
since there are 2 Analytics servers, how to embed this in Operations console settings for analytics server? i believe we can add only 1 url. what if the master node is down? how will it redirect in that scenario?
any resolution would be appreciated.