clear
query|
facets|
time |
Search criteria: .
Results from 1 to 10 from
19 (0.0s).
|
|
|
Loading phrases to help you refine your search...
|
[MESOS-1855] Mesos 0.20.1 doesn't compile -
Mesos - [issue]
|
...The compilation of Mesos 0.20.1 fails on Ubuntu Trusty with the following error -slave/containerizer/mesos/containerizer.cpp -fPIC -DPIC -o slave/containerizer/mesos/.libs/libmesos_no_... |
|
|
|
|
[expand - 1 more]
[collapse]
-
Mesos 0.21.1 startup errors on OSX -
Mesos - [mail # user]
|
...Hi Ben,I am not sure about the presence of the compiler flag. I shall compileMesos 0.21.1 once again tonight and share the output.On Fri, Jan 16, 2015 at 11:53 AM, Benjamin Mahler <[EMAIL... |
|
|
|
|
Mesos 0.21.1 startup errors on OSX - Mesos - [mail # user]
|
...Hi,I am seeing some startup errors with Mesos 0.21.1 on OSX. Both the serverand slaves crashes throwing this error -https://gist.github.com/diptanu/19c1d7d0efc5fe7265c8Wondering if this is h... |
|
|
|
|
|
[expand - 3 more]
[collapse]
-
Question about External Containerizer -
Mesos - [mail # user]
|
...Thanks Tom. Another question - say the ECP's wait method was invoked and after some time the ECP crashed while the wait is still blocked, so the process would exit without returning th... |
|
|
|
|
Question about External Containerizer - Mesos - [mail # user]
|
...Great that answers what I was asking. For us when we start a process via Mesos, it's always going to run in a new docker container. We were basically using an executor to basically control t... |
|
|
|
Question about External Containerizer - Mesos - [mail # user]
|
...Thanks for the explanation Tom, yeah I just figured that out by reading your code! You're touching the memory.soft_limit_in_bytes and memory.limit_in_bytes directly. Still curios to un... |
|
|
|
Question about External Containerizer - Mesos - [mail # user]
|
...Hi, I had a quick question about the external containerizer. I see that once the Task is launched, the ECP can receive the update calls, and the protobuf message passed to ECP with the... |
|
|
|
|
|
[expand - 2 more]
[collapse]
-
Implementing an Executor -
Mesos - [mail # user]
|
...Hey Ben, We are not using the Docker containerizer from Mesos Core yet, we just have a plain executor. And by "container" I meant the docker container here. The docker containers in th... |
|
|
|
|
Implementing an Executor - Mesos - [mail # user]
|
...There are some downsides to this as well - For ex, if the executor crashes Mesos would get a TASK_LOST while the container might still be running. So we are doing something similar to Aurora... |
|
|
|
Implementing an Executor - Mesos - [mail # user]
|
...Hi Janet, We implemented the same in our Titan Mesos Executor. We have an executor manage multiple containers. We didn't want the overhead of running multiple executors to manage multi... |
|
|
|
|
|
[expand - 2 more]
[collapse]
-
Multiple Network interfaces -
Mesos - [mail # user]
|
...On AWS, there is no need to share the same network interfaces between multiple applications as we can attach multiple network interfaces per instance. Only thing is Mesos doesn't understand ... |
|
|
|
|
Multiple Network interfaces - Mesos - [mail # user]
|
...I treat Mesos as a resource allocator, so while I am aware of these proposed work-around, it would be awesome if we have Mesos do the resource allocations for network interfaces the same way... |
|
|
|
Multiple Network interfaces - Mesos - [mail # user]
|
...Hi, I am wondering if Mesos can offer resources from multiple network interfaces? We would like to attach multiple Network Interfaces on EC2 instances and would like to bind specific a... |
|
|
|
|
|
[expand - 5 more]
[collapse]
-
Mesos Compilation error -
Mesos - [mail # user]
|
...So my libnl3 headers are installed in - /usr/local/include/libnl3/netlink I had to compile libnl3 from source and do a make install because the ubuntu trusty package repo didn't have t... |
|
|
|
|
Mesos Compilation error - Mesos - [mail # user]
|
...So I am guessing that header comes from libnl, we have libnl 3.2.25 installed on our build slave and the configure went through as well in the beginning of the build. On Wed, Oct 1, 20... |
|
|
|
Mesos Compilation error - Mesos - [mail # user]
|
...The compilation failed once again even when building from the 0.20.1 tag. linux/routing/.libs/libmesos_no_3rdparty_la-route.o linux/routing/route.cpp:23:26: fatal error: netlink/addr.h... |
|
|
|
Mesos Compilation error - Mesos - [mail # user]
|
...Created - https://issues.apache.org/jira/browse/MESOS-1855 On Wed, Oct 1, 2014 at 1:20 PM, Diptanu Choudhury wrote: > Thanks, opening a ticket now. So I am trying to com... |
|
|
|
Mesos Compilation error - Mesos - [mail # user]
|
...Thanks, opening a ticket now. So I am trying to compile from - https://github.com/apache/mesos/archive/0.20.1.tar.gz Hopefully this would work. Wondering how did it work for others? &n... |
|
|
|
Mesos Compilation error - Mesos - [mail # user]
|
...Hi Guys, We are trying to build Mesos 0.20.1 and getting the following compilation error - In file included from ./linux/routing/filter/ip.hpp:36:0, &... |
|
|
|
|
|
Lifecycle of the Mesos Driver -
Mesos - [mail # user]
|
...Hi, In our Titan Framework, when a scheduler instance looses leadership, because of zookeeper connectivity etc, we stop the Mesos driver by calling driver.stop(true) And if the s... |
|
|
|
|
MesosCon attendee introduction thread -
Mesos - [mail # user]
|
...Hi, This is Diptanu here, I have been working with Mesos since last year. I work at Netflix and building a framework for running processes on elastic compute clouds. Thanks to the core... |
|
|
|
|
Mesos language bindings in the wild -
Mesos - [mail # user]
|
...Just saw this - https://github.com/groupon/jesos On Sat, Jul 19, 2014 at 3:22 AM, Vladimir Vivien wrote: > BenH, > I created https://issues.apache.org/jira/browse/ME... |
|
|
|
|
[expand - 1 more]
[collapse]
-
Offer in-validation in Mesos 0.19 -
Mesos - [mail # user]
|
...Sorry, this is probably related to bug in my framework's code. From the logs it looks like I am rejecting the offer twice in my framework. On Thu, Jul 3, 2014 at 10:02 PM, Diptanu Cho... |
|
|
|
|
Offer in-validation in Mesos 0.19 - Mesos - [mail # user]
|
...Hi Guys, I just upgraded to Mesos 0.19.0 from 0.18.0 and I can see the "failed to validate" errors in Mesos Master logs. We are caching the resource offers Mesos is making for 10 secon... |
|
|
|
|
|
|