Roles and Oversubscription

2015-12-02 Thread John Omernik
How do roles and oversubscription work together? When you specify resources that can be oversubscribed, do you say what role they work in? Is "revocable" a role in and of itself? I am trying to work through these various items in my path to learning more about oversubscription. Thanks! John

RE: Roles and Oversubscription

2015-12-02 Thread Plotka, Bartlomiej
Hi John, As you can see here: https://github.com/apache/mesos/blob/master/docs/oversubscription.md#launching-tasks-using-revocable-resources … “revocable” is only an additional attribute in Mesos Resource. So you can specify the roles independently of revocable on/off. For example you could

Web UI Memory Usage in Firefox

2015-12-02 Thread John Omernik
I am cross posting this in Marathon and Mesos lists because both UIs are having this issue, and I figured I'd save time in posting two separate messages. Basically, in using Firefox, I noticed that over time, my firefox would get to become unusable when I had Marathon and Mesos WebUIs up and

Re: [VOTE] Release Apache Mesos 0.26.0 (rc3)

2015-12-02 Thread Bernd Mathiske
We are still working on that, but we do not regard "make distcheck" on Mac as blocker. Other opinions? > On Dec 2, 2015, at 2:27 PM, Alex Rukletsov wrote: > > `make check -j7` — OK > `make distcheck -j7` — fails, probably MESOS-3973 >

mesos ui best practise - mesos cluster in HA

2015-12-02 Thread Haripriya Ayyalasomayajula
Hi all, I am having a mesos cluster (version 0.25.0) running in with 3 masters. I am getting back to the community regarding the best practise that can be adopted. -I want to access the UI from a login node. How can I use haproxy in this case? I have the following HAProxy configuration file on

Re: Web UI Memory Usage in Firefox

2015-12-02 Thread John Omernik
I tried that and both Marathon and Mesos did not relinquish any of their memory. On Wed, Dec 2, 2015 at 11:51 AM, Joseph Wu wrote: > Hi John, > > I wonder if this is just an issue with how Firefox does garbage collection. > > Can you try navigating to about:memory and

Re: mesos ui best practise - mesos cluster in HA

2015-12-02 Thread Rodrick Brown
There's really no use mesos-dns and just point your browser to http://leader.mesos:5050 to reach the active master. > On Dec 2 2015, at 3:18 pm, Haripriya Ayyalasomayajula aharipriy...@gmail.com wrote: > > > > Hi all, > > > > I am having a mesos cluster (version 0.25.0) running

Re: Web UI Memory Usage in Firefox

2015-12-02 Thread John Omernik
Marathon Issue filed. https://github.com/mesosphere/marathon/issues/2755 At this point, should I look at a Mesos JIRA too? On Wed, Dec 2, 2015 at 12:53 PM, Orlando Hohmeier wrote: > Hi John, > > thanks a lot for reporting and investigating this! We will have a look >

Re: Apache Mesos Community Sync

2015-12-02 Thread Michael Park
Our next community sync will be tomorrow December 3 at 3pm PST. To join in person, come to Mesosphere HQ at 88 Stevenson St. and see the reception on the 2nd floor. Please add your agenda items to the Google Doc

Re: mesos ui best practise - mesos cluster in HA

2015-12-02 Thread Jeremy Olexa
This is what we use in haproxy: backend master_cluster   option httpclose   option forwardfor   mode http   option httpchk GET /metrics/snapshot   http-check expect string master\/elected":1   server master-0 ip1:5050 check   server master-1 ip2:5050 check   server master-2 ip3:5050 check

Re: [VOTE] Release Apache Mesos 0.26.0 (rc3)

2015-12-02 Thread Alex Rukletsov
`make check -j7` — OK `make distcheck -j7` — fails, probably MESOS-3973 , see hints below. Both on Mac OS 10.10.4 I see the following lines in the log: ... libtool: warning: 'libmesos.la' has not been installed in

Re: [VOTE] Release Apache Mesos 0.26.0 (rc3)

2015-12-02 Thread Jan Schlicht
+1 (non-binding) Tested OS X, CentOS 7.1 and Fedora 23. Ran `sudo ./bin/mesos-tests.sh` on CentOS 7.1 and Fedora 23 with SSL disabled as well as enabled. Had to disable "perf"-related tests, because "perf" doesn't work in my virtual machines. All tests passed, but some were flaky: For these,

Sync Mesos-Master to Slaves

2015-12-02 Thread Frederic LE BRIS
Hi, I manage a Mesos Cluster 0.23.0 based on .deb from Mesosphere on Ubuntu 14.04. We deployed 3 zookeeper, 3 Mesos-master, and 3 Marathon : HA Mode And deployed 6 mesos slaves + slave process on 3 masters mesos. So I have the following topology: 3 servers : Mesos-master / Marathon 3 servers