?????? mesos crash

2016-07-21 Thread ????????????
I0721 19:30:01.449234 11585 replica.cpp:673] Replica in VOTING status received a broadcasted recover request from (363)@10.10.186.76:5050 I0721 19:30:01.518342 11590 replica.cpp:673] Replica in VOTING status received a broadcasted recover request from (335)@10.10.151.44:5050 this messag

Can Mesos support same multi-frameworks in same cluster?

2016-07-21 Thread Sam
Hi Guys, We met one issue in maximizing the CPU and Mem resources utilization in our servers. For example, We got 100 CPUs and 100G Mem , and we installed Apache mesos and Kafka \ Hbase frameworks. In our production Env, we got heavy workload from client in Hbase/Kafka, however our resource util

Re: Possible authentication bug

2016-07-21 Thread Vinod Kone
On Thu, Jul 21, 2016 at 4:49 PM, Douglas Nelson wrote: > Just out of curiosity, is there a rough ETA for the stable release of > 1.0.0? Or is anyone currently using rc2 in production? > I'm hoping to cut RC3 later today or tomorrow and barring any -ve votes do the official release early next wee

Re: max_executors_per_agent does not take effect on mesos docker executor

2016-07-21 Thread Jie Yu
Can you create a ticket on this? I think this might be a bug related to how we handle command tasks. - Jie On Thu, Jul 21, 2016 at 3:35 AM, Qi Feng wrote: > I build mesos-1.0.0-rc2 with network isolator. And try to set > max_executors_per_agent=10 > to test if docker task would be limited in 1

Re: mesos crash

2016-07-21 Thread Joseph Wu
You should check that all masters can talk to one another. This must be bi-directional. From the logs, there are only two masters: 10.10.186.76, 10.10.151.44. Presumably, one of those IPs is the master printing those logs. So there's a third master that is not reachable. Also, you should see t

?????? mesos crash

2016-07-21 Thread ????????????
I set MESOS_quorum to 2,start 3 masters,masters still crashed. I0721 19:30:01.449234 11585 replica.cpp:673] Replica in VOTING status received a broadcasted recover request from (363)@10.10.186.76:5050 I0721 19:30:01.518342 11590 replica.cpp:673] Replica in VOTING status received a broadcasted

max_executors_per_agent does not take effect on mesos docker executor

2016-07-21 Thread Qi Feng
I build mesos-1.0.0-rc2 with network isolator. And try to set max_executors_per_agent=10 to test if docker task would be limited in 10 on every mesos agent. In fact, my case is launching 40 tasks (0.1core 0.1M mem each) on three different agent machine, and both agent launched more than 10 task