Re: Changing Mesos Minimum Compiler Version

2015-04-21 Thread Joris Van Remoortere
on April 9, 2015. Current status (as of April 21, 2015): +1 (Binding) -- Vinod Kone Timothy Chen Yan Xu Brenden Matthews +1 (Non-binding) -- Cody Maloney Joris Van Remoortere Jeff Schroeder Jörg Schad Elizabeth Lingg

Re: SEGV in 'make check'

2015-05-04 Thread Joris Van Remoortere
If you do have perf installed, are you running on a VM that is not exposing the `cycles` and `task-clock` events? On Thu, Apr 30, 2015 at 2:11 PM, Benjamin Mahler benjamin.mah...@gmail.com wrote: This message can be a bit misleading, do you have perf installed? On Thu, Apr 30, 2015 at 11:18

Re: Apache Mesos Community Sync

2015-07-02 Thread Joris Van Remoortere
Reminder: The Mesos Community Developer Sync will be happening today at 3pm Pacific. To participate remotely, join the Google hangout: https://plus.google.com/hangouts/_/twitter.com/mesos-sync On Thu, Jun 18, 2015 at 7:22 AM, Adam Bordelon a...@mesosphere.io wrote: Reminder: We're hosting a

Re: unable to start mesos-slave as non-root user after 0.25 upgrade

2015-10-28 Thread Joris Van Remoortere
share the agent logs to verify this? You should be able to access them using journalctl. Joris — *Joris Van Remoortere* Mesosphere On Wed, Oct 28, 2015 at 12:33 PM, haosdent <haosd...@gmail.com> wrote: > does mesos slave have any log? > > On Wed, Oct 28, 2015 at 11:42 PM, Rodr

Re: Mesos and Zookeeper TCP keepalive

2015-11-10 Thread Joris Van Remoortere
s it needs to re-establish the connection. — *Joris Van Remoortere* Mesosphere On Tue, Nov 10, 2015 at 5:02 AM, Jeremy Olexa <jol...@spscommerce.com> wrote: > Hi Tommy, Erik, all, > > > You are correct in your assumption that I'm trying to solve for a one hour > session exp

Re: [VOTE] Release Apache Mesos 0.25.0 (rc2)

2015-10-07 Thread Joris Van Remoortere
+1 (binding) On Mon, Oct 5, 2015 at 11:12 PM, Niklas Nielsen wrote: > Hi all, > > Please vote on releasing the following candidate as Apache Mesos 0.25.0. > > > > 0.25.0 includes the following: > > >

Re: SSL in Mesos 0.23

2015-08-25 Thread Joris Van Remoortere
@Dharmit If you want to be really sure that the communication is happening over SSL, you can use a packet sniffing tool like wireshark, or depending on your operating system you can dump the packet streams directly to a file. For example TCP dump. Another thing you can do is to try and hit the

Re: SSL in Mesos 0.23

2015-08-25 Thread Joris Van Remoortere
@carlos Are you building 0.23.0 from source? Just so we don't miss anything: Can you make sure to run ./bootstrap, and build in a clean directory with your configuration similar to this: ../configure --enable-libevent --enable-ssl Here http://mesos.apache.org/documentation/latest/mesos-ssl/ is

Re: SSL in Mesos 0.23

2015-08-25 Thread Joris Van Remoortere
with libevent and ssl enabled as mentioned previously? would make debugging easier if I don't have to rebuild On Tue, Aug 25, 2015 at 8:52 PM, Joris Van Remoortere jo...@mesosphere.io wrote: @carlos Are you building 0.23.0 from source? Just so we don't miss anything: Can you make sure to run

Re: Apache Mesos Community Sync

2015-09-17 Thread Joris Van Remoortere
t 3 PM PST. >>> >>> Please add items to agenda >>> <https://docs.google.com/document/d/153CUCj5LOJCFAVpdDZC7COJDwKh9RDjxaTA0S7lzwDA/edit#heading=h.u1x3j7f3uixf> >>> . >>> >>> Thanks, >>> >>> On Thu, Jul 2, 2015 at

Re: mesos-containerizer: error while loading shared libraries: libmesos-0.24.0.so

2015-09-23 Thread Joris Van Remoortere
Can you run the slave and executor with GLOG_v=1 set on the environment and try to provide some more context for this error: > mesos-containerizer: error while loading shared libraries: > libmesos-0.24.0.so: cannot open shared object file: No such file or > directory Are there any logs on the

Re: Changing mesos slave configuration

2015-09-23 Thread Joris Van Remoortere
We are adding better support for systemd in 0.25. The ticket is MESOS-3425. Naturally this is still somewhat experimental, but we would love your feedback. We will add some documentation on recommended setups on systemd. With the changes going into 0.25 you should be able to launch your slave

Re: mesos 0.24 released?

2015-09-18 Thread Joris Van Remoortere
Mesos 0.24.0 was indeed released. 0.24.0 rc2 was voted in on september 4th. You can see the voting e-mail chain on the dev list. On Fri, Sep 18, 2015 at 7:51 AM, craig w wrote: > has mesos 0.24 been released? it's on the downloads page, but the tarball > is from september

Re: Is there a limit of the number of tasks that can be launched by Mesos on a slave?

2015-09-21 Thread Joris Van Remoortere
> I launched tasks with 0.1 cpus and 0.1 mems The executor and task is likely taking more than this amount of memory. Can you check htop to see if you've run out of memory to create more stacks to launch new threads? On Mon, Sep 21, 2015 at 1:34 AM, Dohyung Park wrote:

Fwd: [VOTE] Release Apache Mesos 0.26.0 (rc5)

2015-12-15 Thread Joris Van Remoortere
+1 (binding) From: Till Toenshoff Date: Thu, Dec 10, 2015 at 2:55 PM Subject: [VOTE] Release Apache Mesos 0.26.0 (rc5) To: user@mesos.apache.org, dev Hi friends, we did unfortunately, once again run into an issue that needed immediate attention (see

Re: Mesos 0.24.1 on Raspberry Pi 3

2016-06-07 Thread Joris Van Remoortere
It should be straightforward to apply the patch that adds the `systemd_enable_support` flag to older releases. Let me know if you need help! — *Joris Van Remoortere* Mesosphere On Tue, Jun 7, 2016 at 11:28 AM, haosdent <haosd...@gmail.com> wrote: > No, it is mandator

Re: Mesos 0.24.1 on Raspberry Pi 3

2016-06-07 Thread Joris Van Remoortere
:-) We would need to have a significant conversation in the community first if that were the case. I really enjoyed hearing this progress, so please do ping me on any JIRAs where systemd made this project more difficult! Joris — *Joris Van Remoortere* Mesosphere On Tue, Jun 7, 2016 at 1:01 PM, james

Re: Rack awareness support for Mesos

2016-06-07 Thread Joris Van Remoortere
+dev. @Fan, I responded on the JIRA with some next steps. Thanks for bringing this up! — *Joris Van Remoortere* Mesosphere On Tue, Jun 7, 2016 at 12:58 PM, james <gar...@verizon.net> wrote: > On 06/07/2016 09:57 AM, Du, Fan wrote: > >> >> >> On 2016/6/6 21

Re: Rack awareness support for Mesos

2016-06-14 Thread Joris Van Remoortere
values are allowed to change vs. not. — *Joris Van Remoortere* Mesosphere On Tue, Jun 14, 2016 at 10:04 AM, Aaron Carey <aca...@ilm.com> wrote: > #3 would be very helpful for us. Also related: > > https://issues.apache.org/jira/browse/MESOS-3059 > > -- > > Aaron Carey >

Re: Rack awareness support for Mesos

2016-06-14 Thread Joris Van Remoortere
est is in the determination of the values, as opposed to their propagation, I would just urge that you keep in mind that we may (as a project) not want to support this information as the current string attributes. — *Joris Van Remoortere* Mesosphere On Tue, Jun 14, 2016 at 3:02 PM, Du, Fan &

Re: Rack awareness support for Mesos

2016-06-15 Thread Joris Van Remoortere
introduce is one that they are agreeable with. — *Joris Van Remoortere* Mesosphere On Tue, Jun 14, 2016 at 6:31 PM, james <gar...@verizon.net> wrote: > On 06/14/2016 08:14 AM, Joris Van Remoortere wrote: > >> On the condition of compatible with existing framework which already rel

Re: Persistent volume ownership issue

2016-06-21 Thread Joris Van Remoortere
he App tried to create /Database-backups/ ? Only the framework as its original user would be able to do that? — *Joris Van Remoortere* Mesosphere On Tue, Jun 21, 2016 at 8:25 AM, Jie Yu <yujie@gmail.com> wrote: > Hi folks, > > Currently, the ownership of the persistent volumes a

Re: Rack awareness support for Mesos

2016-06-16 Thread Joris Van Remoortere
@Fan, In the community meeting a question was raised around which frameworks might be ready to use this. Can you provide some more context for immediate use cases on the framework side? — *Joris Van Remoortere* Mesosphere On Wed, Jun 15, 2016 at 5:04 PM, james <gar...@verizon.net>

Re: Failed to shutdown socket with fd xxx

2016-06-20 Thread Joris Van Remoortere
ut the isolation (you likely do in production), then the only remedy is to restart them. — *Joris Van Remoortere* Mesosphere On Mon, Jun 20, 2016 at 4:45 AM, Qiang Chen <qzsc...@gmail.com> wrote: > Thanks @Haosdent for the link to explain the shutdown errors. so I can > ignore this... > >

Re: Failed to shutdown socket with fd xxx

2016-06-17 Thread Joris Van Remoortere
temd lack of support to the new support. — *Joris Van Remoortere* Mesosphere On Fri, Jun 17, 2016 at 2:35 PM, haosdent <haosd...@gmail.com> wrote: > Hi, @Qiang. > > @Joseph have a nice explain about at Shutdown failed on fd > > http://search-hadoop.com/m/0Vlr6pe7qb2MJX8B1=Re+Beni

Re: Failed to shutdown socket with fd xxx

2016-06-17 Thread Joris Van Remoortere
, then you can devise a plan for your upgrade. Joris — *Joris Van Remoortere* Mesosphere On Fri, Jun 17, 2016 at 8:28 AM, Qiang Chen <qzsc...@gmail.com> wrote: > Hi all, > > I met an issue when upgrading mesos-slave to 0.28.2. > > At the process of recovering mesos-slave / fram

Re: Precision of scalar resources

2016-02-14 Thread Joris Van Remoortere
+1 Thanks for taking this on Neil! — *Joris Van Remoortere* Mesosphere On Fri, Feb 12, 2016 at 11:25 PM, Neil Conway <neil.con...@gmail.com> wrote: > tl;dr: > > If you use resource values with more than three decimal digits of > precision (e.g., you are launching a task tha

Re: [VOTE] Release Apache Mesos 0.27.2 (rc1)

2016-03-01 Thread Joris Van Remoortere
@Michael Browning: > > MasterTest.MaxCompletedTasksPerFrameworkFlag [flaky, tracked in > MESOS-4518] This is supposed to be fixed in this release. It is concerning that this came up. Can you verify this and provide logs to Kevin Klues? — *Joris Van Remoortere* Mesosphere On Tue, Ma

Re: [VOTE] Release Apache Mesos 0.26.1 (rc1)

2016-03-04 Thread Joris Van Remoortere
+1 (binding) Greg's upgrade scripts & CI results On Fri, Mar 4, 2016 at 11:30 AM, Vinod Kone wrote: > +1 (binding) > > On Tue, Mar 1, 2016 at 5:03 PM, Kevin Klues wrote: > > > I committed a fix for this in: > > > > >

Re: [VOTE] Release Apache Mesos 0.24.2 (rc1)

2016-03-04 Thread Joris Van Remoortere
+1 (binding) On Mon, Feb 29, 2016 at 3:24 PM, Greg Mann wrote: > +1 (non-binding) > > `sudo make check` on Ubuntu 14.04, using gcc with libevent and SSL enabled. > All tests pass except MemoryPressureMesosTest.CGROUPS_ROOT_Statistics, > which is a known failure in 0.24. > >

Re: Let MesosContainerizer support ramdisk.

2017-02-10 Thread Joris Van Remoortere
This looks interesting. I would recommend creating a JIRA and attaching it to the review. One preliminary question: Can we not probe the filesystem to identify whether it is a RAM_FS? Why do we need to add administrator flags for this? — *Joris Van Remoortere* Mesosphere On Wed, Dec 28, 2016

Re: [VOTE] Release Apache Mesos 1.1.0 (rc2)

2016-11-01 Thread Joris Van Remoortere
-1 My understanding after speaking with BenM is that the fix for https://issues.apache.org/jira/browse/MESOS-6457 should be straight forward. I don't think the cost of debugging and fixing production systems if they run into this is worth skipping an easy fix. I have re-targeted the JIRA to

Re: [VOTE] Release Apache Mesos 1.0.2 (rc2)

2016-11-01 Thread Joris Van Remoortere
-1 Based on my message in the 1.1.0 vote: My understanding after speaking with BenM is that the fix for https://issues.apache.org/jira/browse/MESOS-6457 should be straight forward. I don't think the cost of debugging and fixing production systems if they run into this is worth skipping an easy

Re: Non-checkpointing frameworks

2016-10-15 Thread Joris Van Remoortere
perience for them to find out that is not the case. — *Joris Van Remoortere* Mesosphere On Fri, Oct 14, 2016 at 3:11 PM, Neil Conway <neil.con...@gmail.com> wrote: > Hi folks, > > I'd like input from individuals who currently use frameworks but do > not enable checkpoint

Re: Duplicate task IDs

2016-12-09 Thread Joris Van Remoortere
wondering why a multi-hashmap is not sufficient. This would be clear if you were explicitly *trying* to get rid of duplicates of course :-) Thanks, Joris — *Joris Van Remoortere* Mesosphere On Fri, Dec 9, 2016 at 7:08 AM, Neil Conway <neil.con...@gmail.com> wrote: > Folks, > > Th

Re: MESOS-6233 Allow agents to re-register post a host reboot

2016-12-12 Thread Joris Van Remoortere
the agent configuration? I think we highly recommend that you do this in production to prevent accidental incompatibility of resources even without an actual hardware change. Historically there were some issues reported where the kernel reported a slightly different amount of memory after reboot. —

Re: Duplicate task IDs

2016-12-12 Thread Joris Van Remoortere
but only catch some of the manifestations. — *Joris Van Remoortere* Mesosphere On Mon, Dec 12, 2016 at 7:56 AM, Neil Conway <neil.con...@gmail.com> wrote: > Hi Joris, > > Fair point: I didn't deliberately set out to change the behavior for > duplicate task IDs. Rather, it