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

2017-01-24 Thread Avinash Sridharan
-1 (Non-binding) I realized that we missed the following commit in 1.0.3: https://github.com/apache/mesos/commit/3e52a107c4073778de9c14bf5fcdeb6e342821aa This commit fixes a bug seen in CoreOS because of which containers cannot be launched on a CNI network. While specific to CoreOS, the bug can m

Re: best practices for log rotation

2017-01-24 Thread Cody Maloney
For DC/OS we do two pieces. We simplify Mesos' log output via a module so that it doesn't have any of it's internal logrotate logic, and just writes to a single straight output file. We also include a mesos module so that mesos task output goes to systemd journald, making it so every piece of loggi

Re: best practices for log rotation

2017-01-24 Thread Tomek Janiszewski
We are using logrotate to rotate, compress and delete old data. To keep logs easier to search we put them into Elastic/Kibana. wt., 24.01.2017, 18:20 użytkownik Charles Allen < charles.al...@metamarkets.com> napisał: > Anyone have good hints for best practices for log rotation? > > Our mesos mast

best practices for log rotation

2017-01-24 Thread Charles Allen
Anyone have good hints for best practices for log rotation? Our mesos master ended up with many gigabytes of logs once we started running SPARK on it (approx 2GB of master INFO logs per day).

Re: Question on dynamic reservations

2017-01-24 Thread Gabriel Hartmann
Totally agree that ultimately a single way of dealing with offers is wanted. Quota does seem like a way forward although its lack of chunkiness dilutes to what extent it guarantees progress. On Wed, Jan 18, 2017 at 1:59 AM Povilas Versockas wrote: > Thanks for information and ideas! I think label