Re: [Proposal] Use jemalloc as default memory allocator for Mesos

2017-08-30 Thread Till Toenshoff
Ow, I forgot my actual vote :) +1 for using jemalloc +1 for making it non bundled +1 for using it by default if the configuration phase locates it > On Aug 25, 2017, at 3:28 PM, Benno Evers wrote: > > Hi Jeff, > > from looking around on the internet, it seems like Firefox builds with > jemallo

Re: [Proposal] Use jemalloc as default memory allocator for Mesos

2017-08-30 Thread Till Toenshoff
It appears that jemalloc does support Windows (64bit) See: https://github.com/jemalloc/jemalloc/blob/dev/msvc/ReadMe.txt tcmalloc on the other hand appears to only offer a minimal variant on Windows. See: https://github.com/gperftoo

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

2017-08-30 Thread Till Toenshoff
+1 Tested on internal CI as well as on macOS 10.12 and macOS 10.13 DP 8 using Appleā€™s clang (Xcode 8.3.3 and Xcode 9.0.0 beta 6). > On Aug 27, 2017, at 8:33 PM, Vinod Kone wrote: > > +1 (binding) > > Tested on ASF CI. The only red build was the known perf core dump issue. > > Revision: ce77d

Re: Offer operation reconciliation discussion notes

2017-08-30 Thread Jie Yu
> What are the next steps for moving this forward, Jie James, the next step is to create a design doc for this. Looks like we're aligned on the high level approach. On Wed, Aug 30, 2017 at 11:40 AM, Jie Yu wrote: > + Gaston and Greg > > Who might be working on this. > > On Tue, Aug 29, 2017 at

Re: Offer operation reconciliation discussion notes

2017-08-30 Thread Jie Yu
+ Gaston and Greg Who might be working on this. On Tue, Aug 29, 2017 at 6:59 AM, James DeFelice wrote: > What are the next steps for moving this forward, Jie? I'm very interested > in seeing status updates for operations land sooner than later. > > On Wed, Aug 23, 2017 at 5:55 PM, Gabriel Hartm

08/31 community meeting agenda

2017-08-30 Thread Benjamin Hindman
Please see the doc for an up to date agenda and Hangouts links. tl;dr; In addition to going over the community kanban board we'll also discuss some upcoming changes and proposals around li

RE: [Proposal] Use jemalloc as default memory allocator for Mesos

2017-08-30 Thread Jeff Coffler
Hi Benno, These days, I never assume that a Linux package "just works" on Windows. I'm well aware (all too much) of just how different Windows is from Linux, and thus how difficult it can be to write software that works on both platforms. So unless the author of the memory management software (

[Proposal] Replicated log replica catch-up

2017-08-30 Thread Ilya Pronin
Hi everyone, I've created a document with a proposal to add eager catch-up functionality to non-leading replicated log replicas. It would allow frameworks that use the replicated log (e.g. Aurora) to reduce failover time (by keeping in-memory storage "hot") and potentially offload some eventually