Hi all,

I have two issues with the web UI in Mesos 1.1

1.

Earlier when I was using Mesos 0.28, mesos web UI would try to reconnect
only when there are network issues or when there is a newly elected leader.
After upgrade to 1.1, we see that it won't work (shows no leader is elected
even when there is a leader elected and jobs are running happily ) on
safari, works on chrome and firefox but tries to re-connect very often
(less than 1 min though the  jobs are running just fine).

Is there any new configuration that has to be added?


2. The UI does not display the name of the cluster despite using the
--cluster flag.

/usr/sbin/mesos-master --zk=zk://mesos1:2181,mesos2:2181,mesos3:2181/mesos
--port=5050 --log_dir=/var/log/mesos --acls=/etc/mesos_acls.json
--authenticate_frameworks=true --cluster="cluster1"
--credentials=/etc/auth/credentials --quorum=2 --work_dir=/var/lib/mesos


I also tried adding the name of the cluster without quotes: cluster1
instead of "cluster1", but that doesn't work either.

/usr/sbin/mesos-master
--zk=zk://mesos1:2181,mesos2:2181,mesos3:2181/mesos --port=5050
--log_dir=/var/log/mesos --acls=/etc/mesos_acls.json
--authenticate_frameworks=true --cluster=cluster1
--credentials=/etc/auth/credentials --quorum=2 --work_dir=/var/lib/mesos
I greatly appreciate any help!

-- 
Thanks,
Haripriya

Reply via email to